gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r38123 - in libmicrohttpd: . src/include


From: gnunet
Subject: [GNUnet-SVN] r38123 - in libmicrohttpd: . src/include
Date: Tue, 11 Oct 2016 17:21:38 +0200

Author: Karlson2k
Date: 2016-10-11 17:21:38 +0200 (Tue, 11 Oct 2016)
New Revision: 38123

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/src/include/microhttpd.h
Log:
Updated ChangeLog and bimped version patchlevel.

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2016-10-11 15:21:35 UTC (rev 38122)
+++ libmicrohttpd/ChangeLog     2016-10-11 15:21:38 UTC (rev 38123)
@@ -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

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2016-10-11 15:21:35 UTC (rev 
38122)
+++ libmicrohttpd/src/include/microhttpd.h      2016-10-11 15:21:38 UTC (rev 
38123)
@@ -126,7 +126,7 @@
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00095101
+#define MHD_VERSION 0x00095102
 
 /**
  * MHD-internal return code for "YES".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]