aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
AgeCommit message (Collapse)Author
2016-10-24RELEASE-NOTES: synced with 50ee3aaf1a9b22dDaniel Stenberg
2016-10-18RELEASE-NOTES: synced with f36f8c14551efc6772Daniel Stenberg
2016-10-16RELEASE-NOTES: synced with a1a5cd04877fd6fdDaniel Stenberg
2016-10-10RELEASE-NOTES: spellfixDaniel Stenberg
2016-10-10RELEASE-NOTES: synced with 82720490628cb53aDaniel Stenberg
5 more fixes, 2 more contributors
2016-10-04RELEASE-NOTES: synced with 8fd2a754f0deDaniel Stenberg
2016-09-22nss: add chacha20-poly1305 cipher suites if supported by NSSKamil Dudka
2016-09-19RELEASE-NOTES: synced with 79607eec51055Daniel Stenberg
2016-09-14RELEASE-NOTES: reset and go toward 7.51.0 (again)Daniel Stenberg
2016-09-14RELEASE-NOTES: curl 7.50.3Daniel Stenberg
2016-09-13RELEASE-NOTES: synced with 665694979b6Daniel Stenberg
2016-09-11RELEASE-NOTES: synced with 257bf3ac67eb6Daniel Stenberg
2016-09-07bump: toward 7.51.0Daniel Stenberg
2016-09-07RELEASE-NOTES: curl 7.50.2 releaseDaniel Stenberg
2016-09-05RELEASE-NOTES: synced with 3d4c0c8b9bc1dDaniel Stenberg
2016-08-27RELEASE-NOTES: Added missing fix from commit 15592143fSteve Holme
2016-08-26nss: work around race condition in PK11_FindSlotByName()Peter Wang
Serialise the call to PK11_FindSlotByName() to avoid spurious errors in a multi-threaded environment. The underlying cause is a race condition in nssSlot_IsTokenPresent(). Bug: https://bugzilla.mozilla.org/1297397 Closes #985
2016-08-26nss: refuse previously loaded certificate from fileKamil Dudka
... when we are not asked to use a certificate from file
2016-08-22RELEASE-NOTES: synced with 95ded2c56Daniel Stenberg
2016-08-15RELEASE-NOTES: synced with b7ee5316c2fd5bDaniel Stenberg
2016-08-10RELEASE-NOTES: synced with e577c43bb5Daniel Stenberg
2016-08-05RELEASE-NOTES: synced with 7b4bf37a44791Daniel Stenberg
2016-08-03bump: start working toward 7.50.2Daniel Stenberg
2016-08-03RELEASE-NOTES: 7.50.1Daniel Stenberg
2016-08-01RELEASE-NOTES: synced with aa9f536a18bDaniel Stenberg
2016-07-21tests: distribute the http2-server.pl script, tooKamil Dudka
2016-07-21docs: distribute the CURLINFO_HTTP_VERSION(3) man page, tooKamil Dudka
2016-07-21bump: start working on 7.50.1Daniel Stenberg
2016-07-21RELEASE-NOTES: version 7.50.0 readyDaniel Stenberg
2016-07-19RELEASE-NOTES: synced with c50980807c5Daniel Stenberg
2016-06-27RELEASE-NOTES: synced with d61c80515aa8Daniel Stenberg
2016-06-21curl-compilers.m4: improve detection of GCC's -fvisibility= flagKamil Dudka
Some builds of GCC produce output on both stdout and stderr when --help --verbose is used. The 2>&1 redirection caused them to be arbitrarily interleaved with each other because of stream buffering. Consequently, grep failed to match the fvisibility= string in the mixed output, even though the string was present in GCC's standard output. This led to silently disabling symbol hiding in some builds of curl.
2016-06-06RELEASE-NOTES: synced with 34855feeb4c299Daniel Stenberg
2016-06-03tool_urlglob: fix off-by-one error in glob_parse()Kamil Dudka
... causing SIGSEGV while parsing URL with too many globs. Minimal example: $ curl $(for i in $(seq 101); do printf '{a}'; done) Reported-by: Romain Coltel Bug: https://bugzilla.redhat.com/1340757
2016-05-31RELEASE-NOTES: synced with 142ee9fa15002315Daniel Stenberg
2016-05-30bump: start the journey toward 7.50.0Daniel Stenberg
2016-05-30RELEASE-NOTES: fix vuln linkDaniel Stenberg
2016-05-30RELEASE-NOTES: 7.49.1Daniel Stenberg
2016-05-21RELEASE-NOTES: synced with 3caaeffbe8ded4Daniel Stenberg
2016-05-19RELEASE-NOTES: synced with 48114a8634242cDaniel Stenberg
2016-05-18bump: Start work on 7.49.1Steve Holme
2016-05-17RELEASE-NOTES: 7.49.0Daniel Stenberg
2016-05-16RELEASE-NOTES: synced with 2dcb5adc72d6Daniel Stenberg
2016-05-13RELEASE-NOTES: synced with 68701e51c1f7Daniel Stenberg
Added 8 bug fixes and 5 more contrbutors
2016-05-01RELEASE-NOTES: synced with 7987f5cb14dDaniel Stenberg
2016-04-27RELEASE-NOTES: synced with f4298fcc6d2Daniel Stenberg
2016-04-22RELEASE-NOTES: synced with 3c1e84f5693d8093Daniel Stenberg
2016-04-19RELEASE-NOTES: synced with 03de4e4b219Daniel Stenberg
(since we just merged two major features)
2016-04-18RELEASE-NOTES: synced with 26ec93dd6aeba8dfb5Daniel Stenberg
2016-04-06RELEASE-NOTES: Corrected last updatedSteve Holme
Included a summary of the checksrc.bat updates and combined two krb5 changes as they should have been implemented at the same time.