From: Nathan Scott Date: Tue, 8 Aug 2006 15:35:49 +0000 (+0000) Subject: Bump xfsprogs version number after recent changes. X-Git-Tag: v2.9.0~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b8e8f5152d7c898d03c26c155d179dffd118082;p=thirdparty%2Fxfsprogs-dev.git Bump xfsprogs version number after recent changes. Merge of master-melb:xfs-cmds:26733a by kenmcd. --- diff --git a/VERSION b/VERSION index 45c9a77b0..8cd3cb48f 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=8 -PKG_REVISION=10 +PKG_REVISION=11 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index 4cd6202d8..55687cfff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (2.8.11-1) unstable; urgency=low + + * New upstream release. + + -- Nathan Scott Tue, 08 Aug 2006 17:06:58 +1000 + xfsprogs (2.8.10-1) unstable; urgency=low * New upstream release. diff --git a/doc/CHANGES b/doc/CHANGES index cbf454a33..47a8ef28d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,10 @@ +xfsprogs-2.8.11 (08 August 2006) + - xfs_repair prefetch optimisations. + - Make many tools use direct I/O on Linux if the underlying + device supports it. Mainly for speeding up xfs_repair as + libxfs does its own internal metadata buffering now. + - Fix warnings from mkfs.xfs on ramdisk devices. + xfsprogs-2.8.10 (02 August 2006) - Fix v2 directory rebuilds in phase6 of xfs_repair. - Fix buffer sizing issue for large pagesize systems,