From 5bf2c77b6e2e4956bb4e66f58290e16d775af4ec Mon Sep 17 00:00:00 2001 From: relan Date: Mon, 9 Nov 2015 09:14:15 +0300 Subject: [PATCH] Bump version to 1.2.2 and update changelog. --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2ff856c2..d6f99d03 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 3186ea49..527986b9 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])