summaryrefslogtreecommitdiff
path: root/ext/DB_File/Changes
diff options
context:
space:
mode:
authorPaul Marquess <paul.marquess@btinternet.com>2001-04-26 23:37:53 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-26 21:18:57 +0000
commitc5da4faf1737eafa76e9fab4a61fa8d82518a600 (patch)
treeb59d921a6b5efef91fc295771ad16c591d8d4592 /ext/DB_File/Changes
parente99ebc5592edf3ee9d4840a4233c69bae7574b2e (diff)
downloadperl-c5da4faf1737eafa76e9fab4a61fa8d82518a600.tar.gz
DB_File-1.77
Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com> p4raw-id: //depot/perl@9867
Diffstat (limited to 'ext/DB_File/Changes')
-rw-r--r--ext/DB_File/Changes21
1 files changed, 21 insertions, 0 deletions
diff --git a/ext/DB_File/Changes b/ext/DB_File/Changes
index eda270d82b..6d1ddb14e1 100644
--- a/ext/DB_File/Changes
+++ b/ext/DB_File/Changes
@@ -334,3 +334,24 @@
* Updated dbinfo to support Berkeley DB 3.2 file format changes.
+1.76 15th January 2001
+
+ * Added instructions for using LD_PRELOAD to get Berkeley DB 2.x to work
+ with DB_File on Linux. Thanks to Norbert Bollow for sending details of
+ this approach.
+
+
+1.77 26th April 2001
+
+ * AIX is reported to need -lpthreads, so Makefile.PL now checks for AIX and
+ adds it to the link options.
+
+ * Minor documentation updates.
+
+ * Merged Core patch 9176
+
+ * Added a patch from Edward Avis that adds support for splice with
+ recno databases.
+
+ * Modified Makefile.PL to only enable the warnings pragma if using perl
+ 5.6.1 or better.