bump version

This commit is contained in:
Christian Grothoff
2026-04-13 11:43:19 +02:00
parent c345fa6474
commit d30316fda9
3 changed files with 16 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
Mon Apr 13 11:39:04 AM CEST 2026
Fixed bug where additional "Content-Length" headers were
ignored instead of rejecting the request, fixing a
(minor) header smuggling vulnerability discovered
by SySS GmbH.
Releasing GNU libmicrohttpd 1.0.4. -CG
Thu Apr 2 12:13:57 AM CEST 2026
Fixed bug in connection list traversal logic that could
cause ready connections to be skipped (possibly indefinitely)
+8
View File
@@ -1,3 +1,11 @@
Mon Apr 13 11:42:06 AM CEST 2026
Released GNU libmicrohttpd 1.0.4.
This is a bugfix release.
It fixes a minor HTTP request smuggling issue (CWE-444).
-- Christian Grothoff
Thu Apr 2 12:16:28 AM CEST 2026
Released GNU libmicrohttpd 1.0.3.
+1 -1
View File
@@ -23,7 +23,7 @@
#
AC_PREREQ([2.64])
LT_PREREQ([2.4.0])
AC_INIT([GNU libmicrohttpd],[1.0.3],[libmicrohttpd@gnu.org])
AC_INIT([GNU libmicrohttpd],[1.0.4],[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])