From: Christoph Hellwig Date: Fri, 28 Aug 2009 22:54:02 +0000 (-0300) Subject: update CHANGES X-Git-Tag: v3.0.3~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cd4cb910e2368bb2fc30b68bc01f84ab5902eac;p=thirdparty%2Fxfsprogs-dev.git update CHANGES Signed-off-by: Christoph Hellwig Reviewed-by: Felix Blyakher --- diff --git a/VERSION b/VERSION index 94c6a834f..b3a880e06 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=3 PKG_MINOR=0 -PKG_REVISION=2 +PKG_REVISION=3 PKG_BUILD=1 diff --git a/doc/CHANGES b/doc/CHANGES index 6c99d2194..13bdc8171 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,5 +1,11 @@ - - Fix xfs_io and xfs_quota when readline config enabled. +xfsprogs-3.0.3 + - Fix unaligned accesses in libxfs. + - Various small fixes to xfs_db, xfs_repair and xfs_io. - Add fallocate command to xfs_io. + - Enable readline support in xfs_io and xfs_quota. + - Allow log sizes up to 2GiB (minus 1 byte) in xfs_mkfs. + - Open the block device in xfs_repair exclusively, thanks to + Nathaniel W. Turner. xfsprogs-3.0.2 (6 May 2009) - Updates to Debian build process after recent autoconf tweaks.