aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-23 13:08:11 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-23 13:08:11 +0000
commit3f285017e0681b7942d46e2f16ac178fe5a85e4a (patch)
treef037ff76b311d7d45d3ecaa12f81296effc9821a
parent51c9feb0d8404622db4f2bd6e489684dd6b9ad20 (diff)
downloadlibmicrohttpd-3f285017e0681b7942d46e2f16ac178fe5a85e4a.tar.gz
libmicrohttpd-3f285017e0681b7942d46e2f16ac178fe5a85e4a.zip
releasing 0.9.18
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
-rw-r--r--src/include/microhttpd.h2
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bda07055..8ecf7219 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Mon Jan 23 14:02:26 CET 2012
2 Fixed double-free if specified cipher was not valid (during
3 MHD_daemon_start). Releasing 0.9.18. -CG
4
1Thu Jan 19 22:11:12 CET 2012 5Thu Jan 19 22:11:12 CET 2012
2 Switch to non-blocking sockets for all systems but Cygwin 6 Switch to non-blocking sockets for all systems but Cygwin
3 (we already used non-blocking sockets for GNU/Linux); also 7 (we already used non-blocking sockets for GNU/Linux); also
diff --git a/configure.ac b/configure.ac
index 971e3c19..e273a458 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,8 +21,8 @@
21# 21#
22# 22#
23AC_PREREQ(2.57) 23AC_PREREQ(2.57)
24AC_INIT([libmicrohttpd], [0.9.17],[libmicrohttpd@gnu.org]) 24AC_INIT([libmicrohttpd], [0.9.18],[libmicrohttpd@gnu.org])
25AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.17]) 25AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.18])
26AM_CONFIG_HEADER([MHD_config.h]) 26AM_CONFIG_HEADER([MHD_config.h])
27AC_CONFIG_MACRO_DIR([m4]) 27AC_CONFIG_MACRO_DIR([m4])
28AH_TOP([#define _GNU_SOURCE 1]) 28AH_TOP([#define _GNU_SOURCE 1])
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index fd15b698..14c63fa3 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -106,7 +106,7 @@ extern "C"
106/** 106/**
107 * Current version of the library. 107 * Current version of the library.
108 */ 108 */
109#define MHD_VERSION 0x00091102 109#define MHD_VERSION 0x00091200
110 110
111/** 111/**
112 * MHD-internal return code for "YES". 112 * MHD-internal return code for "YES".