From: Nathan Scott Date: Sat, 17 Dec 2005 14:09:35 +0000 (+0000) Subject: Bump xfsprogs version number for recent changes. X-Git-Tag: v2.8.0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd2ef1b0404a8e05629e3ee377aedd05312de805;p=thirdparty%2Fxfsprogs-dev.git Bump xfsprogs version number for recent changes. Merge of master-melb:xfs-cmds:24863a by kenmcd. --- diff --git a/VERSION b/VERSION index 054cd1c57..710bb7bde 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=2 PKG_MINOR=7 -PKG_REVISION=9 +PKG_REVISION=10 PKG_BUILD=1 diff --git a/debian/changelog b/debian/changelog index 496f04476..e7dc31532 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xfsprogs (2.7.9-1) unstable; urgency=low +xfsprogs (2.7.10-1) unstable; urgency=low * New upstream release. - -- Nathan Scott Thu, 08 Dec 2005 15:09:05 +1100 + -- Nathan Scott Fri, 16 Dec 2005 21:57:05 +1100 xfsprogs (2.7.7-1) unstable; urgency=low diff --git a/doc/CHANGES b/doc/CHANGES index 655b39e7e..4ab51675f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,13 @@ +xfsprogs-2.7.10 (16 December 2005) + - Make xfs_db keep trying when root inode can't be read. + - Make xfs_db check AGF BNO and CNT btree consistency. + - Fix a rounding issue in xfs_quota time reporting, making + it more consistent with the standard quota utilities. + - Fix dopey libxfs message "Unmount and run xfs_repair.", + especially annoying when printed by xfs_repair itself. + - Fix a dir2 xfs_repair bug, misdiagnosing a valid dir as + corrupt. Thanks to Masanori Tsuda. + xfsprogs-2.7.9 (08 December 2005) - Fix thinko in libxcmd cvtnum routine - Fix EFI/EFD printing in xfs_logprint