mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
bump version
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user