Moved find_bucket_list, traverse_index, and get_next_key to Engine
[dbsrgits/DBM-Deep.git] / Changes
diff --git a/Changes b/Changes
index dae4297..21b318e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,21 @@
 Revision history for DBM::Deep.
 
-0.97  ??? ?? ??:??:?? 2006 Pacific
+0.99_01 ??? ?? ??;??:?? 2006 Pacific
+    - Removed error()/clear_error()
+
+0.98  Feb 28 11:00:00 2006 Pacific
+    - Added in patch by David Cantrell to allow use of DATA filehandle
+    - Fixed bug where attempting to export() a structure that used autobless would die
+    - Fixed arraytest slowness by localizing $SIG{__DIE__} to prevent Test::Builder's
+      $SIG{__DIE__} from being called. (q.v. http://perldoc.perl.org/functions/eval.html)
+    - More methods have been made private:
+        - root() is now _root()
+        - base_offset() is now _base_offset()
+        - fh() is now _fh()
+        - type() is now _type()
+        - precalc_sizes() is now _precalc_sizes()
+
+0.97  Feb 24 10:00:00 2006 Pacific
     - Reorganization of distribution to a more standard layout
     - Migration to Module::Build with EU::MM backwards compatibility
     - Migration of all tests to use Test::More and Test::Exception
@@ -33,6 +48,9 @@ Revision history for DBM::Deep.
     - RT #14893 is fixed (tie() and new() use different parameter lists).
     - A bug with optimize and threading is fixed.
     - autobless has received some attention, resulting in a number of bugs fixed.
+    - Removed mode option as it just caused confusion.
+    - Removed volatile option as it is pretty useless (use locking instead)
+    - Locking now implicitly enables autoflush
 
 0.96  Oct 14 09:55:00 2005 Pacific
     - Fixed build (OS X hidden files killed it)