Pod::Text.pm reformating indented paragraphs
[p5sagit/p5-mst-13.2.git] / ext / DB_File / Changes
index a86ea4a..e13178c 100644 (file)
    specified as 0, it does a strlen on the data.  This was ok for DB
    1.x, but isn't for DB 2.x.
 
+1.59
+   Updated the license section.
+
+   Berkeley DB 2.4.10 disallows zero length keys. Tests 32 & 42 in
+   db-btree.t and test 27 in db-hash.t failed because of this change.
+   Those tests have been zapped.
+
+   Added dbinfo to the distribution.
+
+1.60
+   Changed the test to check for full tied array support
+
+1.61 19th November 1998
+
+   Added a note to README about how to build Berkeley DB 2.x when
+   using HP-UX.
+   Minor modifications to get the module to build with DB 2.5.x
+   Fixed a typo in the definition of O_RDONLY, courtesy of Mark Kettenis.
+