OSDN Git Service

Bump version to 1.2.1 and update changelog.
authorrelan <relan@users.noreply.github.com>
Thu, 24 Sep 2015 05:45:32 +0000 (08:45 +0300)
committerrelan <relan@users.noreply.github.com>
Thu, 24 Sep 2015 05:45:32 +0000 (08:45 +0300)
ChangeLog
configure.ac

index 1a6cd01..2ff856c 100644 (file)
--- 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.
 1.2.0 (2015-08-26)
 
 * Switched from SCons to autotools.
index 597d24c..3186ea4 100644 (file)
@@ -21,7 +21,7 @@
 #
 
 AC_INIT([Free exFAT implementation],
 #
 
 AC_INIT([Free exFAT implementation],
-       [1.2.0],
+       [1.2.1],
        [relan@users.noreply.github.com],
        [exfat],
        [https://github.com/relan/exfat])
        [relan@users.noreply.github.com],
        [exfat],
        [https://github.com/relan/exfat])