aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2015-11-09 09:14:15 +0300
committerrelan <relan@users.noreply.github.com>2015-11-09 09:14:15 +0300
commit5bf2c77b6e2e4956bb4e66f58290e16d775af4ec (patch)
treeece0d4479d9eb1ebb7b85463953edbc73b4a1958
parent3aab9cadffc002ee96a0fa290ff48412e9a62fb4 (diff)
downloadandroid_external_exfat-5bf2c77b6e2e4956bb4e66f58290e16d775af4ec.tar.gz
android_external_exfat-5bf2c77b6e2e4956bb4e66f58290e16d775af4ec.tar.bz2
android_external_exfat-5bf2c77b6e2e4956bb4e66f58290e16d775af4ec.zip
Bump version to 1.2.2 and update changelog.
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
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])