gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Updated ChangeLog


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Updated ChangeLog
Date: Thu, 23 Nov 2017 07:25:54 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new ee7a8f2c Updated ChangeLog
ee7a8f2c is described below

commit ee7a8f2c540daae0ecd88bdae57ebe268f208794
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Thu Nov 23 09:25:27 2017 +0300

    Updated ChangeLog
---
 ChangeLog | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index a3e0f0ac..b574c33a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
+Thu Nov 23 08:56:00 MSK 2017
+       Fixed receiving large requests in TLS mode with epoll.
+       Improved GnuTLS and libgcrypt detection in configure, do not ignore
+       flags in GNUTLS_{CFLAGS,LIBS} variables.
+       Added special trick for Solaris/Openindiana to find GnuTLS-3 with
+       right bitness.
+       Added support for Solaris sendfile(3) function.
+       Fixed dataraces with thread ID on W32 and pthread. Now check for
+       correct thread in MHD_queue_response() works correctly.
+       Fixed and silenced compiler warnings in tests and examples.
+       Removed usage of TLS flags in examples where TLS is not required.
+       Added support for MultiSSL in https tests with libcurl >= 7.56.0.
+       Improved detection of OFF_T_MAX, SIZE_MAX. Added macros for
+       SSIZE_MAX in mhd_limits.h. There are some platforms that really
+       require those macros.
+       Added support for Darwin's sendfile() function.
+       Updated .gitignore files.
+       Reworked mhd_sys_extentions.m4 with better support of modern
+       platforms, more reliable detection of required macros, and
+       detection of disabling of system-specific features by
+       _XOPEN_SOURCE macro. -EG
+
 Wed Nov  1 20:43:00 MSK 2017
-       Mixed and muted many compiler warnings. Now it GCC's flags
+       Mixed and muted many compiler warnings. Now GCC's flags
        -Wall -Wextra could be used for building.
        Fixed compilation of examples without libmagic.
        Better detection of libgnutls in configure.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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