From fc353cf059bfce43b131816a30d8e6e13dca58ab Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 27 Jul 2026 18:14:11 +0200 Subject: [PATCH] release v1.0.7 --- ChangeLog | 6 ++++++ NEWS | 8 ++++++++ configure.ac | 4 ++-- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8d62075d..071981d1 100644 --- 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 index 71e2e7ed..652ae97a 100644 --- 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 index 6a889ddd..1e4586b1 100644 --- 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])