[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] branch master updated: declare victory on #6090, bump he
From: |
gnunet |
Subject: |
[libmicrohttpd] branch master updated: declare victory on #6090, bump header version |
Date: |
Sat, 07 Mar 2020 17:25:25 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository libmicrohttpd.
The following commit(s) were added to refs/heads/master by this push:
new eeb9c468 declare victory on #6090, bump header version
eeb9c468 is described below
commit eeb9c4688415a369bae565e4595b070b6e94c601
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Mar 7 17:21:17 2020 +0100
declare victory on #6090, bump header version
---
ChangeLog | 3 +++
src/include/microhttpd.h | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 19f32e85..d400eb85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Sat 07 Mar 2020 05:20:33 PM CET
+ Fixed #6090 (misc. severe socket handling bugs on OS X). -CG
+
Sat 08 Feb 2020 09:12:54 PM CET
Fixed 100-continue handling for PATCH method (#6068).
Fixed FTBFS from wrong #endif position for certain builds (#6025).
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index d76a8b20..109afa5b 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 0x00097000
+#define MHD_VERSION 0x00097001
/**
* MHD-internal return code for "YES".
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libmicrohttpd] branch master updated: declare victory on #6090, bump header version,
gnunet <=