Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
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
cba3fc50
Commit
cba3fc50
authored
Nov 25, 2016
by
Tim Rühsen
🛠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare alpha release
parent
3da16286
Pipeline
#16045787
passed with stage
in 13 minutes and 41 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
NEWS
NEWS
+10
-3
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
cba3fc50
GNU Wget2 NEWS -- history of user-visible changes.
Copyright (C) 2012-2015 Tim Ruehsen
Copyright (C) 2015-201
6
Free Software Foundation, Inc.
Copyright (C) 2015-201
8
Free Software Foundation, Inc.
See the end for copying conditions.
Please send GNU Wget2 bug reports to <bug-wget@gnu.org>.
xx
.0
3
.201
7
Release 1.99.0 (alpha)
11
.0
1
.201
8
Release 1.99.0 (alpha)
* Add HTTP/2.0
* Add IDNA 2008 / TR46
* Add Travis-CI .yml file for Linux and MacOS
...
...
@@ -21,7 +21,14 @@ xx.03.2017 Release 1.99.0 (alpha)
* Add 'make check-coverage' for viewing test code coverage
* Add Public Key Pinning (HPKP)
* Add brotli (br) compression method
* Add mime type filtering
* Add GPG signature checking
* Add fuzzing
* Add plugins
* Add statistic functions
* Use libmicrohttpd (MHD) for testing
*** Previous Mget releases ***
02.05.2015
New release v0.1.9
Made cross-compilable with MinGW on Linux
...
...
configure.ac
View file @
cba3fc50
...
...
@@ -4,7 +4,7 @@ CFLAGS=$CFLAGS
LDFLAGS=$LDFLAGS
AC_PREREQ([2.67])
AC_INIT([wget2], [1.
0
.0], [bug-wget@gnu.org], [wget2], [https://savannah.gnu.org/projects/wget])
AC_INIT([wget2], [1.
99
.0], [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