Browse Source

Updated ChangeLog and package/library version.

Eric Day 15 years ago
parent
commit
fca7967dae
2 changed files with 6 additions and 2 deletions
  1. 4 0
      ChangeLog
  2. 2 2
      configure.ac

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+0.8 - 2009-06-??
+ * Improved logging messages for gearmand.
+ * Removed all struct memsets and packed structs for better memory usage.
+
 0.7 - 2009-05-31
  * Added libmodconf for config option processing. Eventually this will be split
    into a separate library. Updated gearmand and tests to use libmodconf.

+ 2 - 2
configure.ac

@@ -6,12 +6,12 @@
 # the COPYING file in this directory for full text.
 
 AC_PREREQ(2.59)
-AC_INIT(gearmand, [0.7], [https://launchpad.net/gearmand])
+AC_INIT(gearmand, [0.8], [https://launchpad.net/gearmand])
 AC_CONFIG_SRCDIR(libgearman/gearman.c)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_HEADERS([config.h])
 
-GEARMAN_LIBRARY_VERSION=1:1:0
+GEARMAN_LIBRARY_VERSION=1:2:0
 #                       | | |
 #                +------+ | +---+
 #                |        |     |