]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Bump xfsprogs version number for recent changes.
authorNathan Scott <nathans@sgi.com>
Sat, 17 Dec 2005 14:10:20 +0000 (14:10 +0000)
committerNathan Scott <nathans@sgi.com>
Sat, 17 Dec 2005 14:10:20 +0000 (14:10 +0000)
Merge of master-melb:xfs-cmds:24864a by kenmcd.

doc/CHANGES

index 4ab51675fa6b7e50866d0a9ec1487320c53320fa..db33c9f9f17ffd24f78a1902a1bb147295f47a06 100644 (file)
@@ -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.",