aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2015-12-19 12:12:50 +0300
committerrelan <relan@users.noreply.github.com>2015-12-19 12:14:18 +0300
commit0514eff761006d4b6695e67f6f3a6ebb514766f3 (patch)
tree0a9b937c8e004034c7198e700019f97e253f99d5
parent1bacc536bb3ef013bc502937ee0d89ed32b253d7 (diff)
downloadandroid_external_exfat-0514eff761006d4b6695e67f6f3a6ebb514766f3.tar.gz
android_external_exfat-0514eff761006d4b6695e67f6f3a6ebb514766f3.tar.bz2
android_external_exfat-0514eff761006d4b6695e67f6f3a6ebb514766f3.zip
Bump version to 1.2.3 and update changelog.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d6f99d0..05cd191 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1.2.3 (2015-12-19)
+
+* Fixed clusters loss when file renaming replaces target.
+
1.2.2 (2015-11-09)
* Improved reliability in case of a sudden unplug: FS will be in a clean state
diff --git a/configure.ac b/configure.ac
index 527986b..3f15aac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
#
AC_INIT([Free exFAT implementation],
- [1.2.2],
+ [1.2.3],
[relan@users.noreply.github.com],
[exfat],
[https://github.com/relan/exfat])