commit dc5610c14b93a2fe82758ec228926ba6f04eee17 parent bc0f1e081d202ee0cecc71f8036a412a7d600695 Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Tue, 11 Oct 2016 15:21:38 +0000 Updated ChangeLog and bimped version patchlevel. Diffstat:
| M | ChangeLog | | | 9 | +++++++++ |
| M | src/include/microhttpd.h | | | 2 | +- |
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,12 @@ +Tue Oct 11 18:14:40 MSK 2016 + Code internal refactoring: 'pipes' renamed to 'inter-thread + communication (channels)/ITCs', as code can use different types + of communications. + Optimizations: ITCs now always created in non-blocking mode. + Added configure parameter to choose ITC type. + Updated documentation and comments. + Minor errors fixed (related to heady load). -EG + Thu Sep 22 17:51:04 CEST 2016 Implementing support for eventfd() instead of pipe() for signaling (on platforms that support it); fixing #3557. -CG diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -126,7 +126,7 @@ typedef intptr_t ssize_t; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00095101 +#define MHD_VERSION 0x00095102 /** * MHD-internal return code for "YES".