OSDN Git Service

Bump version to 1.2.5 and update changelog.
authorrelan <relan@users.noreply.github.com>
Mon, 5 Dec 2016 10:53:19 +0000 (13:53 +0300)
committerrelan <relan@users.noreply.github.com>
Mon, 5 Dec 2016 18:44:13 +0000 (21:44 +0300)
ChangeLog
configure.ac

index 7826825..639972e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1.2.5 (2016-12-05)
+* Added an option for dumpexfat to show file fragments [Daniel Drake].
+* Fixed crash when directory starts with an invalid cluster.
+* Daylight saving time in now properly reflected in file timestamps.
+
 1.2.4 (2016-06-03)
 
 * Fixed wrong files names hashes when upper case table is compressed.
index b45db3f..d9af4aa 100644 (file)
@@ -21,7 +21,7 @@
 #
 
 AC_INIT([Free exFAT implementation],
-       [1.2.4],
+       [1.2.5],
        [relan@users.noreply.github.com],
        [exfat],
        [https://github.com/relan/exfat])