From: Nathan Scott Date: Mon, 20 Jun 2005 03:48:49 +0000 (+0000) Subject: Bump xfsprogs version number. X-Git-Tag: v2.7.0~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06208f54113aa1a56e18e6c78e58e6d4806417fb;p=thirdparty%2Fxfsprogs-dev.git Bump xfsprogs version number. Merge of master-melb:xfs-cmds:22904a by kenmcd. --- diff --git a/VERSION b/VERSION index 106aa2259..67985537a 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=6 -PKG_REVISION=33 +PKG_REVISION=34 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index cace49c74..ef60a414b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xfsprogs (2.6.32-1) unstable; urgency=low +xfsprogs (2.6.34-1) unstable; urgency=low * New upstream release. - -- Nathan Scott Wed, 08 Jun 2005 09:01:04 +1000 + -- Nathan Scott Mon, 20 Jun 2005 10:32:24 +1000 xfsprogs (2.6.28-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index ad336c33c..87c1054a1 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,10 @@ +xfsprogs-2.6.34 (20 June 2005) + - Switch to the fsxattr xfsctl for getting/setting project + identifiers on inodes, remove the short-lived specialised + ioctls for doing this. + - Make the "blocktrash" xfs_db command available in expert- + mode only. + xfsprogs-2.6.33 (13 June 2005) - Another libhandle fix on 64bit, Big Endian systems.