aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-07-23 18:55:18 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-07-23 18:55:18 +0000
commit4d0d4701c6d3a5aa8f6075aa48b1d227c24847cd (patch)
treeab06b4c4db955d889e38f502cfab5f77c0b1c618
parent8433e1cbbf289b67a540a728796e901b65e58a88 (diff)
downloadlibmicrohttpd-4d0d4701c6d3a5aa8f6075aa48b1d227c24847cd.tar.gz
libmicrohttpd-4d0d4701c6d3a5aa8f6075aa48b1d227c24847cd.zip
Updated ChangeLog and bump MHD_VERSION
-rw-r--r--ChangeLog7
-rw-r--r--src/include/microhttpd.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf3e2013..98c0f401 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1Sat Jul 23 20:45:51 CEST 2016
2 Added macro detection of speed/size compiler optimization.
3 Added different implementation of functions in mhd_str.c for
4 size optimization. Enabled automatically if compiler size
5 optimization is detected or MHD_FAVOR_SMALL_CODE is defined.
6 Added unit tests for all mhd_str.c functions. -EG
7
1Sat Jul 16 21:54:49 CEST 2016 8Sat Jul 16 21:54:49 CEST 2016
2 Warn user if they sent connection into blocking 9 Warn user if they sent connection into blocking
3 state by not processing all POST data, not suspending, 10 state by not processing all POST data, not suspending,
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index f72f9c39..878897ec 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -130,7 +130,7 @@ typedef intptr_t ssize_t;
130 * Current version of the library. 130 * Current version of the library.
131 * 0x01093001 = 1.9.30-1. 131 * 0x01093001 = 1.9.30-1.
132 */ 132 */
133#define MHD_VERSION 0x00095001 133#define MHD_VERSION 0x00095002
134 134
135/** 135/**
136 * MHD-internal return code for "YES". 136 * MHD-internal return code for "YES".