From: Nathan Scott Date: Wed, 26 Oct 2005 03:58:18 +0000 (+0000) Subject: Bump xfsprogs version number. X-Git-Tag: v2.8.0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87c2ce27580380b2b7f216b0788f9817b2ee4b7a;p=thirdparty%2Fxfsprogs-dev.git Bump xfsprogs version number. Merge of master-melb:xfs-cmds:24210a by kenmcd. --- diff --git a/VERSION b/VERSION index 69c73dd95..ab876046e 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=7 -PKG_REVISION=4 +PKG_REVISION=5 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index 694e69333..430ff2a6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (2.7.5-1) unstable; urgency=low + + * New upstream release. + + -- Nathan Scott Wed, 26 Oct 2005 11:49:59 +1000 + xfsprogs (2.7.4-1) unstable; urgency=low * New upstream release. diff --git a/doc/CHANGES b/doc/CHANGES index 24ac278ca..7264b2e80 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +xfsprogs-2.7.5 (26 October 2005) + - Fix an endian bug in xfs_db "frag" command. + - Fix some errors on the xfs_quota(8) man page. + xfsprogs-2.7.4 (08 October 2005) - Fix read and write calls in xfs_io to allow buffers larger than 4GiB on 64 bit platforms.