Skip to content

Commit

Permalink
prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed May 2, 2015
1 parent 129f4bc commit f878d8c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CFLAGS=$CFLAGS
LDFLAGS=$LDFLAGS

AC_PREREQ([2.67])
AC_INIT([mget], [0.1.8], [[email protected]], [mget], [https://github.com/rockdaboot/mget])
AC_INIT([mget], [0.1.9], [[email protected]], [mget], [https://github.com/rockdaboot/mget])
AM_INIT_AUTOMAKE

CFLAGS=$CFLAGS
Expand Down

0 comments on commit f878d8c

Please sign in to comment.