libmicrohttpd

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

commit 07e0a5ea0ad889f4f4a9f19755073383963f9868
parent 56b7b801ec75be91982208f7c152dd3d95fedd7c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 25 May 2014 18:20:18 +0000

releasing 0.9.36

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +Sun May 25 20:18:27 CEST 2014 + Fixed W32 build issues. -EG + Releasing 0.9.36. -CG + Sat May 17 06:47:00 CEST 2014 Fix notifying client about completed request twice under certain circumstances. -CG diff --git a/configure.ac b/configure.ac @@ -22,15 +22,15 @@ # AC_PREREQ([2.60]) LT_PREREQ([2.4.0]) -AC_INIT([libmicrohttpd],[0.9.35],[libmicrohttpd@gnu.org]) +AC_INIT([libmicrohttpd],[0.9.36],[libmicrohttpd@gnu.org]) AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) AC_CONFIG_HEADERS([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) AH_TOP([#define _GNU_SOURCE 1]) -LIB_VERSION_CURRENT=34 +LIB_VERSION_CURRENT=35 LIB_VERSION_REVISION=0 -LIB_VERSION_AGE=24 +LIB_VERSION_AGE=25 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 @@ -130,7 +130,7 @@ typedef intptr_t ssize_t; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00093501 +#define MHD_VERSION 0x00093600 /** * MHD-internal return code for "YES".