OSDN Git Service

Bumped version to 0.9.3 and updated changeslog.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sat, 25 Sep 2010 09:45:29 +0000 (09:45 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sat, 25 Sep 2010 09:45:29 +0000 (09:45 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@168 60bc1c72-a15a-11de-b98f-4500b42dc123

ChangeLog
libexfat/version.h

index 1ee14ff..89de896 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+0.9.3 (2010-09-25)
+
+* Directories now can shrink.
+* Improved timestamps resolution from 2 sec to 1 sec.
+* Fixed timestamps displaying under Mac OS X when compiled for i386 or ppc.
+* Fixed FS size displaying for non-GNU systems.
+
 0.9.2 (2010-07-24)
 
 * Fixed a bug which could cause the whole directory to become unreadable after renaming a file in it.
index 2f5c7d8..2a0ffbd 100644 (file)
@@ -23,6 +23,6 @@
 
 #define EXFAT_VERSION_MAJOR 0
 #define EXFAT_VERSION_MINOR 9
-#define EXFAT_VERSION_PATCH 2
+#define EXFAT_VERSION_PATCH 3
 
 #endif /* ifndef VERSION_H_INCLUDED */