From: rkinyon Date: Thu, 23 Feb 2006 15:02:58 +0000 (+0000) Subject: Added changes made by Joe last night to Changes file X-Git-Tag: 0-97~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26138c00c670cd6399d2a7c846b93511e65434c4;p=dbsrgits%2FDBM-Deep.git Added changes made by Joe last night to Changes file --- diff --git a/Changes b/Changes index eee959c..dae4297 100644 --- a/Changes +++ b/Changes @@ -29,8 +29,10 @@ Revision history for DBM::Deep. - TIEARRAY and TIEHASH now check their parameters more thoroughly - Negative indices for arrays works as expected, including throwing the appropriate errors. - - RT #16877 is fixed (DBM::Deep broken with Perl 5.9.3+) - - TODO: RT #14893 is fixed (tie() and new() use different parameter lists) + - RT #16877 is fixed (DBM::Deep broken with Perl 5.9.3+). + - RT #14893 is fixed (tie() and new() use different parameter lists). + - A bug with optimize and threading is fixed. + - autobless has received some attention, resulting in a number of bugs fixed. 0.96 Oct 14 09:55:00 2005 Pacific - Fixed build (OS X hidden files killed it)