gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r37774 - in libmicrohttpd: . src/include
Date: Tue, 23 Aug 2016 22:13:36 +0200

Author: Karlson2k
Date: 2016-08-23 22:13:35 +0200 (Tue, 23 Aug 2016)
New Revision: 37774

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/src/include/microhttpd.h
Log:
Bumped MHD_VERSION and updated ChangeLog.

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2016-08-23 20:13:32 UTC (rev 37773)
+++ libmicrohttpd/ChangeLog     2016-08-23 20:13:35 UTC (rev 37774)
@@ -1,3 +1,17 @@
+Tue Aug 23 22:54:07 MSK 2016
+       Internal refactoring: W32 compatibility layer was finally
+       replaced with several specialized abstraction layers for
+       sockets, control pipes (inter-thread communication) and
+       generic functions. Now all major platform functions
+       (including threads and mutex) are implemented in thin
+       abstraction layers.
+       Improved performance on W32 due to eliminating
+       translation of error to POSIX codes and using W32 codes
+       directly (through macros).
+       Improved error reporting on all platforms.
+       Improved error handling and reporting on Darwin.
+       Minor fixes. -EG
+
 Tue Aug 16 15:14:30 MSK 2016
        Minor improvement for monotonic clock.
        Minor configure fix for non-bash shells. -EG

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2016-08-23 20:13:32 UTC (rev 
37773)
+++ libmicrohttpd/src/include/microhttpd.h      2016-08-23 20:13:35 UTC (rev 
37774)
@@ -126,7 +126,7 @@
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00095005
+#define MHD_VERSION 0x00095008
 
 /**
  * MHD-internal return code for "YES".




reply via email to

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