libmicrohttpd

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

commit 4d0d4701c6d3a5aa8f6075aa48b1d227c24847cd
parent 8433e1cbbf289b67a540a728796e901b65e58a88
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat, 23 Jul 2016 18:55:18 +0000

Updated ChangeLog and bump MHD_VERSION

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,10 @@ +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 + size optimization. Enabled automatically if compiler size + optimization is detected or MHD_FAVOR_SMALL_CODE is defined. + Added unit tests for all mhd_str.c functions. -EG + Sat Jul 16 21:54:49 CEST 2016 Warn user if they sent connection into blocking state by not processing all POST data, not suspending, diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -130,7 +130,7 @@ typedef intptr_t ssize_t; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00095001 +#define MHD_VERSION 0x00095002 /** * MHD-internal return code for "YES".