libmicrohttpd

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

commit c7729110a0f784a2ba3a847586e0b418725db696
parent 67bd27b5c1827e9a1c4d122ef21e5371623da990
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 25 Jan 2011 13:15:43 +0000

release

Diffstat:
MChangeLog | 3+++
Mconfigure.ac | 8++++----
Msrc/daemon/connection.c | 2+-
Msrc/include/microhttpd.h | 2+-
4 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Tue Jan 25 14:10:45 CET 2011 + Releasing libmicrohttpd 0.9.6. -CG + Mon Jan 24 16:36:35 CET 2011 Fixing compilation error if DAUTH_SUPPORT was 0 (#1646). -CG/bplant diff --git a/configure.ac b/configure.ac @@ -21,15 +21,15 @@ # # AC_PREREQ(2.57) -AC_INIT([libmicrohttpd], [0.9.5],[libmicrohttpd@gnu.org]) -AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.5]) +AC_INIT([libmicrohttpd], [0.9.6],[libmicrohttpd@gnu.org]) +AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.6]) AM_CONFIG_HEADER([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) AH_TOP([#define _GNU_SOURCE 1]) -LIB_VERSION_CURRENT=13 +LIB_VERSION_CURRENT=14 LIB_VERSION_REVISION=0 -LIB_VERSION_AGE=3 +LIB_VERSION_AGE=4 AC_SUBST(LIB_VERSION_CURRENT) AC_SUBST(LIB_VERSION_REVISION) AC_SUBST(LIB_VERSION_AGE) diff --git a/src/daemon/connection.c b/src/daemon/connection.c @@ -342,7 +342,7 @@ try_ready_normal_body (struct MHD_Connection *connection) return MHD_YES; } #endif - + ret = response->crc (response->crc_cls, connection->response_write_position, response->data, 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 0x00090500 +#define MHD_VERSION 0x00090600 /** * MHD-internal return code for "YES".