Fixingup for release 0.27
authorBrian Aker <brian@tangent.org>
Mon, 30 Mar 2009 06:05:49 +0000 (23:05 -0700)
committerBrian Aker <brian@tangent.org>
Mon, 30 Mar 2009 06:05:49 +0000 (23:05 -0700)
ChangeLog
configure.ac
libmemcached/memcached.h

index 00f701c0318f08463ec19783b94deafba6873819..fb63d43a6de8fb8642ec803fafcaa6525db62670 100644 (file)
--- 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()
index 03f9f58cabac3bce9866aac54fa2a16c8e37b90c..6a66e610bb39a906f134a8420d6c85ddd40315f8 100644 (file)
@@ -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
index 352fd0fa176edcbb57669b3e7c08014901d4aa7b..281f30b6e0b545282e7666dac3e398e95afbd0b4 100644 (file)
@@ -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;