[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnurl] 40/41: RELEASE-NOTES/THANKS: curl 7.55.1 release ti
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnurl] 40/41: RELEASE-NOTES/THANKS: curl 7.55.1 release time |
Date: |
Sun, 20 Aug 2017 20:47:02 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to annotated tag gnurl-7.55.1
in repository gnurl.
commit 8839c05fba1f8415eec17eff8ac60cc3a50eb51e
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Aug 13 18:22:06 2017 +0200
RELEASE-NOTES/THANKS: curl 7.55.1 release time
---
RELEASE-NOTES | 37 +++++++++++++++++++++++++++++--------
docs/THANKS | 8 ++++++++
2 files changed, 37 insertions(+), 8 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index d5247d287..a735262d0 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -6,10 +6,6 @@ Curl and libcurl 7.55.1
Public functions in libcurl: 61
Contributors: 1592
-This release includes the following changes:
-
- o
-
This release includes the following bugfixes:
o build: fix 'make install' with configure, install docs/libcurl/* too
@@ -27,6 +23,18 @@ This release includes the following bugfixes:
o maketgz: remove old *.dist files before making the tarball [10]
o openssl: remove CONST_ASN1_BIT_STRING [11]
o openssl: fix "error: this statement may fall through"
+ o proxy: fix memory leak in case of invalid proxy server name [12]
+ o curl/system.h: support more architectures (OpenRISC, ARC) [13]
+ o docs: fix typos [14]
+ o curl/system.h: add Oracle Solaris Studio [15]
+ o CURLINFO_TOTAL_TIME: could wrongly return 4200 seconds [16]
+ o docs: --connect-to clarified
+ o cmake: allow user to override CMAKE_DEBUG_POSTFIX [17]
+ o travis: test cmake build on tarball too
+ o redirect: make it handle absolute redirects to IDN names [18]
+ o curl/system.h: fix for gcc on PowerPC [19]
+ o curl --interface: fixed for IPV6 unique local addresses [20]
+ o cmake: threads detection improvements [21]
This release includes the following known bugs:
@@ -35,10 +43,13 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
- Adam Sampson, Bernard Spil, Christian Weisgerber, Daniel Krügler,
- Daniel Stenberg, David Benjamin, Isaac Boukris, Marcel Raad,
- paulharris on github, Ray Satiro,
- (10 contributors)
+ Adam Sampson, Alessandro Ghedini, Alex Potapenko, Bernard Spil,
+ Christian Weisgerber, Dagobert Michelsen, Dan Fandrich, Daniel Krügler,
+ Daniel Stenberg, David Benjamin, David Lord, Even Rouault, Han Qiao,
+ Isaac Boukris, James Slaughter, Marcel Raad, paulharris on github,
+ Ray Satiro, Salah-Eddin Shaban, Sergei Nikulov, Simon Warta,
+ Thomas Petazzoni,
+ (22 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -55,3 +66,13 @@ References to bug reports and discussions on issues:
[9] = https://curl.haxx.se/bug/?i=1743
[10] = https://curl.haxx.se/mail/lib-2017-08/0050.html
[11] = https://curl.haxx.se/bug/?i=1759
+ [12] = https://curl.haxx.se/bug/?i=1761
+ [13] = https://curl.haxx.se/bug/?i=1766
+ [14] = https://curl.haxx.se/bug/?i=1770
+ [15] = https://curl.haxx.se/bug/?i=1752
+ [16] = https://curl.haxx.se/bug/?i=1769
+ [17] = https://curl.haxx.se/bug/?i=1763
+ [18] = https://curl.haxx.se/bug/?i=1762
+ [19] = https://curl.haxx.se/bug/?i=1774
+ [20] = https://curl.haxx.se/bug/?i=1764
+ [21] = https://curl.haxx.se/bug/?i=1719
diff --git a/docs/THANKS b/docs/THANKS
index e3a2f8b43..5e4a98eff 100644
--- a/docs/THANKS
+++ b/docs/THANKS
@@ -42,6 +42,7 @@ Alex Fishman
Alex Gruz
Alex McLellan
Alex Neblett
+Alex Potapenko
Alex Rousskov
Alex Suykov
Alex Vinnik
@@ -308,6 +309,7 @@ Daniel Gustafsson
Daniel Hwang
Daniel Johnson
Daniel Kahn Gillmor
+Daniel Krügler
Daniel Lee Hwang
Daniel Melani
Daniel Mentz
@@ -348,6 +350,7 @@ David Kierznowski
David Kimdon
David Lang
David LeBlanc
+David Lord
David McCreedy
David Meyer
David Odin
@@ -560,6 +563,7 @@ Gwenole Beauchesne
Gökhan Şengün
Götz Babin-Ebell
Hamish Mackenzie
+Han Qiao
Hang Kin Lau
Hang Su
Hannes Magnusson
@@ -632,6 +636,7 @@ James Gallagher
James Griffiths
James Housley
James MacMillan
+James Slaughter
Jamie Lokier
Jamie Newton
Jamie Wilkinson
@@ -1298,6 +1303,7 @@ Ryan Winograd
Ryuichi KAWAMATA
Rémy Léone
S. Moonesamy
+Salah-Eddin Shaban
Salvador Dávila
Salvatore Sorrentino
Sam Deane
@@ -1420,6 +1426,7 @@ Thomas J. Moore
Thomas Klausner
Thomas L. Shinnick
Thomas Lopatic
+Thomas Petazzoni
Thomas Ruecker
Thomas Schwinge
Thomas Tonino
@@ -1584,6 +1591,7 @@ nk
nopjmp on github
olesteban at github
ovidiu-benea on github
+paulharris on github
silveja1 on github
stootill at github
swalkaus at yahoo.com
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [gnurl] 19/41: parse_proxy(): fix memory leak in case of invalid proxy server name, (continued)
- [GNUnet-SVN] [gnurl] 19/41: parse_proxy(): fix memory leak in case of invalid proxy server name, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 38/41: cmake: Threads detection update. ref: #1702, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 05/41: digest_sspi: Don't reuse context if the user/passwd has changed, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 11/41: cmake: move cmake_uninstall.cmake to CMake/, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 14/41: maketgz: remove old *.dist files before making the tarball, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 28/41: bagder/Curl_tvdiff_us: fix the math, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 32/41: travis: test cmake build on tarball too, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 26/41: docs: fix typo funtion -> function, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 33/41: test2032: mark as flaky (again), gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 18/41: RELEASE-NOTES: synced with 37f2195a9, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 40/41: RELEASE-NOTES/THANKS: curl 7.55.1 release time,
gnunet <=
- [GNUnet-SVN] [gnurl] 34/41: redirect: skip URL encoding for host names, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 17/41: curlver: bump to 7.55.1, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 36/41: curl/system.h: GCC doesn't define __ppc__ on PowerPC, uses __powerpc__, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 39/41: gitignore: ignore .xz now instead of .lzma, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 27/41: curl/system.h: add Oracle Solaris Studio, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 30/41: connect-to.d: better language, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 24/41: docs: fix typo stuct -> struct, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 23/41: test1447: require a curl with http support, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 13/41: mkhelp.pl: allow executing this script directly, gnunet, 2017/08/20
- [GNUnet-SVN] [gnurl] 31/41: cmake: allow user to override CMAKE_DEBUG_POSTFIX, gnunet, 2017/08/20