libmicrohttpd

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

commit 31d84d44a39ef70cfa31982d0b3a96052d28c272
parent 1061f6809d6927d0fe899c48fbc5ebcb33663bae
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed,  3 Jun 2015 21:28:22 +0000

Bump MHD_VERSION and update ChangeLog

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 03 21:23:47 CEST 2015 + Add deprecation compiler messages for deprecated functions + and macros. -EG + Fri May 29 12:23:01 CEST 2015 Fixing digest authentication when used in combination with escaped characters in URLs. -CG/AW 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 0x00094201 +#define MHD_VERSION 0x00094202 /** * MHD-internal return code for "YES".