summaryrefslogtreecommitdiff
path: root/ext/Storable/ChangeLog
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-04 18:47:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-04 18:47:39 +0000
commit862382c78acdf83858c45ec3514945ca83ea34d6 (patch)
treebb146686b8633ea0ae14926650b273534af1186a /ext/Storable/ChangeLog
parent131aa08964be247006f8347599148405626429ac (diff)
downloadperl-862382c78acdf83858c45ec3514945ca83ea34d6.tar.gz
Upgrade to Storable 1.0.7, from Raphael Manfredi.
p4raw-id: //depot/perl@8312
Diffstat (limited to 'ext/Storable/ChangeLog')
-rw-r--r--ext/Storable/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ext/Storable/ChangeLog b/ext/Storable/ChangeLog
index 352e6200fd..92789b59a4 100644
--- a/ext/Storable/ChangeLog
+++ b/ext/Storable/ChangeLog
@@ -1,3 +1,21 @@
+Wed Jan 3 10:43:18 MET 2001 Raphael Manfredi <Raphael_Manfredi@pobox.com>
+
+. Description:
+
+ Removed spurious 'clean' entry in Makefile.PL.
+
+ Added CAN_FLOCK to determine whether we can flock() or not,
+ by inspecting Perl's configuration parameters, as determined
+ by Configure.
+
+ Trace offending package when overloading cannot be restored
+ on a scalar.
+
+ Made context cleanup safer to avoid dup freeing, mostly in the
+ presence of repeated exceptions during store/retrieve (which can
+ cause memory leaks anyway, so it's just additional safety, not a
+ definite fix).
+
Sun Nov 5 18:23:48 MET 2000 Raphael Manfredi <Raphael_Manfredi@pobox.com>
. Description: