summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-07-11 07:57:42 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-07-11 07:57:42 +0200
commiteb8138405a3f747f2c236464932f72e918946f68 (patch)
tree9f7aa05171080b3c6c0355178ebec927b71839fc
parentd3bd7cb388f631c16a35c1c631f0dbd0879389fc (diff)
downloadgnurl-curl-7_61_0.tar.gz
gnurl-curl-7_61_0.tar.bz2
gnurl-curl-7_61_0.zip
release: 7.61.0curl-7_61_0
-rw-r--r--RELEASE-NOTES41
-rw-r--r--docs/THANKS25
2 files changed, 56 insertions, 10 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6c6397c8b..21fd6e9e3 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,7 +4,7 @@ Curl and libcurl 7.61.0
Command line options: 218
curl_easy_setopt() options: 258
Public functions in libcurl: 74
- Contributors: 1741
+ Contributors: 1766
This release includes the following changes:
@@ -18,6 +18,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o CVE-2018-0500: smtp: fix SMTP send buffer overflow [82]
o schannel: disable client cert option if APIs not available [1]
o schannel: disable manual verify if APIs not available
o tests/libtest/Makefile: Do not unconditionally add gcc-specific flags [2]
@@ -100,6 +101,16 @@ This release includes the following bugfixes:
o openssl: Remove some dead code [74]
o telnet: fix clang warnings [75]
o DEPRECATE: new doc describing planned item removals [76]
+ o example/crawler.c: simple crawler based on libxml2 [77]
+ o libssh: goto DISCONNECT state on error, not SESSION_FREE [78]
+ o CMake: Remove unused functions [79]
+ o darwinssl: allow High Sierra users to build the code using GCC [80]
+ o scripts: include _curl as part of CLEANFILES [81]
+ o examples: fix -Wformat warnings
+ o curl_setup: include <winerror.h> before <windows.h>
+ o schannel: make more cipher options conditional [83]
+ o CMake: remove redundant and old end-of-block syntax [84]
+ o post303.d: clarify that this is an RFC violation [85]
This release includes the following known bugs:
@@ -110,17 +121,18 @@ advice from friends like these:
Adrian Peniak, Alejandro R. Sedeño, Andreas Olsson, Archangel_SDY on github,
Bernhard M. Wiedemann, Bernhard Walle, Björn Stenberg, bsammon on github,
- Dagobert Michelsen, Daniel Stenberg, Dario Nieuwenhuis, elephoenix on github,
- Fabrice Fontaine, Frank Gevaerts, Gaurav Malhotra, Gisle Vanem,
- Ithubg on github, Javier Blazquez, Johannes Schindelin, Kevin R. Bulgrien,
- Linus Lewandowski, Lyman Epp, Mamta Upadhyay, Marcel Raad, Marian Klymov,
- Matteo Bignotti, Max Dymond, Max Savenkov, Oleg Pudeyev, Patrick Monnerat,
+ Dagobert Michelsen, Daniel Stenberg, Dario Nieuwenhuis, Dave Reisner,
+ elephoenix on github, Fabrice Fontaine, Frank Gevaerts, Gaurav Malhotra,
+ Gisle Vanem, Ithubg on github, Jakub Zakrzewski, Javier Blazquez,
+ Jeroen Ooms, Johannes Schindelin, Kevin R. Bulgrien, Linus Lewandowski,
+ Lyman Epp, Mamta Upadhyay, Marcel Raad, Marian Klymov, Matteo Bignotti,
+ Max Dymond, Max Savenkov, Nick Zitzmann, Oleg Pudeyev, Patrick Monnerat,
Patrick Schlangen, Per Malmberg, Peter Varga, Peter Wu, Philip Prindeville,
pszemus on github, Raphael Gozzo, Ray Satiro, Richard Alcock,
- Rikard Falkeborn, Robert Prag, Sean Miller, Sergei Nikulov,
- Stephan Mühlstrasser, Viktor Szakats, Vladimir Kotal, Will Dietz,
- Yaakov Selkowitz, zzq1015 on github,
- (49 contributors)
+ Rikard Falkeborn, Robert Prag, Ruslan Baratov, Sean Miller, Sergei Nikulov,
+ Stephan Mühlstrasser, Vasiliy Faronov, Viktor Szakats, Vladimir Kotal,
+ Will Dietz, Yaakov Selkowitz, zzq1015 on github,
+ (55 contributors)
Thanks! (and sorry if I forgot to mention someone)
@@ -202,3 +214,12 @@ References to bug reports and discussions on issues:
[74] = https://curl.haxx.se/bug/?i=2698
[75] = https://curl.haxx.se/bug/?i=2696
[76] = https://curl.haxx.se/dev/deprecate.html
+ [77] = https://curl.haxx.se/bug/?i=2706
+ [78] = https://curl.haxx.se/bug/?i=2708
+ [79] = https://curl.haxx.se/bug/?i=2711
+ [80] = https://curl.haxx.se/bug/?i=2656
+ [81] = https://curl.haxx.se/bug/?i=2718
+ [82] = https://curl.haxx.se/docs/adv_2018-70a2.html
+ [83] = https://curl.haxx.se/bug/?i=2721
+ [84] = https://curl.haxx.se/bug/?i=2715
+ [85] = https://curl.haxx.se/bug/?i=2723
diff --git a/docs/THANKS b/docs/THANKS
index 540a59fc4..661fae084 100644
--- a/docs/THANKS
+++ b/docs/THANKS
@@ -18,6 +18,7 @@ Adam Marcionek
Adam Piggott
Adam Sampson
Adam Tkac
+Adrian Peniak
Adrian Schuur
Adriano Meirelles
Ajit Dhumale
@@ -32,6 +33,7 @@ Albert Chin-A-Young
Albert Choy
Ale Vesely
Alejandro Alvarez Ayllon
+Alejandro R. Sedeño
Aleksandar Milivojevic
Aleksey Tulinov
Ales Mlakar
@@ -136,6 +138,7 @@ Anton Yabchinskiy
Antonio Larrosa
Antony74 on github
Antti Hätälä
+Archangel_SDY on github
Arkadiusz Miskiewicz
Armel Asselin
Arnaud Compan
@@ -179,6 +182,7 @@ Bernard Leak
Bernard Spil
Bernhard M. Wiedemann
Bernhard Reutner-Fischer
+Bernhard Walle
Bert Huijben
Bertrand Demiddelaer
Bertrand Simonnet
@@ -345,6 +349,7 @@ Daniel Stenberg
Daniel Theron
Daniel at touchtunes
Daphne Luong
+Dario Nieuwenhuis
Dario Weisser
Darryl House
Darshan Mody
@@ -512,6 +517,7 @@ Fabian Frank
Fabian Hiernaux
Fabian Keil
Fabian Ruff
+Fabrice Fontaine
Fabrizio Ammollo
Fahim Chandurwala
Fedor Karpelevitch
@@ -661,6 +667,7 @@ Ingo Wilken
Irfan Adilovic
Isaac Boukris
Ishan SinghLevett
+Ithubg on github
Ivan Avdeev
Ivo Bellin Salarin
Jack Zhang
@@ -704,6 +711,7 @@ Jason Liu
Jason McDonald
Jason S. Priebe
Javier Barroso
+Javier Blazquez
Javier G. Sogo
Javier Sixto
Jay Austin
@@ -875,6 +883,7 @@ Kevin Baughman
Kevin Fisk
Kevin Ji
Kevin Lussier
+Kevin R. Bulgrien
Kevin Reed
Kevin Roth
Kevin Smith
@@ -931,6 +940,7 @@ Lijo Antony
Linas Vepstas
Lindley French
Ling Thio
+Linus Lewandowski
Linus Nielsen Feltzing
Linus Nordberg
Lior Kaplan
@@ -958,6 +968,7 @@ Luo Jinghua
Luong Dinh Dung
Luz Paz
Luật Nguyễn
+Lyman Epp
Lyndon Hill
Maciej Karpiuk
Maciej Puzio
@@ -967,6 +978,7 @@ Maks Naumov
Maksim Kuzevanov
Maksim Stsepanenka
Mamoru Tasaka
+Mamta Upadhyay
Mandy Wu
Manfred Schwarb
Manuel Massing
@@ -992,6 +1004,7 @@ Marco Maggi
Marcus Hoffmann
Marcus Sundberg
Marcus Webster
+Marian Klymov
Mario Schroeder
Mark Brand
Mark Butler
@@ -1040,6 +1053,7 @@ Matt Veenstra
Matt Witherspoon
Matt Wixson
Matteo B.
+Matteo Bignotti
Matteo Rocco
Matthew Blain
Matthew Clarke
@@ -1053,6 +1067,7 @@ Mauro Rappa
Max Dymond
Max Katsev
Max Khon
+Max Savenkov
Maxim Ivanov
Maxim Perenesenko
Maxim Prohorov
@@ -1251,6 +1266,7 @@ Peter Silva
Peter Su
Peter Sylvester
Peter Todd
+Peter Varga
Peter Verhas
Peter Wang
Peter Wu
@@ -1307,6 +1323,7 @@ Ramana Mokkapati
Randall S. Becker
Randy Armstrong
Randy McMurchy
+Raphael Gozzo
Ravi Pratap
Ray Dassen
Ray Pekowski
@@ -1365,6 +1382,7 @@ Robert Foreman
Robert Iakobashvili
Robert Kolcun
Robert Olson
+Robert Prag
Robert Schumann
Robert Weaver
Robert Wruck
@@ -1392,6 +1410,7 @@ Ronnie Mose
Rosimildo da Silva
Roy Shan
Rune Kleveland
+Ruslan Baratov
Ruslan Gazizov
Rutger Hofman
Ruurd Beerstra
@@ -1433,6 +1452,7 @@ Scott McCreary
Sean Boudreau
Sean Burford
Sean MacLennan
+Sean Miller
Sebastian Mundry
Sebastian Pohlschmidt
Sebastian Rasmussen
@@ -1618,6 +1638,7 @@ Ulrich Doehner
Ulrich Telle
Ulrich Zadow
Valentin David
+Vasiliy Faronov
Vasy Okhin
Venkat Akella
Venkataramana Mokkapati
@@ -1636,6 +1657,7 @@ Vincent Torri
Vlad Grachov
Vlad Ureche
Vladimir Grishchenko
+Vladimir Kotal
Vladimir Lazarenko
Vojtech Janota
Vojtech Minarik
@@ -1702,6 +1724,7 @@ dkjjr89 on github
dpull on github
eXeC64 on github
elelel on github
+elephoenix on github
guitared on github
hsiao yi
imilli on github
@@ -1728,6 +1751,7 @@ omau on github
ovidiu-benea on github
patelvivekv1993 on github
paulharris on github
+pszemus on github
silveja1 on github
steelman on github
steini2000 on github
@@ -1741,6 +1765,7 @@ wncboy on github
wyattoday on github
youngchopin on github
zelinchen on github
+zzq1015 on github
İsmail Dönmez
Łukasz Domeradzki
Štefan Kremeň