gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated (bc0f8b82 -> 878c8c7e)


From: gnunet
Subject: [libmicrohttpd] branch master updated (bc0f8b82 -> 878c8c7e)
Date: Mon, 23 Dec 2019 10:18:25 +0100

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

grothoff pushed a change to branch master
in repository libmicrohttpd.

    from bc0f8b82 ignore temp files
     add 3a661f86 releasing 0.9.69
     new 878c8c7e Merge branch 'master' of git+ssh://gnunet.org/libmicrohttpd

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                | 1 +
 configure.ac             | 2 +-
 src/include/microhttpd.h | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a8f5cf0f..ee64b3af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 Sun 15 Dec 2019 02:12:02 PM CET
     Fix send() call (affects Mac OS X). #5977 -CG/fbrault
+    Releasing libmicrohttpd 0.9.69. -CG
 
 Fri 29 Nov 2019 11:22:25 PM CET
     If application suspends a connection before we could send 100 CONTINUE,
diff --git a/configure.ac b/configure.ac
index a083577c..32a36b83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 #
 AC_PREREQ([2.64])
 LT_PREREQ([2.4.0])
-AC_INIT([GNU Libmicrohttpd],[0.9.68],[address@hidden])
+AC_INIT([GNU Libmicrohttpd],[0.9.69],[address@hidden])
 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 bf821e64..a25bb41a 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -132,7 +132,7 @@ typedef intptr_t ssize_t;
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00096801
+#define MHD_VERSION 0x00096900
 
 /**
  * MHD-internal return code for "YES".

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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