gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r37573 - in libmicrohttpd: . src/include
Date: Sat, 23 Jul 2016 20:55:19 +0200

Author: Karlson2k
Date: 2016-07-23 20:55:18 +0200 (Sat, 23 Jul 2016)
New Revision: 37573

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/src/include/microhttpd.h
Log:
Updated ChangeLog and bump MHD_VERSION

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2016-07-23 18:55:15 UTC (rev 37572)
+++ libmicrohttpd/ChangeLog     2016-07-23 18:55:18 UTC (rev 37573)
@@ -1,3 +1,10 @@
+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
+       size optimization. Enabled automatically if compiler size
+       optimization is detected or MHD_FAVOR_SMALL_CODE is defined.
+       Added unit tests for all mhd_str.c functions. -EG
+
 Sat Jul 16 21:54:49 CEST 2016
        Warn user if they sent connection into blocking
        state by not processing all POST data, not suspending,

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2016-07-23 18:55:15 UTC (rev 
37572)
+++ libmicrohttpd/src/include/microhttpd.h      2016-07-23 18:55:18 UTC (rev 
37573)
@@ -130,7 +130,7 @@
  * Current version of the library.
  * 0x01093001 = 1.9.30-1.
  */
-#define MHD_VERSION 0x00095001
+#define MHD_VERSION 0x00095002
 
 /**
  * MHD-internal return code for "YES".




reply via email to

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