diff --git a/ChangeLog b/ChangeLog index 2ff856c..d6f99d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.ac b/configure.ac index 3186ea4..527986b 100644 --- a/configure.ac +++ b/configure.ac @@ -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])