aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-08 12:52:22 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-08 12:52:22 +0300
commit31b90a287f51d21233473ec7b0c1d71f3b952fac (patch)
tree9817d64309cc7746ce4d27b4a06bf35cce9b94ad /ChangeLog
parent603ecd85bceb1ffa257e7ecdca8380c7996616ad (diff)
downloadlibmicrohttpd-31b90a287f51d21233473ec7b0c1d71f3b952fac.tar.gz
libmicrohttpd-31b90a287f51d21233473ec7b0c1d71f3b952fac.zip
Updated ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 188635a0..0197aee4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,20 @@ Mon 03 Jun 2019 11:45:52 PM CEST
2 Apply MHD_-prefix to hash functions, even if they are not in the 2 Apply MHD_-prefix to hash functions, even if they are not in the
3 officially exported API. -CG/DB 3 officially exported API. -CG/DB
4 4
5Sun Jun 02 01:52:11 MSK 2019
6 Support usage of SOCK_NOSIGPIPE on Solaris 11.4 and NetBSD 7+,
7 finally avoid SIGPIPE on Solaris. -EG
8
9Sat Jun 01 22:51:50 MSK 2019
10 Do not report errors if AF_UNIX socket is used on *BSD. -EG
11
12Thu May 30 23:32:09 MSK 2019
13 Improved detection of 'getsockname()' in configure.
14 Avoided using 'getsockname()' in code if not detected. -EG
15
16Sun May 26 23:32:49 MSK 2019
17 Fixed some tests on W32. -EG
18
5Sun May 26 23:05:42 MSK 2019 19Sun May 26 23:05:42 MSK 2019
6 Better detection of sockaddr member in configure, fixed build on *BSD, 20 Better detection of sockaddr member in configure, fixed build on *BSD,
7 Fixed compiler warnings, 21 Fixed compiler warnings,