From: Nathan Scott Date: Fri, 4 Aug 2006 13:41:16 +0000 (+0000) Subject: Bump xfsprogs version number and document changes. X-Git-Tag: v2.9.0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2602b7a6f6778c7922b91d2cd95801d17a572ce8;p=thirdparty%2Fxfsprogs-dev.git Bump xfsprogs version number and document changes. Merge of master-melb:xfs-cmds:26577a by kenmcd. --- diff --git a/VERSION b/VERSION index ad9656c28..848ad3211 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=8 -PKG_REVISION=8 +PKG_REVISION=9 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index 7345b5b30..eabca439c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xfsprogs (2.8.6-1) unstable; urgency=low +xfsprogs (2.8.9-1) unstable; urgency=low * New upstream release. - -- Nathan Scott Fri, 07 Jul 2006 09:10:23 +1000 + -- Nathan Scott Tue, 18 Jul 2006 17:59:25 +1000 xfsprogs (2.8.4-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index 808fa09fc..0fb89a412 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +xfsprogs-2.8.9 (18 July 2006) + - Fix rpm issue with install targets as uid/gid zero (we now + using symbolic names rather than the numeric versions). + xfsprogs-2.8.8 (14 July 2006) - Fix issues with makedepend on libtool libraries.