libmicrohttpd

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

commit 517c4a81c7c9c778ce4785a560148f7848e033f8
parent 2897bd23e57cf016a713876e551cd20b8a28427d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  8 Dec 2018 23:11:13 +0100

releasing libmicrohttpd 0.9.62

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

diff --git a/ChangeLog b/ChangeLog @@ -1,5 +1,6 @@ Sat Dec 8 22:53:56 CET 2018 - Added test for RFC 7616 and documented new API. -CG + Added test for RFC 7616 and documented new API. + Releasing libmicrohttpd 0.9.62. -CG Sat Dec 8 17:34:58 CET 2018 Adding support for RFC 7616, experimental, needs diff --git a/configure.ac b/configure.ac @@ -22,15 +22,15 @@ # AC_PREREQ([2.64]) LT_PREREQ([2.4.0]) -AC_INIT([GNU Libmicrohttpd],[0.9.61],[libmicrohttpd@gnu.org]) +AC_INIT([GNU Libmicrohttpd],[0.9.62],[libmicrohttpd@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) AC_CONFIG_HEADERS([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) -LIB_VERSION_CURRENT=60 +LIB_VERSION_CURRENT=61 LIB_VERSION_REVISION=0 -LIB_VERSION_AGE=48 +LIB_VERSION_AGE=49 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 @@ -126,7 +126,7 @@ typedef intptr_t ssize_t; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00096101 +#define MHD_VERSION 0x00096200 /** * MHD-internal return code for "YES".