summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
Commit message (Collapse)AuthorAgeFilesLines
* RELEASE-NOTES: synced with b216427e73b5e9Daniel Stenberg2014-12-031-6/+13
|
* version: The next release will become 7.40.0Steve Holme2014-11-301-1/+1
|
* RELEASE-NOTES: Synced with c5399c827dSteve Holme2014-11-271-5/+12
|
* RELEASE-NOTES: Synced with 1450712e76Steve Holme2014-11-231-4/+11
|
* RELEASE-NOTES: synced with cb13fad733eDaniel Stenberg2014-11-191-6/+26
|
* RELEASE-NOTES: synced with 2ee3c63b13Daniel Stenberg2014-11-131-4/+14
|
* RELEASE-NOTES: Synced with 2fbf23875fSteve Holme2014-11-091-3/+12
|
* RELEASE-NOTES: Synced with dcad09e125Steve Holme2014-11-071-2/+3
|
* RELEASE-NOTES: synced with 68542e72a9Daniel Stenberg2014-11-061-3/+13
|
* bump: towards next releaseDaniel Stenberg2014-11-051-93/+7
|
* RELEASE-NOTES: 7.39.0 release (commit b3875606925)curl-7_39_0Daniel Stenberg2014-11-051-7/+20
|
* RELEASE-NOTES: Synced with d71ea7c01eSteve Holme2014-11-021-2/+4
| | | | | | Additionally, updated "GSSAPI" to "GSS-API" for a Cmake related change as GSSAPI can be confused with the authentication mechanism rather than a GSS-API implementation library such as MIT or Heimdal.
* build: Added WinIDN build configuration optionsSteve Holme2014-11-021-1/+1
| | | | Added support for WinIDN build configurations to the VC6 project files.
* build: Added WinIDN build configuration optionsSteve Holme2014-11-021-2/+2
| | | | | Added support for WinIDN build configurations to the VC7 and VC7.1 project files.
* RELEASE-NOTES: removed obsolete entry; fixed entry.Guenter Knauf2014-11-021-3/+2
|
* RELEASE-NOTES: Synced with e7da67f5d3Steve Holme2014-11-021-6/+11
|
* RELEASE-NOTES: Synced with 32913182dcSteve Holme2014-10-291-2/+9
|
* RELEASE-NOTES: Synced with 07ac29a058Steve Holme2014-10-261-6/+20
|
* RELEASE-NOTES: synced with e116d0a62Daniel Stenberg2014-10-231-5/+19
|
* nss: reset SSL handshake state machineKamil Dudka2014-10-201-0/+1
| | | | | | ... when the handshake succeeds This fixes a connection failure when FTPS handle is reused.
* RELEASE-NOTES: synced with 6637b237e6ebDaniel Stenberg2014-10-091-4/+17
| | | | ... and bumped the planned release version.
* nss: do not fail if a CRL is already cachedKamil Dudka2014-10-081-0/+1
| | | | This fixes a copy-paste mistake from commit 2968f957.
* RELEASE-NOTES: synced with 53cbea22310f15Daniel Stenberg2014-09-301-5/+13
|
* RELEASE-NOTES: Synced with bd3df5ec6dSteve Holme2014-09-131-1/+11
|
* bump: on the 7.38.1-DEV train now!Daniel Stenberg2014-09-101-113/+5
|
* RELEASE-NOTES: final update for 7.38.0Daniel Stenberg2014-09-101-6/+12
|
* RELEASE-NOTES: synced with 921a0c22a6fDaniel Stenberg2014-09-081-8/+10
|
* RELEASE-NOTES: fix the required nghttp2 version typoDaniel Stenberg2014-09-081-1/+1
|
* RELEASE-NOTES: Synced with fd1ce3856aSteve Holme2014-09-061-7/+10
|
* RELEASE-NOTES: Clarify email Kerberos support is currently via Windows SSPISteve Holme2014-09-041-1/+1
|
* RELEASE-NOTES: synced with e608324f9f9Daniel Stenberg2014-09-011-7/+19
|
* RELEASE-NOTES: synced with 007242257683aDaniel Stenberg2014-08-261-1/+4
| | | | ... and bumped the contributor amount after recount
* RELEASE-NOTES: added two missing HTTP/2 bug fixesDaniel Stenberg2014-08-251-4/+6
| | | | And renamed all http2 references to HTTP/2 in this file
* RELEASE-NOTES: synced with f646e9075f47Daniel Stenberg2014-08-251-4/+15
|
* RELEASE-NOTES: synced with 0187c9e11d079Daniel Stenberg2014-08-151-4/+15
|
* RELEASE-NOTES: Synced with cd6ecf6a89Steve Holme2014-08-101-0/+6
|
* RELEASE-NOTES: Synced with 159c3aafd8Steve Holme2014-08-081-3/+14
|
* RELEASE-NOTES: synced with 5b37db44a3ebDaniel Stenberg2014-08-051-1/+8
|
* RELEASE-NOTES: synced with 7bb4c8cadb5d0Daniel Stenberg2014-07-311-3/+20
|
* RELEASE-NOTES: synced with 81cd24adb8bDaniel Stenberg2014-07-231-5/+20
|
* build: link curl to NSS libraries when NSS support is enabledAlessandro Ghedini2014-07-181-1/+2
| | | | | | | This fixes a build failure on Debian caused by commit 24c3cdce88f39731506c287cb276e8bf4a1ce393. Bug: http://curl.haxx.se/mail/lib-2014-07/0209.html
* RELEASE-NOTES: cleared, working towards next releaseDaniel Stenberg2014-07-161-71/+6
|
* RELEASE-NOTES: synced with 4cb2521595curl-7_37_1Daniel Stenberg2014-07-161-5/+9
|
* RELEASE-NOTES: next one is called 7.37.1Daniel Stenberg2014-07-141-1/+1
|
* netrc: fixed thread safety problem by using getpwuid_r if availableDan Fandrich2014-07-131-0/+1
| | | | | | | The old way using getpwuid could cause problems in programs that enable reading from netrc files simultaneously in multiple threads. Reported-by: David Woodhouse
* RELEASE-NOTES: add the reporter of the previous bug fixDan Fandrich2014-07-121-1/+2
|
* netrc: treat failure to find home dir same as missing netrc fileDan Fandrich2014-07-121-0/+1
| | | | | | | This previously caused a fatal error (with a confusing error code, at that). Reported by: Glen A Johnson Jr.
* RELEASE-NOTES: Synced with aaaf9e50ecSteve Holme2014-07-121-5/+25
|
* gnutls: fixed compilation against versions < 2.12.0Dan Fandrich2014-07-121-0/+1
| | | | | | | 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.
* gnutls: explicitly added SRP to the priority stringDan Fandrich2014-07-121-0/+1
| | | | | | | 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.