Set version to 1.0016
[dbsrgits/DBM-Deep.git] / Changes
diff --git a/Changes b/Changes
index 58c58b3..3655c52 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,28 @@
 Revision history for DBM::Deep.
 
-1.0013 Jun 18 00:00:00 2008 EST
+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!)
+    - (RT #40782) Fixed bug when handling a key of '0' (Thanks Sterling!)
+
+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)
+    - lock() has been aliased to lock_exclusive(). There is now
+      a lock_shared() method. The :flock constants are no longer
+      imported into the DBM::Deep namespace.
+      **** THIS IS AN API CHANGE ****
+
+1.0013 Jun 13 23:15:00 2008 EST
     - (This version is compatible with 1.0012)
     - Fix for RT#30144 (Optimization failure on Win32)
     - Fixed a bug in reindex_entry (Thanks, Wulfram Humann!)
@@ -9,6 +31,7 @@ Revision history for DBM::Deep.
     - (This version is compatible with 1.0011)
     - Fix for RT#30085 (Remove dependency on XS module)
         - Thank you very much tachyon-II@Perlmonks!!
+        - This also resolves RT#35424 (DBM::Deep breaks XML::Twig).
     - Updated the POD with fixes that were made, but still on the TODO list.
     - Bypass for RT#36419 (t/44_upgrade_db.t fails on *BSD)
         - We're just going to skip that for now. It's a number-of-processes-open