From 7dfbbae3d413a207a25c8356b654581ec33bacb7 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 12 Dec 2014 23:30:50 +0000 Subject: [PATCH] RELEASE-NOTES: Synced with 6291a16b20 --- RELEASE-NOTES | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6c07fd271..a0b8dc4c5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -91,6 +91,11 @@ This release includes the following bugfixes: o ldap: check Curl_client_write() return codes o parsedate.c: Fixed compilation warning o url.c: Fixed compilation warning when USE_NTLM is not defined + o ntlm_wb_response: fix "statement not reached" [11] + o telnet: fix "cast increases required alignment of target type" + o smtp: Fixed dot stuffing when EOL characters at end of input buffers [12] + o ntlm: Allow NTLM2Session messages when USE_NTRESPONSES manually defined + o ntlm: Disable NTLM v2 when 64-bit integers are not supported This release includes the following known bugs: @@ -104,7 +109,7 @@ advice from friends like these: Guenter Knauf, Jan Ehrhardt, Johan Lantz, Jon Spencer, Kamil Dudka, Lucas Pardue, Michael Osipov, Nobuhiro Ban, Patrick Monnerat, Peter Wu, Ray Satiro, Sam Hurst, Stefan Bühler, Stefan Neis, Steve Holme, - Tae Hyoung Ahn, Tatsuhiro Tsujikawa, Tomasz Kojm, Waldek Kozba, + Tae Hyoung Ahn, Tatsuhiro Tsujikawa, Tomasz Kojm, Tor Arntsen, Waldek Kozba, Thanks! (and sorry if I forgot to mention someone) @@ -120,4 +125,6 @@ References to bug reports and discussions on issues: [8] = http://curl.haxx.se/bug/view.cgi?id=1456 [9] = http://curl.haxx.se/bug/view.cgi?id=1457 [10] = http://curl.haxx.se/bug/view.cgi?id=1462 - [11] = + [11] = http://curl.haxx.se/mail/lib-2014-12/0089.html + [12] = http://curl.haxx.se/bug/view.cgi?id=1456 + [13]