This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'release-5.19.4' into blead
[perl5.git] / dist / Module-CoreList / Changes
1 2.99
2   - Updated for v5.19.4
3   - fixed Module::Build core deprecation
4   - changes_between now has the same API as all other functions
5   - added is_core() which returns true if a module is/was core
6     in a specific version of Perl. Can optionally specify minimum
7     version of the module.
8
9 2.98 Wed Aug 21 2013
10   - Prepared for v5.19.4
11
12 2.97 Tue Aug 20 2013
13   - Updated for v5.19.3
14
15 2.96 Mon Aug 12 2013
16   - Utils module listing all utilities released with core
17   - Updated for v5.18.1
18
19 2.95 Mon Jun 22 2013
20   - Prepared for v5.19.3
21
22 2.94 Sun Jun 21 2013
23   - Updated for v5.19.2
24
25 2.93 Thu 20 Jun 2013
26   - Updated for v5.19.1
27
28 2.92 Thu Jun 21 2013
29   - Make switches case-sensitive (keep -d and -D distinct)
30   - correct omission of Text::Soundex and File::CheckTree from deprecations
31   - switch %deprecated to a delta hash
32
33 2.91 Mon May 20 2013
34   - Updated for v5.19.0
35
36 2.90 Mon May 18 2013
37   - Updated for v5.18.0
38
39 2.88 Tue Apr 23 2013
40   - Include deprecations for v5.17.10 and v5.17.11
41
42 2.87 Sat Apr 20 2013
43   - Updated for v5.17.11
44 2.85 Thu Mar 19 2013
45   - Updated for v5.17.10
46
47 2.84 Mon Mar 11 2013
48   - Updated for v5.16.3
49
50 2.83 Sun Mar 10 2013
51   - Updated for v5.14.4
52
53 2.82 Wed Feb 20 2013
54   - --feature switch added
55   - --upstream switch added
56   - Updated for v5.17.9
57
58 2.81 Sun Jan 27 2013
59   - Add modules deprecated with v5.17.9
60
61 2.80 Sun Jan 20 2013
62   - Updated for v5.17.8
63
64   - v5.17.7 contained Module::CoreList::TieHashDelta 2.79, not 2.78
65
66 2.79 Tue Dec 18 2012
67   - Updated for v5.17.7
68
69   - Errno was added in 5.5, not in 5.5.4
70
71 2.78 Sat Nov 12 2012
72   - Updated for v5.17.6
73
74   - Fix hash order dependency bug in deprecated_in().
75     Tests would would fail or succeed depending on what order keys()
76     would return the version list in. List::Utils::min() considers
77     '5.011' and '5.011000' to be equivalent, and returns the first
78     whichever it encounters. Changing to List::Utils::minstr() fixes
79     this.
80
81 2.77 Sat Nov 10 2012
82   - Updated for v5.12.5
83   - deprecated_in() function added
84   - corelist reports deprecated data
85
86 2.76 Fri Nov  1 2012
87   - Updated for v5.16.2
88
89 2.75 Fri Oct 20 2012
90   - Updated for v5.17.5
91
92 2.74 Fri Oct 12 2012
93   - Updated for v5.14.3
94
95 2.73 Thu Sep 20 2012
96   - Updated for v.5.17.4
97
98 2.72 Tue aug 21 2012
99   - Fix for older perls
100
101 2.71 Mon Aug 20 2012
102   - Updated for v5.17.3
103
104 2.70 Thu Aug 9 2012
105   - Updated for v5.16.1
106
107 2.69 Fri Jul 20 2012
108   - Updated for v5.17.2
109
110 2.68 Tue Jun 19 2012
111   - Updated for v5.17.1
112
113 2.67 Sat May 26 2012
114   - Updated for v5.17.0
115
116 2.66 ??
117   - Add the --diff option to compare two perl core modlibs
118
119 2.65 Tue Mar 20 2012
120   - Update of lib/charnames
121
122 2.64 Tue Mar 20 2012
123   - Update of Data::Dumper and XS::APItest
124
125 2.63 Tue Mar 20 2012
126   - Update for v5.15.9
127
128 2.62 Thu Mar 15 2012
129   - Separate the POD (bingos)
130
131 2.61 Fri Feb 20 2012
132   - Updated for v5.15.8
133
134 2.60 Fri Jan 20 2012
135   - Updated for v5.15.7
136
137 2.59 Sun Dec 20 2011
138   - Updated for v5.15.6
139
140 2.58 Sun Nov 20 2011
141   - Updated for v5.15.5
142
143 2.57 Thu Oct 20 2011
144   - Updated for v5.15.4
145
146 2.56 Tues Sept 20 2011
147   - Updated for v5.15.3
148   - Corrected version of Module::CoreList shipped
149     with v5.10.0
150   - Corrected Errno being shipped with v5.6.0 and v5.6.1
151   - Corrected VMS::Filespec being shipped with v5.12.3
152   - Corrected DB_File being shipped with v5.8.2
153   - Added http://perlpunks.de/corelist to SEE ALSO
154
155 2.55 Sat Aug 20 2011
156   - Updated for v5.15.2
157
158 2.54 Wed Jul 20 2011
159   - Updated for v5.15.1
160
161 2.53 Thu Jul 14 2011
162   - Added release date option '-r' to corelist
163
164 2.52 Mon Jul 4  2011
165   - [rt.cpan.org #69108] Extraneous modules listed
166     reported by Dee Newcum
167
168 2.51
169   - Updated for v5.15.0
170
171 2.50
172   - Updated for v5.12.4
173
174 2.49
175   - Updated for v5.14.0
176
177 2.46 Sun Mar 20 2011
178   - Resolved RT #59511
179   - Updated for v5.13.11
180
181 2.45 Sun Feb 20 2011
182   - Bumped the version number and data for the 5.13.10 release
183
184 2.44    Sat Jan 22 2011
185   - Merged v5.12.3 and v5.13.9
186
187 2.43    Sat Jan 22 2011
188   - Updated for v5.12.3
189
190 2.42_01 Thu Jan 20 2011
191   - Updated for v5.13.9
192
193 2.42    Mon Dec 20 2010
194   - Updated for v5.13.8
195
196 2.41    Sat Nov 20 2010
197   - Updated for v5.13.7
198
199 2.40    Wed Oct 20 2010
200   - Updated for v5.13.6
201
202 2.39    Sun Sep 19 2010
203   - Updated for v5.13.5
204
205 2.38    Mon Sep 07 2010
206   - Updated for v5.12.2
207
208 2.37    Tue Jul 20 2010
209   - Updated for 5.13.4
210   - Remove 'Filespec' module. It never existed in the core and is supposed to be
211     'VMS::Filespec' instead.
212
213 2.36    Tue Jul 20 2010
214   - Updated for 5.13.3
215
216 2.35    Thu Jun 22 2010
217   - Updated for 5.13.2
218
219 2.34    Thu May 20 2010
220   - Updated for 5.13.1
221
222 2.31_01 Fri Apr 30 2010
223   - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern)
224   - Functional interface amended to make calling conventions consistent
225     (bingos)
226   - Documented all functions and all hash structures (bingos)
227   - Fixed functions with edge-case involving querying for Module::CoreList
228     itself. Pointed out by Ilmari.
229   - Added removed_from() and removed_from_by_date() functions
230     for querying which release a module was removed from core. (bingos)
231   - Amended corelist utility to use new removed from functions when
232     stating when a module entered core ( and when it left it ). (bingos)
233   - Added tests to the testsuite to cover the edge-cases and new funcs. (bingos)
234
235 2.31    Sun Mar 20 2010
236   - Updated for 5.13.0
237
238 2.27    Sun Mar 14 2010
239   - Updated for 5.12.0
240
241 2.26    Sat Feb 20 2010
242   - Updated for 5.11.5
243
244 2.25    Wed Jan 20 2010
245   - Updated for 5.11.4
246
247 2.24    Mon Dec 21 2009
248   - Updated for 5.11.3
249
250 2.23    Fri Nov 20 2009
251   - Updated for 5.11.2
252
253 2.22    Thu Oct 22 2009
254   - is_deprecated function and %deprecated hash (dagolden)
255
256 2.21    <>
257   - Added 5.11.1
258
259 2.20    Sat Oct  3 2009
260         - Make Module::Corelist recognise $] as a version number on 5.11.0
261
262 2.19    Fri Oct  2 2009
263         - Update for perl 5.11.1
264
265 2.18    Mon Aug 24 2009
266         - Update for perl 5.10.1
267         - Remove %patchlevel hash (now that perl uses git and not perforce)
268         - Add %upstream and %bug_tracker data (Nicholas Clark)
269
270 2.17    Sun Jan 18 2009
271         - Make $] work to select perl version for 5.1 and 5.10 (John Peacock)
272         - Add ExtUtils::Miniperl to the list of core modules for all versions
273           >= 5.00504
274         - Add 5.8.9
275         - Fix release date for 5.002 (Grant McLean)
276
277 2.15    Tue Apr  1 2008
278         - Add missing entries for Config.pm in recent perls
279         - Install in core location for perl >= 5.8.9 (Jerry D. Hedden)
280
281 2.14    Mon Mar 17 2008
282         corelist changes:
283         - Add a new -d option to find first perl version by date
284           and not by version number
285         - Better handling of perl versions that end with a 0
286         - use version.pm only for version numbers that have multiple dots
287
288         - Fix tag for 5.00405 (Sam Vilain)
289
290 2.13    Tue Dec 18 2007
291         - Add data for perl 5.10.0
292
293 2.12    Mon Jul  9 2007
294         - Add data for perl 5.9.5
295
296 2.11    Thu May 10 2007
297         - first_release() now returns the first release in the order of
298           perl version numbers. Add a new method first_release_by_date()
299           to keep the old behaviour available. Suggested by Michael G Schwern.
300         - Update data about UCD versions
301
302 2.10    Wed May  9 2007
303         - Add versioning for the Unicode Character Database bundled
304           with Perl (H. Merijn Brand)
305
306 2.09    Thu Oct  5 2006
307         - Make the dependency on version.pm optional
308         - Improve doc of corelist(1)
309
310 2.08    Thu Sep  7 2006
311         - Add data for 5.9.4
312
313 2.07    Wed Aug  9 2006
314         - Regenerate data correctly for 5.8.7, 5.8.8, 5.9.2 and 5.9.3
315         - Add OS-specific modules for those versions
316
317 2.06    Tue Aug  1 2006
318         Patches by Marius Feraru :
319         - handle dotted perl versions (e.g. 5.8.6)
320         - add an easy way to determine what was some module's version bundled
321           with a specified Perl release
322
323 2.05    Tue Jun  6 2006
324         Patches by Adriano Ferreira :
325         - corelist utility accepts regexes as arguments, eg. /IPC::Open/
326         - Errors when building regexes are trapped and warning is generated
327
328 2.04    Thursday 2nd February, 2006
329         Fix patchlevel for 5.8.8 (Gisle Aas)
330         Silence warnings in corelist utility
331
332 2.03    Wednesday 1st February, 2006
333         Include data for perl 5.9.3 and 5.8.8
334
335 2.02    Tuesday 31th May, 2005
336         Include data for perl 5.8.7
337
338 2.01    Sunday 24th April, 2005
339         Allow to specify several modules on the corelist command-line
340         (Yves Orton)
341         Add a %patchlevel hash to get perforce patchlevels corresponding to
342         released versions
343
344 2.00    Sunday 10th April, 2005
345         Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
346
347 1.99    Tuesday 5th April, 2005
348         Backport to CPAN the version of Module::CoreList shipped with
349         perl 5.9.2 (containing info for this latest distribution).
350         Install in coreperl instead of sitelib for perls >= 5.9.2.
351
352 1.98    Saturday 1st January, 2005
353         Data from José Pedro Oliveira for 5.8.6
354
355 1.97    Wednesday 8th September, 2004
356         Ship with a traditional Makefile.PL
357
358 1.96    Monday 26th July, 2004
359         Lars Thegler supplied many many fixes as #6922, #7085, #7086,
360         #7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098,
361         #7099, #7100, and #7101
362         Added the %families hash.
363         Small changes to the tests to ensure that things look consistent.
364
365 1.95    Wednesday 21st July, 2004
366         Data from José Pedro Oliveira for 5.8.4 and 5.8.5
367
368 1.94    Monday 12th July, 2004
369         Applied fixes from Lars Thegler (rt.cpan.org tickets #6919,
370         #6920, #6922, and #6923)
371         Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1.
372
373 1.93    Friday 14th November, 2003
374         Data for 5.9.0 and 5.6.2
375
376 1.92    Friday 14th November, 2003
377         Incorporated two patches submitted from anonymous reporters
378         via rt.cpan.org (#4358 and #4359, corelist enhancement and
379         information for 5.8.2)
380         Added 5.8.1 information.
381
382 1.91    18th May 2003
383         - Fix from Mark Fowler - XSLoader is autogenerated too
384
385 1.9     22nd April 2003
386         - incorporated PodMaster's corelist script
387
388 1.8     13th February 2003
389         - reformatted Changes file to use makereadme
390         - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard)
391
392 1.7     30th July 2002
393         - HISTORY contents moved to this Changes file
394         - identify-dependencies script given some loving.
395
396 1.6     July 2002
397         - Included Config as a shipped module for all releases of perl
398           (caught by Mark Fowler)
399         - Added data for the 5.8 release.
400
401 1.5     2nd April 2002
402         - Fixed a glaring bug caught by the testsuite but sadly
403           released.  perl5.004_05 was released post 5.005_03 and so
404           isn't the first release to contain File::Spec.
405         - Added data for 5.003_07, 5.004, and 5.005 releases.
406         - Added the %released hash.
407
408 1.4     2nd April 2002
409         - Bugfixes from Roland Bauer to allow the code to work under
410           5.004_04.
411         - Using a cgi developed by Roland caught and fixed a number of
412           bugs in the previous extraction of module names.
413         - Rewrote the name extractor to be simpler.
414         - Added data for the 5.004_05 and 5.6.0 releases of perl.
415
416 1.3     25th March 2002
417         - Initial CPAN release, covers 5.00503, 5.6.1 and 5.7.3