Skip to content

Commit

Permalink
Bump version to 1.2.1 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
relan committed Sep 24, 2015
1 parent baa724a commit b7953e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#

AC_INIT([Free exFAT implementation],
[1.2.0],
[1.2.1],
[[email protected]],
[exfat],
[https://github.com/relan/exfat])
Expand Down

0 comments on commit b7953e2

Please sign in to comment.