diff options
author | Paul Marquess <paul.marquess@btinternet.com> | 1999-08-05 00:22:22 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-05 08:05:13 +0000 |
commit | e07e341956f18e57659bfd4ab6881a29bbc725c9 (patch) | |
tree | 14775c1766a37f0d2162dd015bf2ee2bc48e4c99 /ext/DB_File/Changes | |
parent | 1c98e7c8cff8d95239d35282a62d5c3c291ff3fa (diff) | |
download | perl-e07e341956f18e57659bfd4ab6881a29bbc725c9.tar.gz |
DB_File 1.70
To: perl5-porters@perl.org
Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
randy@theoryx5.uwinnipeg.ca
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
(Replaces change #3917)
p4raw-link: @3917 on //depot/cfgperl: a62982a846c50953d49f512fd1ec36e63b0a9e81
p4raw-id: //depot/cfgperl@3921
Diffstat (limited to 'ext/DB_File/Changes')
-rw-r--r-- | ext/DB_File/Changes | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/DB_File/Changes b/ext/DB_File/Changes index 462056a34b..6d374bf1f1 100644 --- a/ext/DB_File/Changes +++ b/ext/DB_File/Changes @@ -259,6 +259,16 @@ 1.69 3rd August 1999 * fixed a bug in push -- DB_APPEND wasn't working properly. + * Fixed the R_SETCURSOR bug introduced in 1.68 + * Added a new Perl variable $DB_File::db_ver +1.70 4th August 1999 + + * Initialise $DB_File::db_ver and $DB_File::db_version with + GV_ADD|GV_ADDMULT -- bug spotted by Nick Ing-Simmons. + + * Added a BOOT check to test for equivalent versions of db.h & + libdb.a/so. + |