Skip to content

Commit

Permalink
Bump version to 1.3.0 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
relan committed Sep 15, 2018
1 parent f9c0f1b commit 2ce337d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Android.bp
Expand Up @@ -25,7 +25,7 @@ cc_defaults {
"-Wno-error",
"-D_FILE_OFFSET_BITS=64",
"-DPACKAGE=\"exfat\"",
"-DVERSION=\"1.2.8\"",
"-DVERSION=\"1.3.0\"",
],
tags: ["optional"],
shared_libs: ["liblog"],
Expand Down
11 changes: 11 additions & 0 deletions ChangeLog
@@ -1,3 +1,14 @@
1.3.0 (2018-09-15)

* exfatfsck can now repair some errors.
* Added experimental Android support for exfat-utils [liminghao, LongPingWEI,
Pablo Mendez Hernandez, Pierre-Hugues Husson].
* Cleaned up FUSE code preparing for FUSE 3 support.
* Removed OpenBSD support as it does not handle -o option in fuse_main().
* Re-introduced FreeBSD support [Oleksii Samorukov].
* Fixed DragonFly BSD support [Tomohiro Kusumi].
* dirent->d_type in now filled on readdir() [Mark Browning].

1.2.8 (2018-02-03)

* Fixed new files or directories creation in the root directory: ensure there
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -21,7 +21,7 @@
#

AC_INIT([Free exFAT implementation],
[1.2.8],
[1.3.0],
[relan@users.noreply.github.com],
[exfat],
[https://github.com/relan/exfat])
Expand Down

0 comments on commit 2ce337d

Please sign in to comment.