From 9b8e8f5152d7c898d03c26c155d179dffd118082 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 8 Aug 2006 15:35:49 +0000 Subject: [PATCH] Bump xfsprogs version number after recent changes. Merge of master-melb:xfs-cmds:26733a by kenmcd. --- VERSION | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 7 +++++++ 3 files changed, 14 insertions(+), 1 deletion(-) 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, -- 2.47.2