libmicrohttpd

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

commit 671bae80782c5307054b56478066cd97fc879dd0
parent a23e55f20b487f063c7639c2068ac733895c7c0e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 27 Aug 2013 16:48:34 +0000

-missing release commit

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

diff --git a/ChangeLog b/ChangeLog @@ -2,6 +2,9 @@ Tue Aug 27 18:39:08 CEST 2013 Fix build issue if SOCK_NONBLOCK/EPOLL_CLOEXEC are not defined (as is the case on older glibc versions). -CG +Fri Aug 23 14:28:02 CEST 2013 + Releasing libmicrohttpd 0.9.29. -CG + Mon Aug 12 23:51:18 CEST 2013 Updated manual, documenting W32 select/shutdown issue. -CG diff --git a/configure.ac b/configure.ac @@ -21,7 +21,7 @@ # # AC_PREREQ(2.57) -AC_INIT([libmicrohttpd], [0.9.28],[libmicrohttpd@gnu.org]) +AC_INIT([libmicrohttpd], [0.9.29],[libmicrohttpd@gnu.org]) AM_INIT_AUTOMAKE([silent-rules]) AC_CONFIG_HEADERS([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -120,7 +120,7 @@ extern "C" /** * Current version of the library. */ -#define MHD_VERSION 0x00092106 +#define MHD_VERSION 0x00092200 /** * MHD-internal return code for "YES".