Browse Source

Commit for version 0.25

Brian Aker 13 years ago
parent
commit
a9b1973534
2 changed files with 8 additions and 1 deletions
  1. 7 0
      ChangeLog
  2. 1 1
      configure.ac

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+0.25 Thu Nov  3 09:18:46 PDT 2011
+  * 1.0 libgearman API extracted.
+  * Fix for long function names.
+  * Fix for Worker consuming CPU by hanging.
+  * TokyoCabinet build fix.
+  * Fix for 32bit fix.
+
 0.24 Sun Jul 24 20:57:02 PDT 2011
   * Minor bug fixes.
   * Updated test framework.

+ 1 - 1
configure.ac

@@ -6,7 +6,7 @@
 # Use and distribution licensed under the BSD license.  See
 # the COPYING file in this directory for full text.
 
-AC_INIT([gearmand],[0.24],[https://launchpad.net/gearmand])
+AC_INIT([gearmand],[0.25],[https://launchpad.net/gearmand])
 
 AC_CONFIG_AUX_DIR(config)