From: jhuckaby Date: Fri, 24 Feb 2006 07:06:25 +0000 (+0000) Subject: - Removed volatile option as it is pretty useless (use locking instead) X-Git-Tag: 0-97~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ea613177d606ad73827f6a934690b103944decb;p=dbsrgits%2FDBM-Deep.git - Removed volatile option as it is pretty useless (use locking instead) - Locking now implicitly enables autoflush --- diff --git a/Changes b/Changes index ad18696..a18ef66 100644 --- a/Changes +++ b/Changes @@ -34,6 +34,8 @@ Revision history for DBM::Deep. - A bug with optimize and threading is fixed. - autobless has received some attention, resulting in a number of bugs fixed. - Removed mode option as it just caused confusion. + - Removed volatile option as it is pretty useless (use locking instead) + - Locking now implicitly enables autoflush 0.96 Oct 14 09:55:00 2005 Pacific - Fixed build (OS X hidden files killed it)