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