aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2015-09-24 08:45:32 +0300
committerrelan <relan@users.noreply.github.com>2015-09-24 08:45:32 +0300
commitb7953e251b0aec68cdd056ddafd2d4c17b338b8b (patch)
tree9d1bf9e86e7f0cc9e4fa6dd815ebaa8c4a9e4b22
parentbaa724ad0d4340504ee7d9efd293223c36ccbbe3 (diff)
downloadandroid_external_exfat-b7953e251b0aec68cdd056ddafd2d4c17b338b8b.tar.gz
android_external_exfat-b7953e251b0aec68cdd056ddafd2d4c17b338b8b.tar.bz2
android_external_exfat-b7953e251b0aec68cdd056ddafd2d4c17b338b8b.zip
Bump version to 1.2.1 and update changelog.
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a6cd01..2ff856c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1.2.1 (2015-09-24)
+
+* Fixed compatibility with Zalman VE-200: now newly created directories do not
+have archive bit set.
+* Fixed heap corruption: malformed FS can use invalid sector or cluster size.
+* Fixed hang on mount: malformed FS can have cyclic references in the clusters
+map.
+
1.2.0 (2015-08-26)
* Switched from SCons to autotools.
diff --git a/configure.ac b/configure.ac
index 597d24c..3186ea4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
#
AC_INIT([Free exFAT implementation],
- [1.2.0],
+ [1.2.1],
[relan@users.noreply.github.com],
[exfat],
[https://github.com/relan/exfat])