libmicrohttpd

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

commit b4aa632ce200a5248040f2f10b69c8b84b08b4f7
parent 56077dce84615cf34c1d0651357eb970b329eb24
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu,  7 Dec 2017 21:09:24 +0300

Releasing GNU libmicrohttpd 0.9.58

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +Mon Dec 07 21:08:00 MSK 2017 + Releasing GNU libmicrohttpd 0.9.58. -EG + Mon Dec 07 16:01:00 MSK 2017 Fixed HTTPS tests on modern platforms. -EG diff --git a/configure.ac b/configure.ac @@ -22,14 +22,14 @@ # AC_PREREQ([2.64]) LT_PREREQ([2.4.0]) -AC_INIT([GNU Libmicrohttpd],[0.9.57],[libmicrohttpd@gnu.org]) +AC_INIT([GNU Libmicrohttpd],[0.9.58],[libmicrohttpd@gnu.org]) AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) AC_CONFIG_HEADERS([MHD_config.h]) AC_CONFIG_MACRO_DIR([m4]) -LIB_VERSION_CURRENT=57 +LIB_VERSION_CURRENT=58 LIB_VERSION_REVISION=0 -LIB_VERSION_AGE=45 +LIB_VERSION_AGE=46 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 0x00095700 +#define MHD_VERSION 0x00095800 /** * MHD-internal return code for "YES".