aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-11-27 23:01:39 +0100
committerChristian Grothoff <christian@grothoff.org>2017-11-27 23:01:39 +0100
commitdb6a2374adc1d5feb250b8c31f0649df64e2e920 (patch)
tree0078ef9172f336f8852a9364c7bc274e78208220 /ChangeLog
parent42dd288259ee016007c78d756e0a76c6071bbca0 (diff)
downloadlibmicrohttpd-db6a2374adc1d5feb250b8c31f0649df64e2e920.tar.gz
libmicrohttpd-db6a2374adc1d5feb250b8c31f0649df64e2e920.zip
fix warning 'Failed to get listen port number due to small buffer' encountered when we try to derive the port of a unix domain socket
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8950170b..eab669d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Mon Nov 27 22:58:38 CET 2017
2 Tolerate AF_UNIX when trying to determine our binding port
3 from socket. Use `sockaddr_storage` instead of trying to
4 guess the sockaddr type before calling getsockname(). -CG
5
1Mon Nov 27 22:24:00 MSK 2017 6Mon Nov 27 22:24:00 MSK 2017
2 Releasing GNU libmicrohttpd 0.9.57. -EG 7 Releasing GNU libmicrohttpd 0.9.57. -EG
3 8