Move Package::Constants from lib to ext
[p5sagit/p5-mst-13.2.git] / ext / Storable / ChangeLog
index 8371914..ea39953 100644 (file)
@@ -1,8 +1,44 @@
-Sat Jul 10 22:37:47 BST 2004   Nicholas Clark <nick@ccl4.org>
+Mon May 18 09:38:20 IST 2009   Abhijit Menon-Sen <ams@toroid.org>
+
+    Version 2.20
+
+       Fix bug handling blessed references to overloaded objects, plus
+       other miscellaneous fixes.
+
+       (Version 2.19 was released with 5.8.9.)
+
+Thu Nov 22 13:24:18 IST 2007   Abhijit Menon-Sen <ams@toroid.org>
+
+    Version 2.18
+
+       Compile fixes for older Perls. (No functional changes.)
+
+Sat Nov 17 02:12:12 IST 2007   Abhijit Menon-Sen <ams@toroid.org>
+
+    Version 2.17
+
+       Various broken tests fixed. (No functional changes.)
+
+Sat Mar 31 06:11:06 IST 2007   Abhijit Menon-Sen <ams@toroid.org>
+
+    Version 2.16
+
+        1. Fixes to Storable::dclone, read_magic, retrieve_lscalar
+        2. Storable 0.1 compatibility
+        3. Miscellaneous compile/leak/test/portability fixes
+
+Mon May 23 22:48:49 IST 2005   Abhijit Menon-Sen <ams@wiw.org>
+
+    Version 2.15
+
+        Minor changes to address a couple of compile problems.
+
+Mon Apr 25 07:29:14 IST 2005   Abhijit Menon-Sen <ams@wiw.org>
 
     Version 2.14
 
        1. Store weak references
+       2. Add STORABLE_attach hook.
 
 Thu Jun 17 12:26:43 BST 2004   Nicholas Clark <nick@ccl4.org>