aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-04-08 20:59:50 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-04-08 20:59:50 +0100
commit4990f46856c4d6b0727e7c397b05840a7f02a0fb (patch)
treedb9848f9726d4b85576da081a3cae853c93bd850 /RELEASE-NOTES
parent5e24db0cba5efb9d2d5ce7b1a34678ab0f6c73da (diff)
RELEASE-NOTES: Corrected duplicate NTLM memory leaks
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b2ba0de9c..e9872386d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -35,7 +35,7 @@ This release includes the following bugfixes:
o darwinssl: Fix build under Leopard
o DONE: consider callback-aborted transfers premature [1]
- o ntlm: fix memory leak
+ o ntlm: Fixed memory leaks
o smtp: Fixed an issue when processing EHLO failure responses
o pop3: Fixed incorrect return value from pop3_endofresp()
o pop3: Fixed SASL authentication capability detection
@@ -67,7 +67,7 @@ This release includes the following bugfixes:
o HTTP proxy: insert slash in URL if missing [13]
o hiperfifo: updated to use current libevent API [14]
o getinmemory.c: abort the transfer nicely if not enough memory
- o improved win32 memorytracking and fixed NTLM memory leaks
+ o improved win32 memorytracking
o corrected proxy header response headers count [16]
o FTP quote operations on re-used connection [17]
o tcpkeepalive on win32 [18]