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
|
# ChangeLog for dev-perl/CGI
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v 1.15 2003/07/16 17:23:23 mcummings Exp $
*CGI-2.97 (16 Jul 2003)
16 Jul 2003; Michael Cummings <mcummings@gentoo.org> CGI-2.97.ebuild:
CPAN Version bump
31 May 2003; Michael Cummings <mcummings@gentoo.org> CGI-2.81.ebuild,
CGI-2.93.ebuild:
Added missing DEPEND for File-Spec
*CGI-2.93 (01 May 2003)
01 May 2003; <rac@gentoo.org> CGI-2.91.ebuild, CGI-2.91.ebuild,
CGI-2.93.ebuild:
Upstream version bump, required to enable make test in mod_perl
*CGI-2.81 (26 Mar 2003)
26 Mar 2003; <rac@gentoo.org> CGI-2.81.ebuild, CGI-2.91.ebuild:
We had a situation (bug #18150) where the version of dev-perl/CGI was
between that in the perl 5.6.1 and the 5.8.0 core. After discussions
with dragon, avenj, carpaski, and lostlogic, it seemed most prudent to
bring the stable standalone CGI.pm version to 2.81 (same as in the
5.8.0 core).
*CGI-2.78-r3 (26 Mar 2003)
26 Mar 2003; <rac@gentoo.org> CGI-2.78-r3.ebuild:
temporary back out #18150 fix until can fix properly
26 Mar 2003; <rac@gentoo.org> CGI-2.78-r3.ebuild:
Change perl dependency to <=5.6.1, so as not to overwrite the newer version in
5.8.0. Due to some technical problems with that, currently using =5.6.1*.
Thanks to Michael Cummings <mcummings@gentoo.org> in bug #18150.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*CGI-2.78-r2 (5 May 2002)
30 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> CGI-2.78-r2.ebuild :
Added ppc to KEYWORDS.
5 May 2002; Seemant Kulleen <seemant@gentoo.org> CGI-2.78-r2.ebuild
files/digest-CGI-2.78-r2 :
Changed to using the perl-module.eclass
*CGI-2.78-r1 (3 May 2002)
3 May 2002; Donny Davies <woodchip@gentoo.org> :
Added LICENSE, SLOT.
*CGI-2.78 (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.
|