X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=ChangeLog;h=e42a095e09bbf0618f103e691422683a2c60201b;hp=2f46f632665a79b31d70ffd4fc487d754df8d6fd;hb=d2ed0fdf7bb0726a26e7dabdb0903153111e1bd9;hpb=abb6f07775a8a3fcfff7585109e22484803c4323 diff --git a/ChangeLog b/ChangeLog index 2f46f63..e42a095 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +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). +* Fixed "missing EOD entry" error (could happen while reading directory that +consists of several clusters). +* Fixed interpretation of minutes field in files timestamps (minutes could be +displayed incorrectly). +* Fixed mtime seconds field initialization for newly created file (mtime could +be 1 sec less than creation time). +* SConscript now respects CC, CCFLAGS and LDFLAGS environment variables. + 0.9.6 (2012-01-14) * Fixed write performance regression introduced in 0.9.4.