-$Id: CHANGES,v 1.197 2002/11/15 09:25:25 stelian Exp $
+$Id: CHANGES,v 1.198 2002/11/15 09:49:39 stelian Exp $
Changes between versions 0.4b31 and 0.4b32 (released ?????????????)
===================================================================
to Philippe Troin <phil@fifi.org> for reporting this bug and
providing the test cases.
+7. Changed the wording when inodes are excluded from dump:
+ replaced 'Added inode 7 to exclude list' with
+ 'Excluding inode 7 (resize inode) from dump', as suggested
+ by Elliott Mitchell <ehem@m5p.com> in a Debian bug report.
+
Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
===================================================================
-$Id: THANKS,v 1.69 2002/11/15 09:25:28 stelian Exp $
+$Id: THANKS,v 1.70 2002/11/15 09:49:39 stelian Exp $
Dump and restore were written by the people of the CSRG at the University
of California, Berkeley.
Eric Maisonobe virnet@nat.fr
Andy Mentges amentges@jumpline.com
David Miller davem@caip.rutgers.edu
+Elliott Mitchell ehem@m5p.com
David Monro davidm@cs.su.oz.au
Dejan Muhamedagic dejan@quant-x.com
Lukas Nellen L.Nellen@ThPhys.Uni-Heidelberg.DE
#ifndef lint
static const char rcsid[] =
- "$Id: main.c,v 1.76 2002/10/07 19:27:36 stelian Exp $";
+ "$Id: main.c,v 1.77 2002/11/15 09:49:40 stelian Exp $";
#endif /* not lint */
#include <config.h>
exit(X_STARTUP);
}
if (reason)
- msg("Added inode %u to exclude list (%s)\n",
+ msg("Excluding inode %u (%s) from dump\n",
ino, reason);
else
- msg("Added inode %u to exclude list\n", ino);
+ msg("Excluding inode %u from dump\n", ino);
iexclude_list[iexclude_num++] = ino;
}
}