From: resver Date: Sun, 15 May 2011 10:37:42 +0000 (+0000) Subject: Bumped version to 0.9.5 and updated changelog. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=83bb57bf3a84cf29b4f62cd50ee589e5ad15a44f;p=android-x86%2Fexternal-exfat.git Bumped version to 0.9.5 and updated changelog. git-svn-id: http://exfat.googlecode.com/svn/trunk@226 60bc1c72-a15a-11de-b98f-4500b42dc123 --- diff --git a/ChangeLog b/ChangeLog index 7f01e62..24539d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +0.9.5 (2011-05-15) + +* Fixed erasing of the root directory cluster when creating a new FS with +mkexfatfs. This bug could cause mkexfatfs to produce invalid FS. +* Utilities are not linked with libfuse anymore. +* Ensure that the path being opened is either a device or a regular file. + 0.9.4 (2011-03-05) * Introduced exfat-utils: dumpexfat, exfatfsck, mkexfatfs, exfatlabel. diff --git a/libexfat/version.h b/libexfat/version.h index befa9f8..061192f 100644 --- a/libexfat/version.h +++ b/libexfat/version.h @@ -23,6 +23,6 @@ #define EXFAT_VERSION_MAJOR 0 #define EXFAT_VERSION_MINOR 9 -#define EXFAT_VERSION_PATCH 4 +#define EXFAT_VERSION_PATCH 5 #endif /* ifndef VERSION_H_INCLUDED */