This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
2680d4ce10499ae1bcb1db15d8449844b6900951
[perl5.git] / dist / Module-CoreList / Changes
1 2.36    Tue Jul 20 2010
2   - Updated for 5.13.3
3
4 2.35    Thu Jun 22 2010
5   - Updated for 5.13.2
6
7 2.34    Thu May 20 2010
8   - Updated for 5.13.1
9
10 2.31_01 Fri Apr 30 2010
11   - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern)
12   - Functional interface amended to make calling conventions consistent
13     (bingos)
14   - Documented all functions and all hash structures (bingos)
15   - Fixed functions with edge-case involving querying for Module::CoreList
16     itself. Pointed out by Ilmari.
17   - Added removed_from() and removed_from_by_date() functions 
18     for querying which release a module was removed from core. (bingos)
19   - Amended corelist utility to use new removed from functions when
20     stating when a module entered core ( and when it left it ). (bingos)
21   - Added tests to the testsuite to cover the edge-cases and new funcs. (bingos)
22
23 2.31    Sun Mar 20 2010
24   - Updated for 5.13.0
25
26 2.27    Sun Mar 14 2010
27   - Updated for 5.12.0
28
29 2.26    Sat Feb 20 2010
30   - Updated for 5.11.5
31
32 2.25    Wed Jan 20 2010
33   - Updated for 5.11.4
34
35 2.24    Mon Dec 21 2009
36   - Updated for 5.11.3
37
38 2.23    Fri Nov 20 2009
39   - Updated for 5.11.2
40
41 2.22    Thu Oct 22 2009
42   - is_deprecated function and %deprecated hash (dagolden)
43
44 2.21    <>
45   - Added 5.11.1
46
47 2.20    Sat Oct  3 2009
48         - Make Module::Corelist recognise $] as a version number on 5.11.0
49
50 2.19    Fri Oct  2 2009
51         - Update for perl 5.11.1
52
53 2.18    Mon Aug 24 2009
54         - Update for perl 5.10.1
55         - Remove %patchlevel hash (now that perl uses git and not perforce)
56         - Add %upstream and %bug_tracker data (Nicholas Clark)
57
58 2.17    Sun Jan 18 2009
59         - Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
60         - Add ExtUtils::Miniperl to the list of core modules for all versions
61           >= 5.00504
62         - Add 5.8.9
63         - Fix release date for 5.002 (Grant McLean)
64
65 2.15    Tue Apr  1 2008
66         - Add missing entries for Config.pm in recent perls
67         - Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
68
69 2.14    Mon Mar 17 2008
70         corelist changes:
71         - Add a new -d option to find first perl version by date
72           and not by version number
73         - Better handling of perl versions that end with a 0
74         - use version.pm only for version numbers that have multiple dots
75
76         - Fix tag for 5.00405 (Sam Vilain)
77
78 2.13    Tue Dec 18 2007
79         - Add data for perl 5.10.0
80
81 2.12    Mon Jul  9 2007
82         - Add data for perl 5.9.5
83
84 2.11    Thu May 10 2007
85         - first_release() now returns the first release in the order of
86           perl version numbers. Add a new method first_release_by_date()
87           to keep the old behaviour available. Suggested by Michael G Schwern.
88         - Update data about UCD versions
89
90 2.10    Wed May  9 2007
91         - Add versioning for the Unicode Character Database bundled
92           with Perl (H. Merijn Brand)
93
94 2.09    Thu Oct  5 2006
95         - Make the dependency on version.pm optional
96         - Improve doc of corelist(1)
97
98 2.08    Thu Sep  7 2006
99         - Add data for 5.9.4
100
101 2.07    Wed Aug  9 2006
102         - Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
103         - Add OS-specific modules for those versions
104
105 2.06    Tue Aug  1 2006
106         Patches by Marius Feraru :
107         - handle dotted perl versions (e.g. 5.8.6)
108         - add an easy way to determine what was some module's version bundled
109           with a specified Perl release
110
111 2.05    Tue Jun  6 2006
112         Patches by Adriano Ferreira :
113         - corelist utility accepts regexes as arguments, eg. /IPC::Open/
114         - Errors when building regexes are trapped and warning is generated
115
116 2.04    Thursday 2nd February, 2006
117         Fix patchlevel for 5.8.8 (Gisle Aas)
118         Silence warnings in corelist utility
119
120 2.03    Wednesday 1st February, 2006
121         Include data for perl 5.9.3 and 5.8.8
122
123 2.02    Tuesday 31th May, 2005
124         Include data for perl 5.8.7
125
126 2.01    Sunday 24th April, 2005
127         Allow to specify several modules on the corelist command-line
128         (Yves Orton)
129         Add a %patchlevel hash to get perforce patchlevels corresponding to
130         released versions
131
132 2.00    Sunday 10th April, 2005
133         Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
134
135 1.99    Tuesday 5th April, 2005
136         Backport to CPAN the version of Module::CoreList shipped with
137         perl 5.9.2 (containing info for this latest distribution).
138         Install in coreperl instead of sitelib for perls >= 5.9.2.
139
140 1.98    Saturday 1st January, 2005
141         Data from José Pedro Oliveira for 5.8.6
142
143 1.97    Wednesday 8th September, 2004
144         Ship with a traditional Makefile.PL
145
146 1.96    Monday 26th July, 2004
147         Lars Thegler supplied many many fixes as #6922, #7085, #7086,
148         #7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098,
149         #7099, #7100, and #7101
150         Added the %families hash.
151         Small changes to the tests to ensure that things look consistent.
152
153 1.95    Wednesday 21st July, 2004
154         Data from José Pedro Oliveira for 5.8.4 and 5.8.5
155
156 1.94    Monday 12th July, 2004
157         Applied fixes from Lars Thegler (rt.cpan.org tickets #6919,
158         #6920, #6922, and #6923)
159         Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1.
160
161 1.93    Friday 14th November, 2003
162         Data for 5.9.0 and 5.6.2
163
164 1.92    Friday 14th November, 2003
165         Incorporated two patches submitted from anonymous reporters
166         via rt.cpan.org (#4358 and #4359, corelist enhancement and
167         information for 5.8.2)
168         Added 5.8.1 information.
169
170 1.91    18th May 2003
171         - Fix from Mark Fowler - XSLoader is autogenerated too
172
173 1.9     22nd April 2003
174         - incorported PodMaster's corelist script
175
176 1.8     13th February 2003
177         - reformatted Changes file to use makereadme
178         - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard)
179
180 1.7     30th July 2002
181         - HISTORY contents moved to this Changes file
182         - identify-dependencies script given some loving.
183
184 1.6     July 2002
185         - Included Config as a shipped module for all releases of perl
186           (caught by Mark Fowler)
187         - Added data for the 5.8 release.
188
189 1.5     2nd April 2002
190         - Fixed a glaring bug caught by the testsuite but sadly
191           released.  perl5.004_05 was released post 5.005_03 and so
192           isn't the first release to contain File::Spec.
193         - Added data for 5.003_07, 5.004, and 5.005 releases.
194         - Added the %released hash.
195
196 1.4     2nd April 2002
197         - Bugfixes from Roland Bauer to allow the code to work under
198           5.004_04.
199         - Using a cgi developed by Roland caught and fixed a number of
200           bugs in the previous extraction of module names.
201         - Rewrote the name extractor to be simpler.
202         - Added data for the 5.004_05 and 5.6.0 releases of perl.
203
204 1.3     25th March 2002
205         - Initial CPAN release, covers 5.00503, 5.6.1 and 5.7.3