aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
AgeCommit message (Collapse)Author
2014-07-12RELEASE-NOTES: add the reporter of the previous bug fixDan Fandrich
2014-07-12netrc: treat failure to find home dir same as missing netrc fileDan Fandrich
This previously caused a fatal error (with a confusing error code, at that). Reported by: Glen A Johnson Jr.
2014-07-12RELEASE-NOTES: Synced with aaaf9e50ecSteve Holme
2014-07-12gnutls: fixed compilation against versions < 2.12.0Dan Fandrich
The AES-GCM ciphers were added to GnuTLS as late as ver. 3.0.1 but the code path in which they're referenced here is only ever used for somewhat older GnuTLS versions. This caused undeclared identifier errors when compiling against those.
2014-07-12gnutls: explicitly added SRP to the priority stringDan Fandrich
This seems to have become necessary for SRP support to work starting with GnuTLS ver. 2.99.0. Since support for SRP was added to GnuTLS before the function that takes this priority string, there should be no issue with backward compatibility.
2014-07-11gnutls: ignore invalid certificate dates with VERIFYPEER disabledDan Fandrich
This makes the behaviour consistent with what happens if a date can be extracted from the certificate but is expired.
2014-07-04nss: fix a memory leak when CURLOPT_CRLFILE is usedKamil Dudka
2014-07-02tool: call PR_Cleanup() on exit if NSPR is usedKamil Dudka
This prevents valgrind from reporting possibly lost memory that NSPR uses for file descriptor cache and other globally allocated internal data structures.
2014-07-02nss: make the fallback to SSLv3 work againKamil Dudka
This feature was unintentionally disabled by commit ff92fcfb.
2014-07-02nss: do not abort on connection failureKamil Dudka
... due to calling SSL_VersionRangeGet() with NULL file descriptor reported-by: upstream tests 305 and 404
2014-06-11RELEASE-NOTES: Synced with 3aa1329e0aSteve Holme
2014-06-05RELEASE-NOTES: Synced with 99303bcde5Steve Holme
2014-06-02RELEASE-NOTES: synced with d603ed67535Daniel Stenberg
2014-05-28RELEASE-NOTES: Synced with 2a615a2b64Steve Holme
2014-05-22RELEASE-NOTES: Synced with f634355868Steve Holme
2014-05-21bump: Start working on the next releaseSteve Holme
2014-05-20RELEASE-NOTES: synced with 85f4075bdbf3Daniel Stenberg
Possibly the final update before release...
2014-05-17RELEASE-NOTES: synced with 831f6dd1d986c9Daniel Stenberg
2014-05-15RELEASE-NOTES: synced with 53a5b95c21586Daniel Stenberg
2014-05-12RELEASE-NOTES: Synced with 52d16c84d2Steve Holme
2014-05-09RELEASE-NOTES: Synced with 0ab2c444b5Steve Holme
2014-05-09http: avoid auth failure on a duplicated headerKamil Dudka
... 'WWW-Authenticate: Negotiate' received from server Reported by: David Woodhouse Bug: https://bugzilla.redhat.com/1093348
2014-05-07RELEASE-NOTES: Added contributorDan Fandrich
2014-05-06RELEASE-NOTES: changed encoding to UTF-8Dan Fandrich
2014-05-06RELEASE-NOTES: synced with 5de8d84098db1bd2Daniel Stenberg
2014-05-04RELEASE-NOTES: Synced with 4febbedc5aSteve Holme
2014-04-22RELEASE-NOTES: Synced with 386ed2d590Steve Holme
2014-04-22nss: implement non-blocking SSL handshakeKamil Dudka
2014-04-18RELEASE-NOTES: Synced with 33e0cba8f1Steve Holme
2014-04-06RELEASE-NOTES: Synced with 5cdb61abb2Steve Holme
2014-03-31RELEASE-NOTES: Synced with dd07e79023Steve Holme
2014-03-26bump: start the 7.37.0 raceDaniel Stenberg
2014-03-26RELEASE-NOTES: 7.36.0Daniel Stenberg
2014-03-25RELEASE-NOTES: synced with 3ebfaf6a0399b6aDaniel Stenberg
2014-03-19RELEASE-NOTES: fixed typoDan Fandrich
2014-03-19RELEASE-NOTES: synced with 47f8e99e78cDaniel Stenberg
2014-03-09RELEASE-NOTES: Synced with 8ddda0e999Steve Holme
2014-03-02RELEASE-NOTES: Synced with 7fef4016deSteve Holme
2014-02-24RELEASE-NOTES: Updated for 63fc8ee7Marc Hoersken
2014-02-23RELEASE-NOTES: Synced with 8c80840d01Steve Holme
2014-02-22RELEASE-NOTES: added note about impact of changes to WinSSL defaultsMarc Hoersken
2014-02-17RELEASE-NOTES: synced with 854aca5420fDaniel Stenberg
2014-02-13RELEASE-NOTES: synced with 378af08c992Daniel Stenberg
2014-02-11version: next release will become 7.36.0Daniel Stenberg
2014-02-09RELEASE-NOTES: Synced with 8e62f7a6503aSteve Holme
2014-01-31RELEASE-NOTES: Synced with 0f213fdca1Steve Holme
2014-01-29nss: do not use the NSS_ENABLE_ECC defineKamil Dudka
It is not provided by NSS public headers. Bug: https://bugzilla.redhat.com/1058776
2014-01-29bump: start working on 7.35.1Daniel Stenberg
2014-01-29RELEASE-NOTES: done for 7.35.0Daniel Stenberg
2014-01-28RELEASE-NOTES: changed encoding to UTF-8 like previous releasesDan Fandrich