summaryrefslogtreecommitdiff
path: root/ext/DB_File/Changes
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-23 13:17:18 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-23 13:17:18 +0000
commitb90e71be9e76b821dd24be6197b27d74c1fba439 (patch)
tree3dd102f6243c633b0c40e9b99d9f12bfc855f145 /ext/DB_File/Changes
parentc170e44434bb886b016236f0a6101610697565c5 (diff)
downloadperl-b90e71be9e76b821dd24be6197b27d74c1fba439.tar.gz
DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
p4raw-id: //depot/perl@4865
Diffstat (limited to 'ext/DB_File/Changes')
-rw-r--r--ext/DB_File/Changes12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/DB_File/Changes b/ext/DB_File/Changes
index 8f364564a5..95eb487e56 100644
--- a/ext/DB_File/Changes
+++ b/ext/DB_File/Changes
@@ -279,3 +279,15 @@
* Updated to support Berkeley DB 3.x
* Updated dbinfo for Berkeley DB 3.x file formats.
+
+1.72 16th January 2000
+
+ * Added hints/sco.pl
+
+ * The module will now use XSLoader when it is available. When it
+ isn't it will use DynaLoader.
+
+ * The locking section in DB_File.pm has been discredited. Many thanks
+ to David Harris for spotting the underlying problem, contributing
+ the updates to the documentation and writing DB_File::Lock (available
+ on CPAN).