Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e052859

Browse files
committedDec 9, 2020
RELEASE-NOTES: synced
for 7.74.0
1 parent 6d338a8 commit e052859

File tree

2 files changed

+49
-9
lines changed

2 files changed

+49
-9
lines changed
 

‎RELEASE-NOTES

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ This release includes the following changes:
1212

1313
This release includes the following bugfixes:
1414

15+
o CVE-2020-8286: Inferior OCSP verification [93]
16+
o CVE-2020-8285: FTP wildcard stack overflow [95]
17+
o CVE-2020-8284: trusting FTP PASV responses [97]
1518
o acinclude: detect manually set minimum macos/ipod version [46]
1619
o alt-svc: enable (in the build) by default [20]
1720
o alt-svc: minimize variable scope and avoid "DEAD_STORE" [51]
@@ -26,6 +29,7 @@ This release includes the following bugfixes:
2629
o cmake: check for linux/tcp.h [91]
2730
o cmake: correctly handle linker flags for static libs [52]
2831
o cmake: don't pass -fvisibility=hidden to clang-cl on Windows [53]
32+
o cmake: don't use reserved target name 'test' [79]
2933
o cmake: make BUILD_TESTING dependent option [30]
3034
o cmake: make CURL_ZLIB a tri-state variable [70]
3135
o cmake: set the unicode feature in curl-config on Windows [23]
@@ -53,6 +57,7 @@ This release includes the following bugfixes:
5357
o examples/httpput: remove use of CURLOPT_PUT [39]
5458
o FAQ: refreshed [56]
5559
o file: avoid duplicated code sequence [77]
60+
o ftp: retry getpeername for FTP with TCP_FASTOPEN [100]
5661
o gnutls: fix memory leaks (certfields memory wasn't released) [41]
5762
o header.d: mention the "Transfer-Encoding: chunked" handling [45]
5863
o HISTORY: the new domain
@@ -84,12 +89,14 @@ This release includes the following bugfixes:
8489
o quiche: remove 'static' from local buffer [71]
8590
o range.d: clarify that curl will not parse multipart responses [36]
8691
o range.d: fix typo
92+
o Revert "multi: implement wait using winsock events" [99]
8793
o rtsp: error out on empty Session ID, unified the code
8894
o rtsp: fixed Session ID comparison to refuse prefix [65]
8995
o rtsp: fixed the RTST Session ID mismatch in test 570 [64]
9096
o runtests: return error if no tests ran [16]
9197
o runtests: revert the mistaken edit of $CURL
9298
o runtests: show keywords when no tests ran [33]
99+
o scripts/completion.pl: parse all opts [101]
93100
o socks: check for DNS entries with the right port number [74]
94101
o src/tool_filetime: disable -Wformat on mingw for this file [2]
95102
o strerror: use 'const' as the string should never be modified [18]
@@ -108,6 +115,7 @@ This release includes the following bugfixes:
108115
o tool_writeout: use off_t getinfo-types instead of doubles [76]
109116
o travis: use ninja-build for CMake builds [63]
110117
o travis: use valgrind when running tests for debug builds [40]
118+
o urlapi: don't accept blank port number field without scheme [98]
111119
o urlapi: URL encode a '+' in the query part [14]
112120
o urldata: remove 'void *protop' and create the union 'p' [86]
113121
o vquic/ngtcp2.h: define local_addr as sockaddr_storage [73]
@@ -121,15 +129,17 @@ advice from friends like these:
121129

122130
Andreas Fischer, asavah on github, b9a1 on github, Baruch Siach,
123131
Basuke Suzuki, bobmitchell1956 on github, BrumBrum on hackerone,
124-
Cristian Morales Vega, Daiki Ueno, Daniel Gustafsson, Daniel Stenberg,
125-
Dietmar Hauser, Dirk Wetter, emanruse on github, Emil Engler,
126-
hamstergene on github, Harry Sintonen, Jakub Zakrzewski, Jeroen Ooms,
127-
Jon Rumsey, José Joaquín Atria, Junho Choi, Kael1117 on github,
128-
Klaus Crusius, Kovalkov Dmitrii, Marcel Raad, Marc Hörsken, Marc Schlatter,
129-
Niranjan Hasabnis, nosajsnikta on github, Oliver Urbann, Per Nilsson,
130-
Philipp Klaus Krause, Ray Satiro, Rikard Falkeborn, Rui LIU, Sergei Nikulov,
131-
Tobias Hieta, Tom G. Christensen, Viktor Szakats, Vincent Torri,
132-
(41 contributors)
132+
Cristian Morales Vega, d4d on hackerone, Daiki Ueno, Daniel Gustafsson,
133+
Daniel Stenberg, Dietmar Hauser, Dirk Wetter, emanruse on github,
134+
Emil Engler, hamstergene on github, Harry Sintonen, Jacob Hoffman-Andrews,
135+
Jakub Zakrzewski, Jeroen Ooms, Jon Rumsey, José Joaquín Atria, Junho Choi,
136+
Kael1117 on github, Klaus Crusius, Kovalkov Dmitrii, Marcel Raad,
137+
Marc Hörsken, Marc Schlatter, Niranjan Hasabnis, nosajsnikta on github,
138+
Oliver Urbann, Per Nilsson, Philipp Klaus Krause, Ray Satiro,
139+
Rikard Falkeborn, Rui LIU, Sergei Nikulov, Thomas Danielsson, Tobias Hieta,
140+
Tom G. Christensen, Varnavas Papaioannou, Viktor Szakats, Vincent Torri,
141+
xnynx on github,
142+
(46 contributors)
133143

134144
Thanks! (and sorry if I forgot to mention someone)
135145

@@ -213,6 +223,7 @@ References to bug reports and discussions on issues:
213223
[76] = https://curl.se/bug/?i=6248
214224
[77] = https://curl.se/bug/?i=6249
215225
[78] = https://curl.se/bug/?i=6241
226+
[79] = https://curl.se/bug/?i=6257
216227
[80] = https://curl.se/bug/?i=6211
217228
[81] = https://curl.se/bug/?i=6058
218229
[82] = https://curl.se/bug/?i=6205
@@ -226,5 +237,12 @@ References to bug reports and discussions on issues:
226237
[90] = https://curl.se/bug/?i=6271
227238
[91] = https://curl.se/bug/?i=6252
228239
[92] = https://curl.se/bug/?i=6263
240+
[93] = https://curl.se/docs/CVE-2020-8286.html
229241
[94] = https://curl.se/bug/?i=6267
242+
[95] = https://curl.se/docs/CVE-2020-8285.html
230243
[96] = https://curl.se/bug/?i=6264
244+
[97] = https://curl.se/docs/CVE-2020-8284.html
245+
[98] = https://curl.se/bug/?i=6283
246+
[99] = https://curl.se/bug/?i=6146
247+
[100] = https://curl.se/bug/?i=6252
248+
[101] = https://curl.se/bug/?i=6280

‎docs/THANKS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Andre Heinecke
116116
Andreas Damm
117117
Andreas Falkenhahn
118118
Andreas Farber
119+
Andreas Fischer
119120
Andreas Kostyrka
120121
Andreas Malzahn
121122
Andreas Ntaflos
@@ -201,6 +202,7 @@ Austin Green
201202
Avery Fay
202203
Axel Tillequin
203204
Ayoub Boudhar
205+
b9a1 on github
204206
Balaji Parasuram
205207
Balaji S Rao
206208
Balaji Salunke
@@ -407,6 +409,7 @@ Craig Markwardt
407409
crazydef on github
408410
Cris Bailiff
409411
Cristian Greco
412+
Cristian Morales Vega
410413
Cristian Rodríguez
411414
Curt Bogmine
412415
Cynthia Coan
@@ -415,6 +418,7 @@ Cyrill Osterwalder
415418
Cédric Connes
416419
Cédric Deltheil
417420
D. Flinkmann
421+
d4d on hackerone
418422
d912e3 on github
419423
Da-Yoon Chung
420424
daboul on github
@@ -532,6 +536,7 @@ Dheeraj Sangamkar
532536
Didier Brisebourg
533537
Diego Bes
534538
Diego Casorran
539+
Dietmar Hauser
535540
Dilyan Palauzov
536541
Dima Barsky
537542
Dima Pasechnik
@@ -545,6 +550,7 @@ Dinar
545550
Dirk Eddelbuettel
546551
Dirk Feytons
547552
Dirk Manske
553+
Dirk Wetter
548554
Dirkjan Bussink
549555
Diven Qi
550556
divinity76 on github
@@ -620,6 +626,7 @@ Elliot Saba
620626
Ellis Pritchard
621627
Elmira A Semenova
622628
elsamuko on github
629+
emanruse on github
623630
Emanuele Bovisio
624631
Emil Engler
625632
Emil Lerner
@@ -883,6 +890,7 @@ Jack Zhang
883890
Jackarain on github
884891
Jacky Lam
885892
Jacob Barthelmeh
893+
Jacob Hoffman-Andrews
886894
Jacob Meuser
887895
Jacob Moshenko
888896
Jactry Zeng
@@ -1081,6 +1089,7 @@ Joshua Kwan
10811089
Joshua Swink
10821090
Josie Huddleston
10831091
Josue Andrade Gomes
1092+
José Joaquín Atria
10841093
Jozef Kralik
10851094
JP Mens
10861095
Juan Barreto
@@ -1117,6 +1126,7 @@ Jörg Mueller-Tolk
11171126
Jörn Hartroth
11181127
K. R. Walker
11191128
ka7 on github
1129+
Kael1117 on github
11201130
Kai Engert
11211131
Kai Noda
11221132
Kai Sommerfeld
@@ -1160,6 +1170,7 @@ Kimmo Kinnunen
11601170
Kirill Marchuk
11611171
Kjell Ericson
11621172
Kjetil Jacobsen
1173+
Klaus Crusius
11631174
Klaus Stein
11641175
Klevtsov Vadim
11651176
Kobi Gurkan
@@ -1168,6 +1179,7 @@ Konstantin Isakov
11681179
Konstantin Kushnir
11691180
kotoriのねこ
11701181
kouzhudong on github
1182+
Kovalkov Dmitrii
11711183
kreshano on github
11721184
Kris Kennaway
11731185
Krishnendu Majumdar
@@ -1547,6 +1559,7 @@ Nikos Tsipinakis
15471559
niner on github
15481560
Ning Dong
15491561
Nir Soffer
1562+
Niranjan Hasabnis
15501563
Nis Jorgensen
15511564
nk
15521565
NobodyXu on github
@@ -1556,6 +1569,7 @@ nopjmp on github
15561569
Norbert Frese
15571570
Norbert Kett
15581571
Norbert Novotny
1572+
nosajsnikta on github
15591573
NTMan on Github
15601574
Octavio Schroeder
15611575
Ofer
@@ -1571,6 +1585,7 @@ Oliver Gondža
15711585
Oliver Graute
15721586
Oliver Kuckertz
15731587
Oliver Schindler
1588+
Oliver Urbann
15741589
Olivier Berger
15751590
Olivier Brunel
15761591
Omar Ramadan
@@ -1647,6 +1662,7 @@ pendrek at hackerone
16471662
Peng Li
16481663
Per Lundberg
16491664
Per Malmberg
1665+
Per Nilsson
16501666
Pete Lomax
16511667
Peter Bray
16521668
Peter Forret
@@ -1687,6 +1703,7 @@ Philip Craig
16871703
Philip Gladstone
16881704
Philip Langdale
16891705
Philip Prindeville
1706+
Philipp Klaus Krause
16901707
Philipp Waehnert
16911708
Philippe Hameau
16921709
Philippe Marguinaud
@@ -1853,6 +1870,7 @@ Rosimildo da Silva
18531870
Ross Burton
18541871
Roy Bellingan
18551872
Roy Shan
1873+
Rui LIU
18561874
Rune Kleveland
18571875
Ruslan Baratov
18581876
Ruslan Gazizov
@@ -2053,6 +2071,7 @@ therealhirudo on github
20532071
tholin on github
20542072
Thomas Bouzerar
20552073
Thomas Braun
2074+
Thomas Danielsson
20562075
Thomas Gamper
20572076
Thomas Glanzmann
20582077
Thomas J. Moore
@@ -2107,6 +2126,7 @@ Todd Short
21072126
Todd Vierling
21082127
Tom Benoist
21092128
Tom Donovan
2129+
Tom G. Christensen
21102130
Tom Grace
21112131
Tom Greenslade
21122132
Tom Lee
@@ -2164,6 +2184,7 @@ Valentin David
21642184
Valentyn Korniienko
21652185
Valerii Zapodovnikov
21662186
vanillajonathan on github
2187+
Varnavas Papaioannou
21672188
Vasiliy Faronov
21682189
Vasily Lobaskin
21692190
Vasy Okhin
@@ -2231,6 +2252,7 @@ Xiang Xiao
22312252
Xiangbin Li
22322253
Xiaoyin Liu
22332254
XmiliaH on github
2255+
xnynx on github
22342256
xwxbug on github
22352257
Yaakov Selkowitz
22362258
Yang Tse

0 commit comments

Comments
 (0)
Please sign in to comment.