]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
update CHANGES
authorChristoph Hellwig <hch@lst.de>
Fri, 28 Aug 2009 22:54:02 +0000 (19:54 -0300)
committerChristoph Hellwig <hch@brick.lst.de>
Fri, 28 Aug 2009 22:54:02 +0000 (19:54 -0300)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Felix Blyakher <felixb@sgi.com>
VERSION
doc/CHANGES

diff --git a/VERSION b/VERSION
index 94c6a834f436dfab9ea8af437b8e995affb4bc6b..b3a880e06428f6bb55e87308555ca8cfcf232a05 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=0
-PKG_REVISION=2
+PKG_REVISION=3
 PKG_BUILD=1
index 6c99d21941bc3e6e175bb1b5aaf903e902ada799..13bdc8171cd97b99235e9e0b1111f570be351da3 100644 (file)
@@ -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.