summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2016-05-12 22:15:15 +0800
committerAndy Green <andy@warmcat.com>2016-05-12 22:15:15 +0800
commit6d19521b90eb100ddb17d9c8f54da08931a23cc9 (patch)
treeda929f9716e69053798499e752f48e65ba0769ad /changelog
parent60d656fb0f870a8c228d6fcc72c9e3e166f33231 (diff)
downloadlibwebsockets-6d19521b90eb100ddb17d9c8f54da08931a23cc9.tar.gz
libwebsockets-6d19521b90eb100ddb17d9c8f54da08931a23cc9.tar.bz2
libwebsockets-6d19521b90eb100ddb17d9c8f54da08931a23cc9.zip
v1.7.8
Signed-off-by: Andy Green <andy@warmcat.com>
Diffstat (limited to 'changelog')
-rw-r--r--changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/changelog b/changelog
index caa4c18c..68c876ad 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,24 @@
Changelog
---------
+v1.7.8
+======
+
+NB: No API change since v1.7.0
+
+Fixes:
+
+1) MINOR: user_space arg was mistakenly NULL on LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER
+
+2) MINOR: treating recv() returning 0 as peer close destroyed throughput on ab
+tests, reverted
+
+3) MINOR: %3d on URL part was always turned to _... this should only happen in
+?na%3dme=x part of the URL
+
+4) MINOR: some malloc escaped check for NULL / OOM
+
+
v1.7.7
======