From: Brian Aker Date: Mon, 30 Mar 2009 06:05:49 +0000 (-0700) Subject: Fixingup for release X-Git-Tag: 0.27 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=f602a9cb2e78bdde242004d299b66931e13a00bb;p=m6w6%2Flibmemcached Fixingup for release --- diff --git a/ChangeLog b/ChangeLog index 00f701c0..fb63d43a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +0.27 Sun Mar 29 22:33:01 PDT 2009 + * Added new UDP fire-forget mode. + * Reworked performance for mget() to better make use of async protocol + * Cleaned up execution of fetch (just one set of code now) + * Fixed Jenkin's for big endian hosts. + * Updates for memstat to determine network latency. + * Updates for binary protocol. + * Many updates to documentation. + 0.26 Thu Jan 29 13:05:50 PST 2009 * Fix for decrement on hash key * Fixed assert that was catching bad memset() call in host_reset() diff --git a/configure.ac b/configure.ac index 03f9f58c..6a66e610 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ MEMCACHED_LIBRARY_NAME=libmemcached #release versioning MEMCACHED_MAJOR_VERSION=0 -MEMCACHED_MINOR_VERSION=26 +MEMCACHED_MINOR_VERSION=27 MEMCACHED_MICRO_VERSION=0 #API version diff --git a/libmemcached/memcached.h b/libmemcached/memcached.h index 352fd0fa..281f30b6 100644 --- a/libmemcached/memcached.h +++ b/libmemcached/memcached.h @@ -42,7 +42,7 @@ struct memcached_continuum_item_st { uint32_t value; }; -#define LIBMEMCACHED_VERSION_STRING "0.26" +#define LIBMEMCACHED_VERSION_STRING "0.27" struct memcached_analysis_st { uint64_t most_used_bytes;