From 798d2501e6d9dce0d58800380fce77a8c54c7280 Mon Sep 17 00:00:00 2001 From: relan Date: Mon, 5 Jun 2017 10:05:16 +0300 Subject: [PATCH] Bump version to 1.2.7 and update changelog. --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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]) -- 2.11.0