OSDN Git Service

Bump version to 1.2.4 and update changelog.
authorrelan <relan@users.noreply.github.com>
Fri, 3 Jun 2016 05:28:46 +0000 (08:28 +0300)
committerrelan <relan@users.noreply.github.com>
Fri, 3 Jun 2016 05:30:35 +0000 (08:30 +0300)
ChangeLog
configure.ac

index 05cd191..7826825 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1.2.4 (2016-06-03)
+
+* Fixed wrong files names hashes when upper case table is compressed.
+* Man pages are now installed by default.
+* Commas and backslashes in device names are now escaped.
+
 1.2.3 (2015-12-19)
 
 * Fixed clusters loss when file renaming replaces target.
index 19aaeb0..b45db3f 100644 (file)
@@ -21,7 +21,7 @@
 #
 
 AC_INIT([Free exFAT implementation],
-       [1.2.3],
+       [1.2.4],
        [relan@users.noreply.github.com],
        [exfat],
        [https://github.com/relan/exfat])