Bump version to 1.8.2

...and update the changelog.
This commit is contained in:
Jakob Unterwurzacher 2015-03-29 18:50:22 +02:00
parent 12e0cd047f
commit cd952fd4dc
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Sun Mar 29 2015 Jakob Unterwurzacher <jakobunt@gmail.com>
* release version 1.8.2, tarball generated by "make dist"
* Fix "make distcheck"
Sun Mar 29 2015 Felix Janda <felix.janda@posteo.de>
* Fix "make dist"
Sun Mar 22 2015 Jakob Unterwurzacher <jakobunt@gmail.com>
* release version 1.8.1
* reverse: re-enable kernel cache (bug #60)

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([encfs], [1.8.1])
AC_INIT([encfs], [1.8.2])
AC_CONFIG_SRCDIR([encfs/encfs.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])