aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-08-11 00:16:19 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-08-11 00:16:19 +0200
commitc8a656d3c774fa7556a298e707484b9b62274765 (patch)
treec3c1c8fa8215ae7e69ffd2498c40f054f76511e7
parent9ee40ce2aba0dadb35df4277f5027c25cf828f06 (diff)
RELEASE-NOTES: synced with 9ee40ce2aba
-rw-r--r--RELEASE-NOTES19
1 files changed, 13 insertions, 6 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index cb24bdbed..9e981602c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -68,6 +68,10 @@ This release includes the following bugfixes:
o checksrc.bat: Fixed error when [directory] isn't a curl source directory
o checksrc.bat: Fixed error when missing *.c and *.h files
o CURLOPT_RESOLVE.3: Note removal support was added in 7.42 [20]
+ o test46: update cookie expire time
+ o SFTP: fix range request off-by-one in size check [21]
+ o CMake: fix GSSAPI builds [22]
+ o build: refer to fixed libidn versions [4]
This release includes the following known bugs:
@@ -77,12 +81,12 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Cédric Connes, Dan Fandrich, Daniel Stenberg, David Woodhouse, Eric Ridge,
- Feist Josselin, Gustavo Grieco, Inca R, Isaac Boukris, John E. Malmberg,
- Kamil Dudka, Lior Kaplan, Marcel Raad, Michael Kaufmann, Michał Fita,
- Patrick Monnerat, Paul Howarth, Ray Satiro, Roger Leigh, Stefan Bühler,
- Štefan Kremeň, Steve Holme, Tatsuhiro Tsujikawa, Terri Oda, Tim Stack,
- TJ Saunders, Tomas Tomecek, Viktor Szakáts,
- (28 contributors)
+ Feist Josselin, Gustavo Grieco, Inca R, Isaac Boukris, Jakub Zakrzewski,
+ John E. Malmberg, Kamil Dudka, Lior Kaplan, Marcel Raad, Michael Kaufmann,
+ Michał Fita, Patrick Monnerat, Paul Howarth, Ray Satiro, Roger Leigh,
+ Stefan Bühler, Štefan Kremeň, Steve Holme, Tatsuhiro Tsujikawa, Terri Oda,
+ Tim Stack, TJ Saunders, Tomas Tomecek, Viktor Szakáts,
+ (29 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -91,6 +95,7 @@ References to bug reports and discussions on issues:
[1] = https://github.com/bagder/curl/issues/278
[2] = https://github.com/bagder/curl/issues/318
[3] = http://curl.haxx.se/mail/lib-2015-06/0122.html
+ [4] = http://curl.haxx.se/bug/?i=371
[5] = https://github.com/bagder/curl/issues/264
[6] = http://curl.haxx.se/libcurl/c/CURLMOPT_PUSHFUNCTION.html
[7] = http://curl.haxx.se/libcurl/c/http2-serverpush.html
@@ -107,3 +112,5 @@ References to bug reports and discussions on issues:
[18] = https://github.com/bagder/curl/pull/174
[19] = https://github.com/bagder/curl/issues/366
[20] = http://curl.haxx.se/mail/lib-2015-08/0019.html
+ [21] = http://curl.haxx.se/bug/?i=359
+ [22] = http://curl.haxx.se/bug/?i=370