Update for 0.47
authorBrian Aker <brian@tangent.org>
Thu, 24 Feb 2011 04:21:36 +0000 (20:21 -0800)
committerBrian Aker <brian@tangent.org>
Thu, 24 Feb 2011 04:21:36 +0000 (20:21 -0800)
ChangeLog
configure.ac

index 589f002aa6e024677c59599a5b03080082f303e1..27535235e723803e865fbd068d5476e4a529041f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+0.47 Wed Feb 23 18:46:48 PST 2011
+  * Additional fixes for OpenBSD.
+  * Bug fix 677609, 456080.
+  * SIGPIPE fix for Linux send(). 
+  * memcapable can now test ascii or binary based on flags.
+  * Additional build fixes for SASL.
+
+
 0.46 Mon Feb 14 10:28:01 PST 2011
   * Fixes a number of corner case bugs.
   * Fixes related to OpenBSD.
index 2907607c9b6252281c467ebdf6615b1b83980e1e..c7d63f87742680e95d95a69437ff4c897dbb2a00 100644 (file)
@@ -7,7 +7,7 @@
 # the COPYING file in this directory for full text.
 
 AC_PREREQ(2.59)
-AC_INIT([libmemcached],[0.46],[http://libmemcached.org/])
+AC_INIT([libmemcached],[0.47],[http://libmemcached.org/])
 AC_CONFIG_SRCDIR([libmemcached/memcached.c])
 AC_CONFIG_AUX_DIR(config)