blob: 262d1defdd5d50d484aa4759ac54d8a0e2a60e94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
# ChangeLog for dev-java/java-config
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.17 2002/12/15 17:19:52 strider Exp $
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*java-config-0.2.7 (09 Dec 2002)
15 Dec 2002; Adrian Almenar <strider@gentoo.org> java-config-0.2.7.ebuild:
Unkeywording it from ~arch to arch.
09 Dec 2002; Adrian Almenar <strider@gentoo.org> java-config-0.2.7.ebuild files/digest-java-config-0.2.7 files/0.2.7/java-config files/0.2.7/java-config.1 files/0.2.7/30java-finalclasspath :
Fixed bug #9045. Still masked for better testing.
Fixed: Checked if $JAVA_HOME of the vm doesnt exist, then dont list it when
running java-config --list-available-vms. Checked if user inputs
"--set-system-classpath=" to return a message instead of an error.
Added --clean-system-classpath to clean system classpath. Updated man page to
reflect this change.
*java-config-0.2.6 (21 Sep 2002)
21 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org> java-config-0.2.6.ebuild files/digest-java-config-0.2.6 files/0.2.6/java-config files/0.2.6/java-config.1 :
--list-available-vms don't spit out unintelligble error messages when
no VMs are present anymore.
*java-config-0.2.5 (07 Sep 2002)
07 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org> java-config-0.2.5.ebuild files/digest-java-config-0.2.5 files/java-config files/0.2.5/java-config files/0.2.5/java-config.1 :
Updated java-config to handle CLASSPATHs better.
*java-config-0.2.4-r1 (24 Jun 2002)
09 Aug 2002; Mark Guertin <gerk@gentoo.org> java-config-0.2.4-r1.ebuild :
Added ppc to keywords
01 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> java-config-0.2.4-r1.ebuild :
Added KEYWORDS, SLOT and LICENSE. Removed old versions.
24 Jun 2002; Karl Trygve Kalleberg <karltk@gentoo.org> java-config-0.2.4-r1.ebuild files/digest-java-config-0.2.4-r1:
Fixed a minor bug with --list-available-packages when none are installed.
java-config with no options will now print a one line usage message
Removed java-config-0.2.4.ebuild files/digest-java-config-0.2.4
Removed all old versions.
*java-config-0.2.4 (21 May 2002)
21 May 2002; Karl Trygve Kalleberg <karltk@gentoo.org> java-config-0.2.4.ebuild files/java-config:
--list-available-vms is now allowed before JAVA_HOME is properly set (duh!).
Removed all previous versions.
*java-config-0.2.3 (14 May 2002)
14 May 2002; Karl Trygve Kalleberg <karltk@gentoo.org> java-config-0.2.3.ebuild files/java-config:
Now java-config sources $HOME/.gentoo/java-env before trying to source
/etc/env.d/20java.
A warning is no longer output when running --set-user-vm or --set-system-vm
for the first time.
Also, some platform accomodations seem to have snuck in without any notice
in this ChangeLog nor any version bump.
*java-config-0.2.2 (10 Apr 2002)
10 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> java-config-0.2.2.ebuild files/java-config:
Added --set-user-classpath and --set-system-classpath.
Removed old versions.
*java-config-0.2.1 (09 Apr 2002)
09 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> java-config-0.2.1.ebuild files/java-config:
ROOTPATH is properly set, even if the JDK/JRE ROOTPATH config is bad. This
fixes bug #1577.
Old versions removed.
*java-config-0.2.0 (18 Mar 2002)
18 Mar 2002; Karl Trygve Kalleberg <karltk@gentoo.org> java-config-0.2.0.ebuild files/java-config files/java-config.1 :
Added VM switching, man page, fixed a bug with mozilla, had a great time.
Old versions removed.
*java-config-0.1.3 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|