소스 검색

Updated ChangeLog, bump build version

Evgeny Grin (Karlson2k) 9 년 전
부모
커밋
5957e145cb
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 0
      ChangeLog
  2. 1 1
      src/include/microhttpd.h

+ 6 - 0
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

+ 1 - 1
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".