From d45618b49e564e627e09b057a8a939af6177cccf Mon Sep 17 00:00:00 2001 From: resver Date: Thu, 9 Aug 2012 17:09:46 +0000 Subject: [PATCH] Bumped version to 0.9.8 and updated changelog. git-svn-id: http://exfat.googlecode.com/svn/trunk@292 60bc1c72-a15a-11de-b98f-4500b42dc123 --- ChangeLog | 6 ++++++ libexfat/version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d492c39..e42a095 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +0.9.8 (2012-08-09) + +* The mkfs utility can now create huge file systems (up to several exabytes). +* Fixed handling of characters beyond Basic Multilingual Plane. +* Echo messages to syslog only if stderr is not connected to a terminal. + 0.9.7 (2012-03-08) * Out-of-the-box FreeBSD support (via ublio library). diff --git a/libexfat/version.h b/libexfat/version.h index aace872..f35cb4f 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 7 +#define EXFAT_VERSION_PATCH 8 #endif /* ifndef VERSION_H_INCLUDED */ -- 2.11.0