Updates for 0.44 release 0.44
authorBrian Aker <brian@tangent.org>
Thu, 23 Sep 2010 05:00:27 +0000 (22:00 -0700)
committerBrian Aker <brian@tangent.org>
Thu, 23 Sep 2010 05:00:27 +0000 (22:00 -0700)
ChangeLog
configure.ac

index 913e9a0ad2ddfe7b3aea64f49ccfd3e924dead02..86b3545773cb0fee418d42e6ffdaed313ded9e5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+0.44 Wed Sep 22 21:57:57 PDT 2010
+  * Windows bug fixes.
+  * Hudson port support in test harness.
+  * Improved portability of test hanrness.
+  * SASL fixes.
+
 0.43 Wed Jul 28 16:29:47 PDT 2010
   * Added --args to memstat so that a greater range of values can be returned.
   * Prelimanary support for Windows.
index 4137fb4dbf94d949ba72d19008431afab3d7bd32..379466df3de0495dcbc6aa0c18acc2526afd9160 100644 (file)
@@ -7,7 +7,7 @@
 # the COPYING file in this directory for full text.
 
 AC_PREREQ(2.59)
-AC_INIT([libmemcached],[0.43],[http://libmemcached.org/])
+AC_INIT([libmemcached],[0.44],[http://libmemcached.org/])
 AC_CONFIG_SRCDIR([libmemcached/memcached.c])
 AC_CONFIG_AUX_DIR(config)