This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Commit b776cec188 missed these RMG steps when preparing Module::CoreList for 5.19.11
[perl5.git] / dist / Module-CoreList / Changes
index c1474c3..0d20e61 100644 (file)
@@ -1,3 +1,95 @@
+3.10
+  - Prepared for v5.19.11
+
+3.09
+  - updated for v5.19.10
+
+3.08
+  - prepared for v5.19.10
+
+3.07 Fri Feb 21 2014
+ - fix for is_core tests and perls ending in 0
+
+3.06 Thu Feb 20 2014
+ - updated for 5.19.9
+ - fix Module::CoreList::is_core default perl version
+ - fix Module::CoreList::is_core version comparision
+
+3.05
+  - Prepared for v5.19.9
+
+3.04
+  - Prepared for v5.19.8
+
+3.03 Mon Jan  6 2014
+  - Updated for v5.18.2
+
+3.02 Fri Dec 20 2013
+  - Prepared for v5.19.7
+  - Added CGI et al deprecation status
+  - Finalised for v5.19.7
+
+3.01 Wed Nov 20 2013
+  - Finalised for v5.19.6
+
+3.00 Sun Oct 20 2013
+  - Updated for v5.19.5
+  - exported %delta
+  - fixed bug in is_core(): it was naively assuming a linear sequence of releases,
+    rather than the tree with multiple branches.
+
+2.99 Fri Sep 20 2013
+  - Updated for v5.19.4
+  - fixed Module::Build core deprecation
+  - changes_between now has the same API as all other functions
+  - added is_core() which returns true if a module is/was core
+    in a specific version of Perl. Can optionally specify minimum
+    version of the module.
+
+2.98 Wed Aug 21 2013
+  - Prepared for v5.19.4
+
+2.97 Tue Aug 20 2013
+  - Updated for v5.19.3
+
+2.96 Mon Aug 12 2013
+  - Utils module listing all utilities released with core
+  - Updated for v5.18.1
+
+2.95 Mon Jun 22 2013
+  - Prepared for v5.19.3
+
+2.94 Sun Jun 21 2013
+  - Updated for v5.19.2
+
+2.93 Thu 20 Jun 2013
+  - Updated for v5.19.1
+
+2.92 Thu Jun 21 2013
+  - Make switches case-sensitive (keep -d and -D distinct)
+  - correct omission of Text::Soundex and File::CheckTree from deprecations
+  - switch %deprecated to a delta hash
+
+2.91 Mon May 20 2013
+  - Updated for v5.19.0
+
+2.90 Mon May 18 2013
+  - Updated for v5.18.0
+
+2.88 Tue Apr 23 2013
+  - Include deprecations for v5.17.10 and v5.17.11
+
+2.87 Sat Apr 20 2013
+  - Updated for v5.17.11
+2.85 Thu Mar 19 2013
+  - Updated for v5.17.10
+
+2.84 Mon Mar 11 2013
+  - Updated for v5.16.3
+
+2.83 Sun Mar 10 2013
+  - Updated for v5.14.4
+
 2.82 Wed Feb 20 2013
   - --feature switch added
   - --upstream switch added