summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-10-05 19:36:31 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-10-05 19:36:31 +0200
commitaed57fdc958ce305887d7c071689b1565eed38f4 (patch)
treeb8fd1bcd1c6bbd149086619141d2445fb2b27b2b
parent69ea5797008071ee9a9ed7aae78136a6118bfa25 (diff)
downloadgnurl-aed57fdc958ce305887d7c071689b1565eed38f4.tar.gz
gnurl-aed57fdc958ce305887d7c071689b1565eed38f4.tar.bz2
gnurl-aed57fdc958ce305887d7c071689b1565eed38f4.zip
RELEASE-NOTES: synced with 69ea57970080
-rw-r--r--RELEASE-NOTES23
1 files changed, 17 insertions, 6 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b594f83a7..51c99b26d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -81,6 +81,12 @@ This release includes the following bugfixes:
o http2: set TCP_NODELAY unconditionally [27]
o docs: fix unescaped '\n' in man pages
o openssl: Fix algorithm init to make (gost) engines work [28]
+ o win32: make recent Borland compilers use long long
+ o runtests: Fix pid check in checkdied
+ o gopher: don't send NUL byte [29]
+ o tool_setopt: fix c_escape truncated octal [30]
+ o hiperfifo: fix the pointer passed to WRITEDATA [31]
+ o getinfo: Fix return code for unknown CURLINFO options [32]
This release includes the following known bugs:
@@ -93,12 +99,13 @@ advice from friends like these:
Dan Fandrich, Daniel Hwang, Daniel Kahn Gillmor, Daniel Lee Hwang,
Daniel Seither, Daniel Stenberg, Denis Feklushkin, Eric Ridge, Erik Janssen,
Isaac Boukris, Jactry Zeng, Jakub Zakrzewski, Jim Hollinger, Kamil Dudka,
- Marcel Raad, Michael Kalinin, Mike Crowe, Nathaniel Waisbrot,
- Nikolai Kondrashov, Patricia Muscalu, Patrick Monnerat, Rajkumar Mandal,
- Ray Satiro, Razvan Cojocaru, Rémy Léone, Richard van den Berg, Sam Roth,
- Sergei Nikulov, Steve Holme, Svyatoslav Mishyn, Tatsuhiro Tsujikawa,
- Viktor Szakáts, W. Mark Kubacki,
- (37 contributors)
+ Maksim Stsepanenka, Marcel Raad, Michael Kalinin, Mike Crowe,
+ Nathaniel Waisbrot, Nikolai Kondrashov, Orange Tsai, Patricia Muscalu,
+ Patrick Monnerat, Rajkumar Mandal, Ray Satiro, Razvan Cojocaru, Rémy Léone,
+ Richard van den Berg, Sam Roth, Sergei Nikulov, Steve Holme,
+ Svyatoslav Mishyn, Tatsuhiro Tsujikawa, Thorsten Schöning, Viktor Szakáts,
+ W. Mark Kubacki,
+ (40 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -133,3 +140,7 @@ References to bug reports and discussions on issues:
[26] = http://curl.haxx.se/bug/?i=457
[27] = http://curl.haxx.se/mail/lib-2015-09/0097.html
[28] = http://curl.haxx.se/bug/?i=447
+ [29] = http://curl.haxx.se/bug/?i=466
+ [30] = http://curl.haxx.se/bug/?i=469
+ [31] = http://curl.haxx.se/bug/?i=471
+ [32] = http://curl.haxx.se/bug/?i=468