aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-15 18:58:58 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-15 18:58:58 +0300
commitc556a538a951dd95d8c134420c486708de0b943b (patch)
tree668066ed44890f35e92aa18a0b501371c79072b3 /ChangeLog
parentddf368bb6d1093657ab29cb5af894bdc2b93788f (diff)
downloadlibmicrohttpd-c556a538a951dd95d8c134420c486708de0b943b.tar.gz
libmicrohttpd-c556a538a951dd95d8c134420c486708de0b943b.zip
configure: fixed '--enable-sanitizer'
Due to typo, using '--enable-sanitizer' resulted in lost of LDFLAGS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9318e91..879e95bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Thu 15 Apr 2021 18:56:00 MSK
2 Fixed configure '--enable-sanitizer' paramenter.
3 Stopped pushing of patrial responses when limited by system maximum size
4 for sendmsg(). -EG
5
1Web 14 Apr 2021 22:20:00 MSK 6Web 14 Apr 2021 22:20:00 MSK
2 Fixed: use sendmsg() in POSIX-compatible way, do not try to send more 7 Fixed: use sendmsg() in POSIX-compatible way, do not try to send more
3 than IOV_MAX elements per single call. -EG 8 than IOV_MAX elements per single call. -EG