aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
AgeCommit message (Collapse)Author
2014-11-02build: Added WinIDN build configuration optionsSteve Holme
Added support for WinIDN build configurations to the VC6 project files.
2014-11-02build: Added WinIDN build configuration optionsSteve Holme
Added support for WinIDN build configurations to the VC7 and VC7.1 project files.
2014-11-02RELEASE-NOTES: removed obsolete entry; fixed entry.Guenter Knauf
2014-11-02RELEASE-NOTES: Synced with e7da67f5d3Steve Holme
2014-10-29RELEASE-NOTES: Synced with 32913182dcSteve Holme
2014-10-26RELEASE-NOTES: Synced with 07ac29a058Steve Holme
2014-10-23RELEASE-NOTES: synced with e116d0a62Daniel Stenberg
2014-10-20nss: reset SSL handshake state machineKamil Dudka
... when the handshake succeeds This fixes a connection failure when FTPS handle is reused.
2014-10-09RELEASE-NOTES: synced with 6637b237e6ebDaniel Stenberg
... and bumped the planned release version.
2014-10-08nss: do not fail if a CRL is already cachedKamil Dudka
This fixes a copy-paste mistake from commit 2968f957.
2014-09-30RELEASE-NOTES: synced with 53cbea22310f15Daniel Stenberg
2014-09-13RELEASE-NOTES: Synced with bd3df5ec6dSteve Holme
2014-09-10bump: on the 7.38.1-DEV train now!Daniel Stenberg
2014-09-10RELEASE-NOTES: final update for 7.38.0Daniel Stenberg
2014-09-08RELEASE-NOTES: synced with 921a0c22a6fDaniel Stenberg
2014-09-08RELEASE-NOTES: fix the required nghttp2 version typoDaniel Stenberg
2014-09-06RELEASE-NOTES: Synced with fd1ce3856aSteve Holme
2014-09-04RELEASE-NOTES: Clarify email Kerberos support is currently via Windows SSPISteve Holme
2014-09-01RELEASE-NOTES: synced with e608324f9f9Daniel Stenberg
2014-08-26RELEASE-NOTES: synced with 007242257683aDaniel Stenberg
... and bumped the contributor amount after recount
2014-08-25RELEASE-NOTES: added two missing HTTP/2 bug fixesDaniel Stenberg
And renamed all http2 references to HTTP/2 in this file
2014-08-25RELEASE-NOTES: synced with f646e9075f47Daniel Stenberg
2014-08-15RELEASE-NOTES: synced with 0187c9e11d079Daniel Stenberg
2014-08-10RELEASE-NOTES: Synced with cd6ecf6a89Steve Holme
2014-08-08RELEASE-NOTES: Synced with 159c3aafd8Steve Holme
2014-08-05RELEASE-NOTES: synced with 5b37db44a3ebDaniel Stenberg
2014-07-31RELEASE-NOTES: synced with 7bb4c8cadb5d0Daniel Stenberg
2014-07-23RELEASE-NOTES: synced with 81cd24adb8bDaniel Stenberg
2014-07-18build: link curl to NSS libraries when NSS support is enabledAlessandro Ghedini
This fixes a build failure on Debian caused by commit 24c3cdce88f39731506c287cb276e8bf4a1ce393. Bug: http://curl.haxx.se/mail/lib-2014-07/0209.html
2014-07-16RELEASE-NOTES: cleared, working towards next releaseDaniel Stenberg
2014-07-16RELEASE-NOTES: synced with 4cb2521595Daniel Stenberg
2014-07-14RELEASE-NOTES: next one is called 7.37.1Daniel Stenberg
2014-07-13netrc: fixed thread safety problem by using getpwuid_r if availableDan Fandrich
The old way using getpwuid could cause problems in programs that enable reading from netrc files simultaneously in multiple threads. Reported-by: David Woodhouse
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...