aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-21 16:30:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-21 16:30:55 +0000
commit33affa9d1e8d99e469bf63e2af1cf03ebd33b362 (patch)
tree2328d6e5746d005f81bdfa555b99a337fc7174f5
parent9889fd9eeec2c8d40f6a627720fb1afeac044ab0 (diff)
downloadlibmicrohttpd-33affa9d1e8d99e469bf63e2af1cf03ebd33b362.tar.gz
libmicrohttpd-33affa9d1e8d99e469bf63e2af1cf03ebd33b362.zip
-releasing 0.9.33
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac6
-rw-r--r--src/include/microhttpd.h2
3 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 64318861..7aa4d702 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
1Sat Dec 21 17:26:08 CET 2013 1Sat Dec 21 17:26:08 CET 2013
2 Fixed an issue with a missing argument in the postexample. 2 Fixed an issue with a missing argument in the postexample.
3 Fixed issue with bogus offset increment involving sendfile 3 Fixed issue with bogus offset increment involving sendfile
4 on GNU/Linux. Adding support for SNI. -CG 4 on GNU/Linux. Adding support for SNI.
5 Releasing 0.9.33. -CG
5 6
6Mon Dec 9 21:41:57 CET 2013 7Mon Dec 9 21:41:57 CET 2013
7 Fix for per-worker daemon pipes enabled with 8 Fix for per-worker daemon pipes enabled with
diff --git a/configure.ac b/configure.ac
index 08ebd289..746fb732 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,15 +21,15 @@
21# 21#
22# 22#
23AC_PREREQ(2.57) 23AC_PREREQ(2.57)
24AC_INIT([libmicrohttpd], [0.9.32],[libmicrohttpd@gnu.org]) 24AC_INIT([libmicrohttpd], [0.9.33],[libmicrohttpd@gnu.org])
25AM_INIT_AUTOMAKE([silent-rules]) 25AM_INIT_AUTOMAKE([silent-rules])
26AC_CONFIG_HEADERS([MHD_config.h]) 26AC_CONFIG_HEADERS([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])
29 29
30LIB_VERSION_CURRENT=31 30LIB_VERSION_CURRENT=32
31LIB_VERSION_REVISION=0 31LIB_VERSION_REVISION=0
32LIB_VERSION_AGE=21 32LIB_VERSION_AGE=22
33AC_SUBST(LIB_VERSION_CURRENT) 33AC_SUBST(LIB_VERSION_CURRENT)
34AC_SUBST(LIB_VERSION_REVISION) 34AC_SUBST(LIB_VERSION_REVISION)
35AC_SUBST(LIB_VERSION_AGE) 35AC_SUBST(LIB_VERSION_AGE)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 69f9b784..5b80f807 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -121,7 +121,7 @@ extern "C"
121 * Current version of the library. 121 * Current version of the library.
122 * 0x01093001 = 1.9.30-1. 122 * 0x01093001 = 1.9.30-1.
123 */ 123 */
124#define MHD_VERSION 0x00093202 124#define MHD_VERSION 0x00093300
125 125
126/** 126/**
127 * MHD-internal return code for "YES". 127 * MHD-internal return code for "YES".