We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa724a commit b7953e2Copy full SHA for b7953e2
2 files changed
ChangeLog
@@ -1,3 +1,11 @@
1
+1.2.1 (2015-09-24)
2
+
3
+* Fixed compatibility with Zalman VE-200: now newly created directories do not
4
+have archive bit set.
5
+* Fixed heap corruption: malformed FS can use invalid sector or cluster size.
6
+* Fixed hang on mount: malformed FS can have cyclic references in the clusters
7
+map.
8
9
1.2.0 (2015-08-26)
10
11
* Switched from SCons to autotools.
configure.ac
@@ -21,7 +21,7 @@
21
#
22
23
AC_INIT([Free exFAT implementation],
24
- [1.2.0],
+ [1.2.1],
25
[relan@users.noreply.github.com],
26
[exfat],
27
[https://github.com/relan/exfat])
0 commit comments