From 0d19b6418ecbd7e1807dadc79a37785c9443f431 Mon Sep 17 00:00:00 2001 From: relan Date: Sat, 3 Feb 2018 10:59:38 +0300 Subject: [PATCH] Bump version to 1.2.8 and update changelog. --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1d3e3c4..8bff070 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1.2.8 (2018-02-03) + +* Fixed new files or directories creation in the root directory: ensure there +are no 0x00 entries before valid ones; otherwise Windows can corrupt them. +* Fixed compilation on GNU/HURD platform. + 1.2.7 (2017-06-05) * Fixed handling of two last clusters: operations with files that occupy these diff --git a/configure.ac b/configure.ac index eefe099..37c538e 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # AC_INIT([Free exFAT implementation], - [1.2.7], + [1.2.8], [relan@users.noreply.github.com], [exfat], [https://github.com/relan/exfat]) -- 2.11.0