commit fc353cf059bfce43b131816a30d8e6e13dca58ab
parent 5a73c1ae819240fbc1a32b4abd13688f60f4bacc
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 27 Jul 2026 18:14:11 +0200
release v1.0.7
Diffstat:
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 27 06:12:03 PM CEST 2026
+ Fixing various vulnerabilities reported by A. Ramos resulting
+ in possible crashes or out-of-bounds stack writes for certain
+ requests in specific configurations.
+ Releasing GNU libmicrohttpd 1.0.7. -CG
+
Wed Jul 8 12:32:30 PM CEST 2026
Fix various minor issues, like theoretical
integer overflows for extreme inputs or NULL
diff --git a/NEWS b/NEWS
@@ -1,3 +1,11 @@
+Mon Jul 27 06:13:26 PM CEST 2026
+Released GNU libmicrohttpd 1.0.7.
+
+ This is a bugfix release, fixing modest security vulnerabilities
+ discovered by A. Ramos.
+
+ -- Christian Grothoff
+
Wed Jul 8 12:47:35 PM CEST 2026
Released GNU libmicrohttpd 1.0.6.
diff --git a/configure.ac b/configure.ac
@@ -23,7 +23,7 @@
#
AC_PREREQ([2.64])
LT_PREREQ([2.4.0])
-AC_INIT([GNU libmicrohttpd],[1.0.6],[libmicrohttpd@gnu.org])
+AC_INIT([GNU libmicrohttpd],[1.0.7],[libmicrohttpd@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
MHD_AUX_DIR='build-aux' # Must be set to the same value as in the previous line
AC_CONFIG_HEADERS([MHD_config.h])
@@ -31,7 +31,7 @@ AC_CONFIG_MACRO_DIR([m4])
m4_pattern_forbid([^_?MHD_[A-Z_]+_CC_])dnl
LIB_VERSION_CURRENT=74
-LIB_VERSION_REVISION=4
+LIB_VERSION_REVISION=5
LIB_VERSION_AGE=62
AC_SUBST([LIB_VERSION_CURRENT])
AC_SUBST([LIB_VERSION_REVISION])