From: Nathan Scott Date: Sat, 17 Dec 2005 14:10:20 +0000 (+0000) Subject: Bump xfsprogs version number for recent changes. X-Git-Tag: v2.8.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9dde86b8364e43085db9244e8c2fde57942536d;p=thirdparty%2Fxfsprogs-dev.git Bump xfsprogs version number for recent changes. Merge of master-melb:xfs-cmds:24864a by kenmcd. --- diff --git a/doc/CHANGES b/doc/CHANGES index 4ab51675f..db33c9f9f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,6 +1,9 @@ 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. + - Tweak a couple of libxfs headers so they can be used by + C++ programs (removes nested struct declarations, which + are used outside the scope they're declared in). - 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.",