aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-03-05 01:23:14 +0000
committerYang Tse <yangsita@gmail.com>2009-03-05 01:23:14 +0000
commit94bb7fe5cb1357f430e384ca58cff9314777805f (patch)
treef71d5b85d863324aab4407220cec9c20ce9b7190 /CHANGES
parentb98e0aa09b39e8159b30469997aa92474a5f0032 (diff)
Fix NTLM authentication memory leak on SSPI enabled Windows builds
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8176b8a29..57e7eec5d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Yang Tse (5 Mar 2009)
+- Fixed NTLM authentication memory leak on SSPI enabled Windows builds. This
+ issue was noticed by Chris Deidun.
+
Daniel Fandrich (4 Mar 2009)
- Fixed a problem with m4 quoting in the OpenSSL configure check reported
by Daniel Johnson.