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