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
c87f9c44
Commit
c87f9c44
authored
Apr 30, 2018
by
Tim Rühsen
🛠
Browse files
Prepare Release 1.99.1 (alpha)
parent
71ef6934
Pipeline
#21315686
passed with stage
in 11 minutes and 19 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
NEWS
NEWS
+13
-0
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
c87f9c44
...
...
@@ -6,6 +6,19 @@ See the end for copying conditions.
Please send GNU Wget2 bug reports to <bug-wget@gnu.org>.
30.05.2018 Release 1.99.1 (alpha)
* Enhance docs
* Enhance building on many platforms
* Enhance statistics
* Add --http2-request-window=SIZE
* Add --https-enforce=TYPE
* Add --compression=TYPE
* Add --retry-connrefused
* Add more fuzzing
* Add more tests
* Add more CI testing
* Fix bugs
11.01.2018 Release 1.99.0 (alpha)
* Add HTTP/2.0
* Add IDNA 2008 / TR46
...
...
configure.ac
View file @
c87f9c44
...
...
@@ -4,7 +4,7 @@ CFLAGS=$CFLAGS
LDFLAGS=$LDFLAGS
AC_PREREQ([2.67])
AC_INIT([wget2], [1.99.
0
], [bug-wget@gnu.org], [wget2], [https://savannah.gnu.org/projects/wget])
AC_INIT([wget2], [1.99.
1
], [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