commit 69d990f4f8cf213132b361bb548986c6ce931d0b
parent e03de7c2016df62e82a1c38226e12e2a2acda69e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 28 May 2017 23:30:32 +0300
Releasing GNU libmicrohttpd 0.9.55
Diffstat:
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,6 @@
+Sun May 28 23:26:00 MSK 2017
+ Releasing GNU libmicrohttpd 0.9.55. -EG
+
Sun May 21 18:48:00 MSK 2017
Fixed build with disabled "UPGRADE".
Fixed possible null-dereference in HTTPS test.
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.54],[libmicrohttpd@gnu.org])
+AC_INIT([GNU Libmicrohttpd],[0.9.55],[libmicrohttpd@gnu.org])
AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
AC_CONFIG_HEADERS([MHD_config.h])
AC_CONFIG_MACRO_DIR([m4])
-LIB_VERSION_CURRENT=54
+LIB_VERSION_CURRENT=55
LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=42
+LIB_VERSION_AGE=43
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 0x00095401
+#define MHD_VERSION 0x00095500
/**
* MHD-internal return code for "YES".