From cba3fc5061af80c98e7ce9e6dfdb0b89d53543b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 25 Nov 2016 12:17:27 +0100 Subject: [PATCH] Prepare alpha release --- NEWS | 13 ++++++++++--- configure.ac | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 2ba4d70aa..65116bc96 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,12 @@ GNU Wget2 NEWS -- history of user-visible changes. Copyright (C) 2012-2015 Tim Ruehsen -Copyright (C) 2015-2016 Free Software Foundation, Inc. +Copyright (C) 2015-2018 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU Wget2 bug reports to . -xx.03.2017 Release 1.99.0 (alpha) +11.01.2018 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 diff --git a/configure.ac b/configure.ac index 87780cd26..2a475bd11 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- GitLab