summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-05-17 22:59:43 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-05-17 23:00:09 +0200
commit751971b2c31ed9d4b6a42eeb03185a28f9ac8547 (patch)
treeb074766a2a892f24868bfc6df58432045fe24fb8
parent831f6dd1d986c916f59b226f173e58ac90b6705b (diff)
downloadcurl-751971b2c31ed9d4b6a42eeb03185a28f9ac8547.tar.gz
RELEASE-NOTES: synced with 831f6dd1d986c9
-rw-r--r--RELEASE-NOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8dcbd148f..69d0fc2e6 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -77,6 +77,9 @@ This release includes the following bugfixes:
o darwinssl: fix potential crash with a P12 file [20]
o timers: fix timer regression involving redirects / reconnects [21]
o CURLINFO_SSL_VERIFYRESULT: made more reliable [22]
+ o HTTP: fixed connection re-use [23]
+ o configure: add SPNEGO to supported features [24]
+ o configure: add GSS-API to supported features [25]
This release includes the following known bugs:
@@ -118,3 +121,6 @@ References to bug reports and discussions on issues:
[20] = http://curl.haxx.se/bug/view.cgi?id=1369
[21] = http://curl.haxx.se/mail/lib-2014-05/0147.html
[22] = http://curl.haxx.se/mail/lib-2014-04/0203.html
+ [23] = http://curl.haxx.se/mail/lib-2014-05/0127.html
+ [24] = http://curl.haxx.se/bug/view.cgi?id=1343
+ [25] = http://curl.haxx.se/bug/view.cgi?id=1344