From b7953e251b0aec68cdd056ddafd2d4c17b338b8b Mon Sep 17 00:00:00 2001 From: relan Date: Thu, 24 Sep 2015 08:45:32 +0300 Subject: [PATCH] Bump version to 1.2.1 and update changelog. --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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]) -- 2.11.0