]> granicus.if.org Git - curl/commitdiff
RELEASE-NOTES: synced with 69ea57970080
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Oct 2015 17:36:31 +0000 (19:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Oct 2015 17:36:31 +0000 (19:36 +0200)
RELEASE-NOTES

index b594f83a7f95d126848c2e7bfc146d9823201bb9..51c99b26dfb57af64967158083c7213e5c90a301 100644 (file)
@@ -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