summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-08-25 08:09:48 +0000
committerNicholas Clark <nick@ccl4.org>2021-08-30 07:45:40 +0000
commit8a5f7d3067417a9fba552dd2d8a9d400356a7bd5 (patch)
treeb5b752fff2363665aefc649e3b2a9607589fc6ea /dist
parent054012e5cc47163fccd48fea049f980376873c2c (diff)
downloadperl-8a5f7d3067417a9fba552dd2d8a9d400356a7bd5.tar.gz
Update Storable's ChangeLog.
There hasn't been a CPAN release for a couple of years, and so it hasn't been kept up to date.
Diffstat (limited to 'dist')
-rw-r--r--dist/Storable/ChangeLog30
1 files changed, 29 insertions, 1 deletions
diff --git a/dist/Storable/ChangeLog b/dist/Storable/ChangeLog
index bf353815a1..e57fc8b66a 100644
--- a/dist/Storable/ChangeLog
+++ b/dist/Storable/ChangeLog
@@ -1,4 +1,32 @@
-2010-01-27 10:27:00 TonyC
+2021-08-25 08:05:16 nwclark
+ version 3.24_50
+ * Remove code and tests only present to support perls before 5.6.1
+ Storable implicitly needs >= v5.6.1.
+ * Use SvPVCLEAR from ppport.h
+ * Remove XS code "commented" out with #if 0
+ * Refactor store_lhash() to remove some code duplication
+ * Avoid calling hv_iterval() twice for each hash entry
+ * Fix a bug in the recursion depth check in store_lhash()
+
+unreleased
+ version 3.24
+ * Fix a (possible) typo in Sntohl
+
+unreleased
+ version 3.23
+ * Fix typos
+ * avoid stderr noise in t/canonical.t
+
+2020-07-31 19:36:37 atoomic
+ version 3.22
+ * use PERL_COMPARE macros
+
+2020-04-23 13:33:05 ilmari
+ version 3.21
+ * fix repeated-word typos
+ * fix t/huge.t PERL_TEST_MEMORY diagnostic messages
+
+2020-01-27 10:27:00 TonyC
version 3.20
* fix a format string and arguments for some debugging text
* linkify references to alternatives to Storable