blob: c4f9984ec43d9d9a5e6453e471fa8aa1b91032a7 (
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
|
# 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.10 2002/09/07 23:45:00 owen Exp $
*java-config-0.2.5 (07 Sep 2002)
07 Sep 2002; Owen Stampflee <owen@gentoo.org> java-config-0.2.5.ebuild files/digest-java-config-0.2.5 files/java-config-0.2.5 :
New Version to handle "." in CLASSPATH.
*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.
|