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