gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r37689 - in libmicrohttpd: . src/include
Date: Wed, 10 Aug 2016 15:52:55 +0200

Author: Karlson2k
Date: 2016-08-10 15:52:54 +0200 (Wed, 10 Aug 2016)
New Revision: 37689

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/src/include/microhttpd.h
Log:
Updated ChangeLog, bump build version

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2016-08-10 13:52:51 UTC (rev 37688)
+++ libmicrohttpd/ChangeLog     2016-08-10 13:52:54 UTC (rev 37689)
@@ -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

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2016-08-10 13:52:51 UTC (rev 
37688)
+++ libmicrohttpd/src/include/microhttpd.h      2016-08-10 13:52:54 UTC (rev 
37689)
@@ -131,7 +131,7 @@
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00095003
+#define MHD_VERSION 0x00095004
 
 /**
  * MHD-internal return code for "YES".




reply via email to

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