From 9f2c1ec35369b1fb76c545646ac53e511781fe16 Mon Sep 17 00:00:00 2001 From: relan Date: Sat, 14 Jan 2012 09:23:59 +0000 Subject: [PATCH] Bump version to 0.9.6 and update changelog. --- ChangeLog | 11 +++++++++++ libexfat/version.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 24539d6..2f46f63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +0.9.6 (2012-01-14) + +* Fixed write performance regression introduced in 0.9.4. +* Mount in read-only mode if the device is write-protected. +* Set ctime to mtime to ensure we don't break programs that rely on ctime +(e.g. rsync considered that all files are outdated) [Eldad Zack]. +* Indicate that FS in not clean when it was not cleanly unmounted. +* Utilities are now compatible with GNU/Hurd. +* Fixed several memory leaks that could occur on error handling paths. +* Improved handling of corrupted file systems. + 0.9.5 (2011-05-15) * Fixed erasing of the root directory cluster when creating a new FS with diff --git a/libexfat/version.h b/libexfat/version.h index 061192f..0236f88 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 5 +#define EXFAT_VERSION_PATCH 6 #endif /* ifndef VERSION_H_INCLUDED */ -- 2.11.0