gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 02/02: hotfix release


From: gnunet
Subject: [libmicrohttpd] 02/02: hotfix release
Date: Mon, 27 Feb 2023 16:58:02 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to tag v0.9.76
in repository libmicrohttpd.

commit 4a51f653a223613c3962bf7f0916adcf4146ddc4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 27 16:56:31 2023 +0100

    hotfix release
---
 ChangeLog                | 1 +
 configure.ac             | 2 +-
 src/include/microhttpd.h | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5d50c60c..877f0e33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 Sun Feb 26 05:49:30 PM CET 2023
     Fix potential DoS vector in MHD_PostProcessor discovered
     by Gynvael Coldwind and Dejan Alvadzijevic. -CG
+    Releasing GNU libmicrohttpd 0.9.76 hotfix. -CG
 
 Sun 26 Dec 2021 20:30:00 MSK
     Releasing GNU libmicrohttpd 0.9.75 -EG
diff --git a/configure.ac b/configure.ac
index 62ffb122..d4859154 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 #
 AC_PREREQ([2.64])
 LT_PREREQ([2.4.0])
-AC_INIT([GNU Libmicrohttpd],[0.9.75],[libmicrohttpd@gnu.org])
+AC_INIT([GNU Libmicrohttpd],[0.9.76],[libmicrohttpd@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
 AC_CONFIG_HEADERS([MHD_config.h])
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 051436b0..bc353ed1 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -96,7 +96,7 @@ extern "C"
  * they are parsed as decimal numbers.
  * Example: 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00097500
+#define MHD_VERSION 0x00097600
 
 /* If generic headers don't work on your platform, include headers
    which define 'va_list', 'size_t', 'ssize_t', 'intptr_t',

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]