Update version info for next version.
authorBrian Aker <brian@tangent.org>
Sun, 11 Mar 2012 02:38:50 +0000 (18:38 -0800)
committerBrian Aker <brian@tangent.org>
Sun, 11 Mar 2012 02:38:50 +0000 (18:38 -0800)
ChangeLog
configure.ac

index 450519fd3c31de074b2ca068be7ea6514b1f2d8a..179eed9b39917f69a94d6b022afa862bcd10ea85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,8 @@
 1.0.5
-
-* Version is now parsed directly in the parser, which makes buffered
-operations now work with it..
-
-* memstat has been extended so that it can be used to find the version of the
-server.
+* Version is now parsed directly in the parser, which makes buffered operations now work with it..
+* memstat has been extended so that it can be used to find the version of the server.
+* Update documentation.
+* Fixes for compile issues on Debian and Ubuntu
 
 
 1.0.4 Thu Jan 26 22:33:54 PST 2012
index 1fe4f7749b29d97cf7e9431a54390fd91c8111be..965ad3bf163cba06e79609a1aafe1b46ea67a2c9 100644 (file)
@@ -7,7 +7,7 @@
 # Use and distribution licensed under the BSD license.  See
 # the COPYING file in this directory for full text.
 
-AC_INIT([libmemcached],[1.0.4],[http://libmemcached.org/])
+AC_INIT([libmemcached],[1.0.5],[http://libmemcached.org/])
 
 AC_CONFIG_AUX_DIR(config)