libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 33affa9d1e8d99e469bf63e2af1cf03ebd33b362
parent 9889fd9eeec2c8d40f6a627720fb1afeac044ab0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 21 Dec 2013 16:30:55 +0000

-releasing 0.9.33

Diffstat:
MChangeLog | 3++-
Mconfigure.ac | 6+++---
Msrc/include/microhttpd.h | 2+-
3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,7 +1,8 @@ Sat Dec 21 17:26:08 CET 2013 Fixed an issue with a missing argument in the postexample. Fixed issue with bogus offset increment involving sendfile - on GNU/Linux. Adding support for SNI. -CG + on GNU/Linux. Adding support for SNI. + Releasing 0.9.33. -CG Mon Dec 9 21:41:57 CET 2013 Fix for per-worker daemon pipes enabled with diff --git a/configure.ac b/configure.ac @@ -21,15 +21,15 @@ # # AC_PREREQ(2.57) -AC_INIT([libmicrohttpd], [0.9.32],[libmicrohttpd@gnu.org]) +AC_INIT([libmicrohttpd], [0.9.33],[libmicrohttpd@gnu.org]) AM_INIT_AUTOMAKE([silent-rules]) AC_CONFIG_HEADERS([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) AH_TOP([#define _GNU_SOURCE 1]) -LIB_VERSION_CURRENT=31 +LIB_VERSION_CURRENT=32 LIB_VERSION_REVISION=0 -LIB_VERSION_AGE=21 +LIB_VERSION_AGE=22 AC_SUBST(LIB_VERSION_CURRENT) AC_SUBST(LIB_VERSION_REVISION) AC_SUBST(LIB_VERSION_AGE) diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -121,7 +121,7 @@ extern "C" * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00093202 +#define MHD_VERSION 0x00093300 /** * MHD-internal return code for "YES".