瀏覽代碼

Updated ChangeLog and bimped version patchlevel.

Evgeny Grin (Karlson2k) 9 年之前
父節點
當前提交
dc5610c14b
共有 2 個文件被更改,包括 10 次插入1 次删除
  1. 9 0
      ChangeLog
  2. 1 1
      src/include/microhttpd.h

+ 9 - 0
ChangeLog

@@ -1,3 +1,12 @@
+Tue Oct 11 18:14:40 MSK 2016
+	Code internal refactoring: 'pipes' renamed to 'inter-thread
+	communication (channels)/ITCs', as code can use different types
+	of communications.
+	Optimizations: ITCs now always created in non-blocking mode.
+	Added configure parameter to choose ITC type.
+	Updated documentation and comments.
+	Minor errors fixed (related to heady load). -EG
+
 Thu Sep 22 17:51:04 CEST 2016
 	Implementing support for eventfd() instead of pipe() for
 	signaling (on platforms that support it); fixing #3557. -CG

+ 1 - 1
src/include/microhttpd.h

@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00095101
+#define MHD_VERSION 0x00095102
 
 /**
  * MHD-internal return code for "YES".