diff options
author | Paul Marquess <paul.marquess@btinternet.com> | 2001-04-26 23:37:53 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-26 21:18:57 +0000 |
commit | c5da4faf1737eafa76e9fab4a61fa8d82518a600 (patch) | |
tree | b59d921a6b5efef91fc295771ad16c591d8d4592 /ext/DB_File/Changes | |
parent | e99ebc5592edf3ee9d4840a4233c69bae7574b2e (diff) | |
download | perl-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/Changes | 21 |
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. |