[announce] Cache::Memcached 1.14
Brad Fitzpatrick
brad@danga.com
Tue, 27 Jul 2004 10:10:44 -0700 (PDT)
New version of Perl client:
http://www.danga.com/memcached/dist/Cache-Memcached-1.14.tar.gz
Uploaded to CPAN, but it'll be a few minutes.
Changes:
2004-07-27
* release 1.14
2004-07-27
* kill buggy, slow ord() _hashfunc, replace with crc32.
this adds String::CRC32 as a dependency. thanks to
everybody's feedback on the mailing list.
2004-07-19
* don't use pos() because it doesn't seem to work in
taint mode. use $+[0] instead. (Dave Evans <..@djce.org.uk>)
2004-06-19
* support multiple paths to memcache nodes (Brad)
see 'set_pref_ip'
2004-05-30
* release version 1.13
...
- Brad