Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Wget
wget2
Commits
af9703a9
Commit
af9703a9
authored
Aug 30, 2019
by
Tim Rühsen
🛠
Browse files
Release 1.99.2 (beta)
parent
ad037396
Pipeline
#79402442
passed with stages
in 11 minutes and 27 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
NEWS
NEWS
+2
-1
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
af9703a9
...
...
@@ -6,7 +6,7 @@ See the end for copying conditions.
Please send GNU Wget2 bug reports to <bug-wget@gnu.org>.
XX.XX.XXXX
Release 1.99.2
30.08.2019
Release 1.99.2
(beta)
* Improve docs
* Improve build system
* More continuous integration testing
...
...
@@ -30,6 +30,7 @@ XX.XX.XXXX Release 1.99.2
* Add support for Chromium's HSTS Preload List
* Add zstd decompression (RFC8478)
* Add WolfSSL as alternative TLS backend
* Add OpenSSL as alternative TLS backend
* Add arguments fail / nofail to --verify-sig
* Add TLSv1_x to --secure-protocol
* Add support for TCP FastOpen Linux 4.11+ style
...
...
configure.ac
View file @
af9703a9
...
...
@@ -4,7 +4,7 @@ CFLAGS=$CFLAGS
LDFLAGS=$LDFLAGS
AC_PREREQ([2.67])
AC_INIT([wget2], [1.99.
1
], [bug-wget@gnu.org], [wget2], [https://savannah.gnu.org/projects/wget])
AC_INIT([wget2], [1.99.
2
], [bug-wget@gnu.org], [wget2], [https://savannah.gnu.org/projects/wget])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment