[BACK]Return to VERSION CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfsdump

File: [Development] / xfs-cmds / xfsdump / VERSION (download)

Revision 1.56, Mon Jan 5 17:08:20 2004 UTC (13 years, 9 months ago) by alkirkco
Branch: MAIN
Changes since 1.55: +1 -1 lines

Add support to properly dump and restore the new inode flags:
immutable, append, sync, noatime and nodump.  Add all inode
flags, new and old, to the list defined in _mk_fillconfig_ea()
of cmd/xfstests/common.dump.  Test 063 can be used to verify
the proper backup and restore of these flags.  Also update man
pages to 1) remove reference to miniroot (IRIX-only), 2) document
the new XFS_XFLAG_NODUMP inode flag as the preferred method to
exclude files, and 3) better describe how the media inventory
files can be used.

The code for the inode flags was contributed by Ethan Benson,
with copyright assignment obtained by Nathan Scott.
Increment xfsdump version number to 2.2.16

#
# This file is used by configure to get version information
#
PKG_MAJOR=2
PKG_MINOR=2
PKG_REVISION=16
PKG_BUILD=1