-$Id: CHANGES,v 1.317 2010/06/11 11:29:27 stelian Exp $
+$Id: CHANGES,v 1.318 2010/12/06 14:13:59 stelian Exp $
+
+
+Changes between versions 0.4b43 and 0.4b44 (released ?????????????)
+===================================================================
+
+1. Recognize ext4 partitions in dump -w commands (Sourceforge
+ bug #3125587, RedHat bug #658890). Thanks to Jan Görig
+ <jgorig@users.sourceforge.net> for reporting the bug and
+ submitting the patch.
Changes between versions 0.4b42 and 0.4b43 (released June 11, 2010)
===================================================================
#ifndef lint
static const char rcsid[] =
- "$Id: optr.c,v 1.40 2006/03/14 11:09:51 stelian Exp $";
+ "$Id: optr.c,v 1.41 2010/12/06 14:13:59 stelian Exp $";
#endif /* not lint */
#include <config.h>
static void sendmes __P((const char *, const char *));
/* List of filesystem types that we can dump (same ext2 on-disk format) */
-static char *fstypes[] = { "ext2", "ext3", "InterMezzo", NULL };
+static char *fstypes[] = { "ext2", "ext3", "ext4", "InterMezzo", NULL };
/*
* Query the operator; This previously-fascist piece of code