Skip to content

Commit b7953e2

Browse files
committed
Bump version to 1.2.1 and update changelog.
1 parent baa724a commit b7953e2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
1.2.0 (2015-08-26)
210

311
* Switched from SCons to autotools.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#
2222

2323
AC_INIT([Free exFAT implementation],
24-
[1.2.0],
24+
[1.2.1],
2525
[relan@users.noreply.github.com],
2626
[exfat],
2727
[https://github.com/relan/exfat])

0 commit comments

Comments
 (0)