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