[memcached] bradfitz,
r517: Checking in changes prior to tagging of ...
commits at code.sixapart.com
commits at code.sixapart.com
Tue Apr 17 06:46:56 UTC 2007
Checking in changes prior to tagging of version 1.20. Changelog diff is:
Index: ChangeLog
===================================================================
--- ChangeLog (revision 509)
+++ ChangeLog (working copy)
@@ -1,3 +1,5 @@
+2007-04-16: version 1.20
+
* fix "Warning produced when flush_all called" from CDENT
http://rt.cpan.org/Public/Bug/Display.html?id=22181
A trunk/api/perl/.shipit
U trunk/api/perl/ChangeLog
U trunk/api/perl/lib/Cache/Memcached.pm
Added: trunk/api/perl/.shipit
===================================================================
--- trunk/api/perl/.shipit 2007-04-17 06:45:24 UTC (rev 516)
+++ trunk/api/perl/.shipit 2007-04-17 06:46:55 UTC (rev 517)
@@ -0,0 +1,4 @@
+# auto-generated shipit config file.
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
+
+svn.tagpattern = Cache-Memcached-%v
Modified: trunk/api/perl/ChangeLog
===================================================================
--- trunk/api/perl/ChangeLog 2007-04-17 06:45:24 UTC (rev 516)
+++ trunk/api/perl/ChangeLog 2007-04-17 06:46:55 UTC (rev 517)
@@ -1,3 +1,5 @@
+2007-04-16: version 1.20
+
* fix "Warning produced when flush_all called" from CDENT
http://rt.cpan.org/Public/Bug/Display.html?id=22181
Modified: trunk/api/perl/lib/Cache/Memcached.pm
===================================================================
--- trunk/api/perl/lib/Cache/Memcached.pm 2007-04-17 06:45:24 UTC (rev 516)
+++ trunk/api/perl/lib/Cache/Memcached.pm 2007-04-17 06:46:55 UTC (rev 517)
@@ -40,7 +40,7 @@
use constant COMPRESS_SAVINGS => 0.20; # percent
use vars qw($VERSION $HAVE_ZLIB $FLAG_NOSIGNAL);
-$VERSION = "1.18";
+$VERSION = "1.20";
BEGIN {
$HAVE_ZLIB = eval "use Compress::Zlib (); 1;";
More information about the memcached-commits
mailing list