From: Nathan Scott Date: Fri, 11 Nov 2005 14:30:02 +0000 (+0000) Subject: bump xfsprogs version for recent set of changes. X-Git-Tag: v2.8.0~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1b2d24cf883adac0f70b3dffb77c8f320713d23;p=thirdparty%2Fxfsprogs-dev.git bump xfsprogs version for recent set of changes. Merge of master-melb:xfs-cmds:24377a by kenmcd. --- diff --git a/VERSION b/VERSION index ab876046e..210c61461 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=7 -PKG_REVISION=5 +PKG_REVISION=6 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index 430ff2a6e..64cc1f5bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ -xfsprogs (2.7.5-1) unstable; urgency=low +xfsprogs (2.7.6-1) unstable; urgency=low * New upstream release. + * Add support for (optional) ATTR2 format extension (closes: #336350) + * Allow gcc -pedantic option for C++ users (closes: #249429) + * Fix segv in xfs_db frag command (closes: #338207) - -- Nathan Scott Wed, 26 Oct 2005 11:49:59 +1000 + -- Nathan Scott Mon, 31 Oct 2005 08:49:46 +1100 xfsprogs (2.7.4-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index 7264b2e80..f99de74fd 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,16 @@ +xfsprogs-2.7.6 (31 October 2005) + - Add support for the inode extent size hint for the regular + data device (previously was realtime only), and allow the + optional inheritance of this property. + - Add support for additional read/write patterns in xfs_io + (reverse and random, in addition to sequential forwards). + - Add some mkfs debugging options to aid testing inheritance + of realtime, project ID, and extsize inode attributes. + - Add mkfs option for forcing use of ATTR2, and make growfs + report its use. + - Fix use of cursor in attr_list_by_handle() libhandle code. + - Fix several compiler warnings when building on IRIX. + 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. @@ -11,7 +24,7 @@ xfsprogs-2.7.4 (08 October 2005) xfsprogs-2.7.3 (29 September 2005) - Fix xfs_repair handling of the morebits bit. - Merge back several kernel changes related to attr2. - - Extended xfs_db expert mode commands + - Extended xfs_db expert mode commands - Clean up some fsxattr uses to reduce number of syscalls, now that IRIX also supports project identifiers via this interface.