Skip to content

Commit 4a51f65

Browse files
author
Christian Grothoff
committed
hotfix release
1 parent e0754d1 commit 4a51f65

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Sun Feb 26 05:49:30 PM CET 2023
22
Fix potential DoS vector in MHD_PostProcessor discovered
33
by Gynvael Coldwind and Dejan Alvadzijevic. -CG
4+
Releasing GNU libmicrohttpd 0.9.76 hotfix. -CG
45

56
Sun 26 Dec 2021 20:30:00 MSK
67
Releasing GNU libmicrohttpd 0.9.75 -EG

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
AC_PREREQ([2.64])
2525
LT_PREREQ([2.4.0])
26-
AC_INIT([GNU Libmicrohttpd],[0.9.75],[libmicrohttpd@gnu.org])
26+
AC_INIT([GNU Libmicrohttpd],[0.9.76],[libmicrohttpd@gnu.org])
2727
AC_CONFIG_AUX_DIR([build-aux])
2828
AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
2929
AC_CONFIG_HEADERS([MHD_config.h])

src/include/microhttpd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ extern "C"
9696
* they are parsed as decimal numbers.
9797
* Example: 0x01093001 = 1.9.30-1.
9898
*/
99-
#define MHD_VERSION 0x00097500
99+
#define MHD_VERSION 0x00097600
100100

101101
/* If generic headers don't work on your platform, include headers
102102
which define 'va_list', 'size_t', 'ssize_t', 'intptr_t',

0 commit comments

Comments
 (0)