commit eeb9c4688415a369bae565e4595b070b6e94c601
parent 9b935deff6238c5e98ed954fb037e42d321d72ed
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 7 Mar 2020 17:21:17 +0100
declare victory on #6090, bump header version
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git 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
@@ -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".