libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 5957e145cb61771125803b4e6a4585c07be1aa46
parent 40b07cc6451ce9b0c36f353385b777c4ebfcb138
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 10 Aug 2016 13:52:54 +0000

Updated ChangeLog, bump build version

Diffstat:
MChangeLog | 6++++++
Msrc/include/microhttpd.h | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,9 @@ +Wed Aug 10 16:42:57 MSK 2016 + Moved threads, locks and mutex abstraction to separate files, + some minor errors fixed, added support for thread name functions + on various platforms, added configure flag for disable thread + naming. -EG + Sat Jul 23 20:45:51 CEST 2016 Added macro detection of speed/size compiler optimization. Added different implementation of functions in mhd_str.c for diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -131,7 +131,7 @@ typedef intptr_t ssize_t; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00095003 +#define MHD_VERSION 0x00095004 /** * MHD-internal return code for "YES".