-$Id: CHANGES,v 1.292 2008/05/05 09:25:27 stelian Exp $
+$Id: CHANGES,v 1.293 2008/06/04 19:27:47 stelian Exp $
Changes between versions 0.4b41 and 0.4b42 (released xxxxxxxxxxxxxxx)
=====================================================================
Thanks to Aaron S. Hawley <ashawley@users.sourceforge.net> for
the patch.
+10. Fix the QFA generation when extended attributes are backuped
+ along with the inodes. Prior to this fix, the entries for
+ some inodes may get corrupted (duplicated entries or incorrect
+ ones), making the QFA file unusable for repositionning in
+ restore. Many thanks to Kenneth Porter <shiva@sewingwitch.com>
+ for the bug report and the testing of the fix.
+
Changes between versions 0.4b40 and 0.4b41 (released January 2, 2006)
=====================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: tape.c,v 1.89 2005/08/20 21:00:48 stelian Exp $";
+ "$Id: tape.c,v 1.90 2008/06/04 19:27:48 stelian Exp $";
#endif /* not lint */
#include <config.h>
if ((spclptr->c_magic == NFS_MAGIC) &&
(spclptr->c_type == TS_INODE) &&
(spclptr->c_date == gThisDumpDate) &&
- !(spclptr->c_dinode.di_mode & S_IFDIR)
+ !(spclptr->c_dinode.di_mode & S_IFDIR) &&
+ !(spclptr->c_flags & DR_EXTATTRIBUTES)
) {
foundone = 1;
/* if (cntntrecs >= maxntrecs) { only write every maxntrecs amount of data */