Changeset 601

Show
Ignore:
Timestamp:
07/17/07 17:47:33 (1 year ago)
Author:
bradfitz
Message:

Checking in changes prior to tagging of version 1.24. Changelog diff is:

Index: ChangeLog
===================================================================
--- ChangeLog (revision 591)
+++ ChangeLog (working copy)
@@ -1,3 +1,5 @@
+2007-07-17: version 1.24
+

  • update the stats method, including tests for it
    (Ronald J Kimball <rkimball+memcached@pangeamedia.com>)


Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/api/perl/ChangeLog

    r576 r601  
     12007-07-17: version 1.24 
     2 
    13        * update the stats method, including tests for it 
    24          (Ronald J Kimball <rkimball+memcached@pangeamedia.com>) 
  • trunk/api/perl/lib/Cache/Memcached.pm

    r576 r601  
    3636 
    3737use vars qw($VERSION $HAVE_ZLIB $FLAG_NOSIGNAL); 
    38 $VERSION = "1.23"; 
     38$VERSION = "1.24"; 
    3939 
    4040BEGIN {