From f878d8c907f02679a0d3e9bf8065b0c362a92d2d Mon Sep 17 00:00:00 2001 From: Tim Ruehsen Date: Sat, 2 May 2015 20:07:23 +0200 Subject: [PATCH] prepared for release --- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index eb0b3d3..e3083a1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +02.05.2015 + New release v0.1.9 + Made cross-compilable with MinGW on Linux + Fix for 'unsigned char' architectures + Add --follow-tags and --ignore-tags + Added multithreaded progress bar (--progress=bar) + Added --backups + Added --post-data and --post-file + Add port to Referer HTTP header + Fixed race condition when having a filename / directory clash + Added --crl-file option to respect CRLs + Added OCSP (stapling + responder request) + Added --ocsp and --ocsp-stapling + Added OCSP response caching + Added pkg-config support for library searching + Added wildcard support for -D/--domains and --exclude-domains + Removed --load-hsts and --save-hsts (will be automatically done) + Compilable on Solaris + Fixed lots of Coverity scan issues + Fixed several small bugs + 27.08.2014 New release v0.1.8 forgot to bump up version diff --git a/configure.ac b/configure.ac index 81f6d82..24d4ba1 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS AC_PREREQ([2.67]) -AC_INIT([mget], [0.1.8], [mget-bugs@googlegroups.com], [mget], [https://github.com/rockdaboot/mget]) +AC_INIT([mget], [0.1.9], [mget-bugs@googlegroups.com], [mget], [https://github.com/rockdaboot/mget]) AM_INIT_AUTOMAKE CFLAGS=$CFLAGS