aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-10 13:52:54 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-10 13:52:54 +0000
commit5957e145cb61771125803b4e6a4585c07be1aa46 (patch)
tree45eb67f10d66f7fafd3215e9480e7c8bd99c192f
parent40b07cc6451ce9b0c36f353385b777c4ebfcb138 (diff)
downloadlibmicrohttpd-5957e145cb61771125803b4e6a4585c07be1aa46.tar.gz
libmicrohttpd-5957e145cb61771125803b4e6a4585c07be1aa46.zip
Updated ChangeLog, bump build version
-rw-r--r--ChangeLog6
-rw-r--r--src/include/microhttpd.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98c0f401..90b1ecf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Wed Aug 10 16:42:57 MSK 2016
2 Moved threads, locks and mutex abstraction to separate files,
3 some minor errors fixed, added support for thread name functions
4 on various platforms, added configure flag for disable thread
5 naming. -EG
6
1Sat Jul 23 20:45:51 CEST 2016 7Sat Jul 23 20:45:51 CEST 2016
2 Added macro detection of speed/size compiler optimization. 8 Added macro detection of speed/size compiler optimization.
3 Added different implementation of functions in mhd_str.c for 9 Added different implementation of functions in mhd_str.c for
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 39a0703e..4e30a40d 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -131,7 +131,7 @@ typedef intptr_t ssize_t;
131 * Current version of the library. 131 * Current version of the library.
132 * 0x01093001 = 1.9.30-1. 132 * 0x01093001 = 1.9.30-1.
133 */ 133 */
134#define MHD_VERSION 0x00095003 134#define MHD_VERSION 0x00095004
135 135
136/** 136/**
137 * MHD-internal return code for "YES". 137 * MHD-internal return code for "YES".