aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2017-06-05 10:05:16 +0300
committerrelan <relan@users.noreply.github.com>2017-06-05 10:05:16 +0300
commit798d2501e6d9dce0d58800380fce77a8c54c7280 (patch)
tree27002c3d51e2caae9b94cc7ab0c391cc368fdc89
parent2f6a54823b8069e9f02b5ece1e6b77307f808283 (diff)
downloadandroid_external_exfat-798d2501e6d9dce0d58800380fce77a8c54c7280.tar.gz
android_external_exfat-798d2501e6d9dce0d58800380fce77a8c54c7280.tar.bz2
android_external_exfat-798d2501e6d9dce0d58800380fce77a8c54c7280.zip
Bump version to 1.2.7 and update changelog.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 445cd34..1d3e3c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1.2.7 (2017-06-05)
+
+* Fixed handling of two last clusters: operations with files that occupy these
+clusters could fail.
+* Fixed crash when started with stdin, stdout or stderr closed.
+
1.2.6 (2017-01-28)
* Operations with directories (except initial listing) now make less
diff --git a/configure.ac b/configure.ac
index e7bd9da..de99fa4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
#
AC_INIT([Free exFAT implementation],
- [1.2.6],
+ [1.2.7],
[relan@users.noreply.github.com],
[exfat],
[https://github.com/relan/exfat])