libmicrohttpd

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

commit 58afed0830ba86e0cdf530d20211cdc682c14ed0
parent 1b3f2cc4888d0f0f58892f153b57b907dd51a206
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 19 Oct 2010 07:22:06 +0000

release

Diffstat:
MChangeLog | 3+++
Mconfigure.ac | 8++++----
2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Sat Oct 16 12:38:43 CEST 2010 + Releasing libmicrohttpd 0.9.2. -CG + Tue Oct 12 15:41:51 CEST 2010 Fixed issue with data received via SSL being delayed in the GNUtls buffer if sender stopped transmitting (but did not close diff --git a/configure.ac b/configure.ac @@ -21,15 +21,15 @@ # # AC_PREREQ(2.57) -AC_INIT([libmicrohttpd], [0.9.1],[libmicrohttpd@gnu.org]) -AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.1]) +AC_INIT([libmicrohttpd], [0.9.2],[libmicrohttpd@gnu.org]) +AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.2]) AM_CONFIG_HEADER([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) AH_TOP([#define _GNU_SOURCE 1]) -LIB_VERSION_CURRENT=9 +LIB_VERSION_CURRENT=10 LIB_VERSION_REVISION=0 -LIB_VERSION_AGE=1 +LIB_VERSION_AGE=0 AC_SUBST(LIB_VERSION_CURRENT) AC_SUBST(LIB_VERSION_REVISION) AC_SUBST(LIB_VERSION_AGE)