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

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

Revision 1.18, Tue Jul 24 06:55:40 2001 UTC (16 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.17: +7 -0 lines

merge in several missing fixes from IRIX.

xfsdump-1.1.2 (24 July 2001)
	- merge in phase 3 changes from review and further testing
	- merge in code to specify maximum file size for xfsdump (-z)
	- merge in code to specify media file size for xfsdump (-d)
	- merge in code to request single media file for xfsdump (-S)
	- merge a couple of minor bug fixes from IRIX

xfsdump-1.1.1 (23 July 2001)
	- look for libtool archives in /usr/lib, not /lib

xfsdump-1.1.0 (18 July 2001)
	- rework package to use libtool
	- merge fsr bug fixes from IRIX
	- merge xfsdump phase 3 performance fixup from IRIX
	- enable use of (shared) libhandle.so and libattr.so
	- re-enable use of libdm.so for DMAPI support
	- remove some more unused "common" files
	- man page updates for xfsdump and xfsrestore
	- moved certain binaries from /usr/sbin into /sbin to
	  be available for recovery when only root is mounted

xfsdump-1.0.12 (13 July 2001)
	- Fix mistake introduced in 1.0.10 whereby xfsdump/xfsrestore 
          to remote tape drives will cause rmt debug messages to be
          written to the remote machine in:
	      /server.XXX (where XXX = pid). 
	  These files will no longer be created via xfsdump/xfsrestore.
          The fix is in librmt - it should have only written out 
          warning messages and not debug messages.
          If the debug environment variable is turned on for librmt then
          the debug file will go to /tmp/librmt_debug.XXX.

xfsdump-1.0.11 (12 July 2001)
	- correctly restore block and character device major numbers

xfsdump-1.0.10 (5 July 2001)
	- produce librmt warning messages from xfsdump/xfsrestore
          without needing to set an environment variable 

xfsdump-1.0.9 (15 May 2001)
	- correctly [xfs]restore the suid and guid mode bits
 
xfsdump-1.0.8 (12 May 2001)
	- added build dependency for Debian on latest devel package

xfsdump-1.0.7 (07 May 2001)
	- fix warnings, remove last -Wall filter
	- configure script default man path now /usr/share/man
	- support realtime files in dump/restore
	- cleanup arch-specific code, esp. the byteswab routines
	- as a result, move to -O1 as default for extern inlines
	- fix bug dumping to remote tape device with given user

xfsdump-1.0.6 (01 May 2001)
	- remove spurious warnings when dumping quota information

xfsdump-1.0.5 (09 April 2001)
	- fix use of an uninitialised variable in dump
	- fix a number of compiler warnings

xfsdump-1.0.4 (03 April 2001)
	- added xfsdump support for dumping quota information

xfsdump-1.0.3 (28 March 2001)
	- minor rpm spec file changes
	- added xfsdq and xfsrq for dumping quota information

xfsdump-1.0.2 (10 January 2001)
        - support extended attributes in xfsdump and xfsrestore

xfsdump-1.0.1 (30 January 2001)
        - minor rpm and deb packaging work

xfsdump-1.0.0 (15 January 2001)
	- dump, restore, fsr and co. abstracted from xfs-cmds package
        - completed Debian packaging
        - late beta code