Browse Source

Preparing for release 3.1.0

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@740497 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 16 years ago
parent
commit
b80ed2845f
2 changed files with 4 additions and 3 deletions
  1. 3 2
      CHANGES.txt
  2. 1 1
      src/c/configure.ac

+ 3 - 2
CHANGES.txt

@@ -1,8 +1,9 @@
-Trunk
+Release 3.1.0 - 2009-02-06
   
 Non-backward compatible changes:
 
-BUGFIXES:
+BUGFIXES: 
+
   ZOOKEEPER-255. zoo_set() api does not return stat datastructure.
   (avery ching via mahadev)
 

+ 1 - 1
src/c/configure.ac

@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT([zookeeper C client],2.1.1,[zookeeper-user@lists.sourceforge.net],[c-client-src])
+AC_INIT([zookeeper C client],3.1.0,[zookeeper-user@hadoop.apache.org],[c-client-src])
 AC_CONFIG_SRCDIR([src/zookeeper.c])
 AC_CHECK_FILES([generated/zookeeper.jute.c generated/zookeeper.jute.h],[],
     [AC_MSG_ERROR([jute files are missing! Please run "ant compile_jute" while in the zookeeper top level directory.])