OSDN Git Service

Bump version to 1.2.8 and update changelog.
authorrelan <relan@users.noreply.github.com>
Sat, 3 Feb 2018 07:59:38 +0000 (10:59 +0300)
committerrelan <relan@users.noreply.github.com>
Sat, 3 Feb 2018 08:01:42 +0000 (11:01 +0300)
ChangeLog
configure.ac

index 1d3e3c4..8bff070 100644 (file)
--- 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
index eefe099..37c538e 100644 (file)
@@ -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])