OSDN Git Service

Bumped version to 0.9.5 and updated changelog.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sun, 15 May 2011 10:37:42 +0000 (10:37 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sun, 15 May 2011 10:37:42 +0000 (10:37 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@226 60bc1c72-a15a-11de-b98f-4500b42dc123

ChangeLog
libexfat/version.h

index 7f01e62..24539d6 100644 (file)
--- 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.
index befa9f8..061192f 100644 (file)
@@ -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 */