From: Nathan Scott Date: Fri, 16 Sep 2005 15:22:05 +0000 (+0000) Subject: Update xfsprogs version to 2.7.0. X-Git-Tag: v2.7.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c9a3c41ff3d61880889d09d7a6bd81dcb807871;p=thirdparty%2Fxfsprogs-dev.git Update xfsprogs version to 2.7.0. Merge of master-melb:xfs-cmds:23842a by kenmcd. --- diff --git a/VERSION b/VERSION index 1835aa477..0f1b6b381 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=2 -PKG_MINOR=6 -PKG_REVISION=37 +PKG_MINOR=7 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index fde8003c1..ed7c53fb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xfsprogs (2.6.37-1) unstable; urgency=low +xfsprogs (2.7.0-1) unstable; urgency=low * New upstream release. - -- Nathan Scott Thu, 11 Aug 2005 13:25:07 +1000 + -- Nathan Scott Fri, 16 Sep 2005 16:29:21 +1000 xfsprogs (2.6.36-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index 69fe2bd99..90e0e06a2 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,11 @@ +xfsprogs-2.7.0 (16 Septempber 2005) + - Support for updated extended attributes format (attr2) + - Make xfs_quota tool issue a quota sync in all the needed + places, before reporting, to counter affects of delayed + allocation. + - Quota-related ID signedness issue fixes. + - Expert mode xfs_db commands to set/remove attributes. + xfsprogs-2.6.37 (11 August 2005) - Fix FreeBSD builds (getmntinfo), thanks to Craig Rodrigues.