libmicrohttpd

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

commit dd80b6137d38a9e01c37daea18e11542ec2edd05
parent c549988da8964695316383f8fcf0dd868844ead9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 18 May 2015 21:18:26 +0000

bump

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Wed May 13 11:49:09 CEST 2015 + Releasing libmicrohttpd 0.9.42. -CG + Wed May 13 11:33:59 CEST 2015 Fix off-by-one in MHD_start_daemon_va() error handling logic when initialization of threads for thread pool fails for some 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.41],[libmicrohttpd@gnu.org]) +AC_INIT([libmicrohttpd],[0.9.42],[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=41 +LIB_VERSION_CURRENT=42 LIB_VERSION_REVISION=0 -LIB_VERSION_AGE=31 +LIB_VERSION_AGE=32 AC_SUBST(LIB_VERSION_CURRENT) AC_SUBST(LIB_VERSION_REVISION) AC_SUBST(LIB_VERSION_AGE) @@ -293,7 +293,7 @@ if test "$enable_poll" != "no"; then AC_LINK_IFELSE([ AC_LANG_PROGRAM([[#include <winsock2.h>]], [[ WSAPOLLFD fda[2]; -WSAPoll(fda, 2, 0);]])], +WSAPoll(fda, 2, 0);]])], [ have_poll='yes' AC_DEFINE([HAVE_POLL],[1]) 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 0x00094103 +#define MHD_VERSION 0x00094200 /** * MHD-internal return code for "YES".