Skip to content

Commit f878d8c

Browse files
committed
prepared for release
1 parent 129f4bc commit f878d8c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
02.05.2015
2+
New release v0.1.9
3+
Made cross-compilable with MinGW on Linux
4+
Fix for 'unsigned char' architectures
5+
Add --follow-tags and --ignore-tags
6+
Added multithreaded progress bar (--progress=bar)
7+
Added --backups
8+
Added --post-data and --post-file
9+
Add port to Referer HTTP header
10+
Fixed race condition when having a filename / directory clash
11+
Added --crl-file option to respect CRLs
12+
Added OCSP (stapling + responder request)
13+
Added --ocsp and --ocsp-stapling
14+
Added OCSP response caching
15+
Added pkg-config support for library searching
16+
Added wildcard support for -D/--domains and --exclude-domains
17+
Removed --load-hsts and --save-hsts (will be automatically done)
18+
Compilable on Solaris
19+
Fixed lots of Coverity scan issues
20+
Fixed several small bugs
21+
122
27.08.2014
223
New release v0.1.8
324
forgot to bump up version

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CFLAGS=$CFLAGS
44
LDFLAGS=$LDFLAGS
55

66
AC_PREREQ([2.67])
7-
AC_INIT([mget], [0.1.8], [mget-bugs@googlegroups.com], [mget], [https://github.com/rockdaboot/mget])
7+
AC_INIT([mget], [0.1.9], [mget-bugs@googlegroups.com], [mget], [https://github.com/rockdaboot/mget])
88
AM_INIT_AUTOMAKE
99

1010
CFLAGS=$CFLAGS

0 commit comments

Comments
 (0)