Bump version to 1.2.2 and update changelog.

This commit is contained in:
relan
2015-11-09 09:14:15 +03:00
parent 3aab9cadff
commit 5bf2c77b6e
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
1.2.2 (2015-11-09)
* Improved reliability in case of a sudden unplug: FS will be in a clean state
after closing all files and performing sync(1).
* Fixed compilation on Debian GNU/kFreeBSD and GNU/Hurd platforms.
* Updated mount.exfat-fuse man page.
1.2.1 (2015-09-24)
* Fixed compatibility with Zalman VE-200: now newly created directories do not

View File

@@ -21,7 +21,7 @@
#
AC_INIT([Free exFAT implementation],
[1.2.1],
[1.2.2],
[relan@users.noreply.github.com],
[exfat],
[https://github.com/relan/exfat])