commit 3f285017e0681b7942d46e2f16ac178fe5a85e4a
parent 51c9feb0d8404622db4f2bd6e489684dd6b9ad20
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 23 Jan 2012 13:08:11 +0000
releasing 0.9.18
Diffstat:
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jan 23 14:02:26 CET 2012
+ Fixed double-free if specified cipher was not valid (during
+ MHD_daemon_start). Releasing 0.9.18. -CG
+
Thu Jan 19 22:11:12 CET 2012
Switch to non-blocking sockets for all systems but Cygwin
(we already used non-blocking sockets for GNU/Linux); also
diff --git a/configure.ac b/configure.ac
@@ -21,8 +21,8 @@
#
#
AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.17],[libmicrohttpd@gnu.org])
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.17])
+AC_INIT([libmicrohttpd], [0.9.18],[libmicrohttpd@gnu.org])
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.18])
AM_CONFIG_HEADER([MHD_config.h])
AC_CONFIG_MACRO_DIR([m4])
AH_TOP([#define _GNU_SOURCE 1])
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -106,7 +106,7 @@ extern "C"
/**
* Current version of the library.
*/
-#define MHD_VERSION 0x00091102
+#define MHD_VERSION 0x00091200
/**
* MHD-internal return code for "YES".