From: relan Date: Mon, 5 Dec 2016 10:53:19 +0000 (+0300) Subject: Bump version to 1.2.5 and update changelog. X-Git-Tag: android-x86-9.0-r1~75 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fexternal-exfat.git;a=commitdiff_plain;h=0a11f088786d24e067a9222148c14a477a523c5d Bump version to 1.2.5 and update changelog. --- 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])