-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b63496a
commit 42204ee
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ See the end for copying conditions. | |
|
||
Please send GNU Wget2 bug reports to <[email protected]>. | ||
|
||
xx.xx.xxxx Release 1.99.3 (beta) | ||
xx.xx.2021 Release 2.0.0 | ||
* OpenSSL: Fix CRL checking | ||
* OpenSSL: Implement ALPN | ||
* OpenSSL: Fix memory leaks | ||
|
@@ -26,10 +26,21 @@ xx.xx.xxxx Release 1.99.3 (beta) | |
* Add option --method, improving backward compatibility | ||
* Add option --body-data, improving backward compatibility | ||
* Add option --body-file, improving backward compatibility | ||
* Add option --ignore-length, improving backward compatibility | ||
* Add option --convert-file-only, improving backward compatibility | ||
* Add option --download-attr to make use of the HTML5 'download' attribute | ||
* Support terminal hyperlinks in output | ||
* Configure switch --disable-manylibs to disable building small libraries | ||
* Support --background on Windows | ||
* Add option --bind-interface | ||
* Add HTTP2 uploading | ||
* Support the HTML download attribute (for a and area tags) | ||
* Add option --download-attr=[strippath|usepath] to control download attribute support | ||
* OpenSSL: Add OCSP support | ||
* OpenSSL: Implement OCSP stapling | ||
* Support data: URL in srcset attribute | ||
* Fixed diverse issues | ||
* Improved code, documentation, building, testing, CI, ... | ||
|
||
30.08.2019 Release 1.99.2 (beta) | ||
* Improve docs | ||
|