Had to turn off caching, but I've merged everything from SPROUT's fixes
[dbsrgits/DBM-Deep.git] / Changes
diff --git a/Changes b/Changes
index 34b0a82..4b51f1c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,15 @@
-Revision history for DBM::Deep.
+Revision history for DBM::Deep (ordered by revision number).
 
-1.0019_002 Jan XX XX:00:00 2010 EST
+1.0019_003 Jan XX XX:XX:00 2010 EST
+    (This is the third developer release for 1.0020.)
+    (This version is compatible with 1.0014)
+       - Fixed problem where "./Build test" wouldn't actually -do- anything.
+        - (No-one apparently tried to install this till Steven Lembark. Thanks!)
+    - Fixed speed regression with keys in the File backend.
+        - Introduced in 1.0019_002 to fix #50541
+    - (RT #53575) Recursion failure in STORE (Thanks, SPROUT)
+
+1.0019_002 Jan 05 22:30:00 2010 EST
     (This is the second developer release for 1.0020.)
     (This version is compatible with 1.0014)
        - Fixed bug where attempting to store a value tied to something other than
@@ -8,6 +17,16 @@ Revision history for DBM::Deep.
        - Added support for DBD::SQLite
         - Build.PL has been extended to support sqlite vs. mysql
         - Storage::DBI now detects between the two DBDs
+    - (RT #51888) Applied POD patch (Thanks, FWIE!)
+    - (RT #44981) Added VERSION to ::Array, ::Engine, and ::Hash
+    - Removed extraneous slashes from POD links (Thanks ilmari!)
+    - (RT #50541) Fixed bug in clear() for hashes in the File backend.
+        - This has caused a regression in speed for clear() when clearing
+          large hashes using running with the File backend. ->clear() (on my
+          machine) now takes ( N / 40 ) ** (1.66) seconds. So, clearing 4000
+          keys (as is the test in t/03_bighash.t) would take ~2070 seconds.
+    - (RT #40782) Fixed bug when handling a key of '0' (Thanks Sterling!)
+    - (RT #48031) Fixed bug with localized $, (Thanks, SPROUT!)
 
 1.0019_001 Dec 31 22:00:00 2009 EST
     (This is the first developer release for 1.0020.)
@@ -28,6 +47,19 @@ Revision history for DBM::Deep.
     - Hopefully, this multi-engine support will allow deprecation of the file
       format in the future.
 
+1.0016 Feb 05 22:10:00 2010 PST
+    - (This version is compatible with 1.0015)
+    - New caveat in the docs explaining stale references (RT#42129)
+    - All included modules now have the same version in META.yml, so
+      the CPAN shell will no longer try to downgrade.
+    - Fixed bug in clear() for hashes (RT#50541)
+
+1.0015 Jan 25 22:05:00 2010 PST
+    - (This version is compatible with 1.0014)
+    - Fix deep recursion errors (RT#53575)
+    - Avoid leaving temp files lying around (RT#32462)
+    - (RT #48031) Fixed bug with localized $, (Thanks, SPROUT!)
+
 1.0014 Jun 13 23:15:00 2008 EST
     - (This version is compatible with 1.0013)
     - Fix for RT#36781 (t/44 has an unrequired dependency)