From eeb9c4688415a369bae565e4595b070b6e94c601 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Mar 2020 17:21:17 +0100 Subject: 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". -- cgit v1.2.3