From 0a11f088786d24e067a9222148c14a477a523c5d Mon Sep 17 00:00:00 2001 From: relan Date: Mon, 5 Dec 2016 13:53:19 +0300 Subject: [PATCH] Bump version to 1.2.5 and update changelog. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7826825..639972e 100644 --- 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. diff --git a/configure.ac b/configure.ac index b45db3f..d9af4aa 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.11.0