diff --git a/Android.bp b/Android.bp index 0ab0445a..39673a78 100644 --- a/Android.bp +++ b/Android.bp @@ -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"], diff --git a/ChangeLog b/ChangeLog index 8bff070d..9e20bf53 100644 --- a/ChangeLog +++ b/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 diff --git a/configure.ac b/configure.ac index 6c6725bc..4d144bec 100644 --- a/configure.ac +++ b/configure.ac @@ -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])