diff --git a/ChangeLog b/ChangeLog index e3d1999..f31d5b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +commit 3ce6422e93f3de746be092e324253a8722917a86 +Author: Andrew Tridgell +Date: Tue Jul 21 07:59:22 2009 +0200 + + Modify dosfstools to support the dummy 8.3 short filename values + used by Linux systems with the VFAT_FS_DUALNAMES option disabled. + + See http://lkml.org/lkml/2009/6/26/313 and + http://lkml.org/lkml/2009/6/26/314 for more information. + +commit 94f8769aeddf0d0d3f0be54361514a464907a4a1 +Author: Paul Rupe +Date: Tue May 19 10:37:52 2009 +0200 + + Fixing "Too many files need repair" error during fsck. + +commit 89566399e407e54eb14d275770106ad42b3ac87c +Author: Daniel Baumann +Date: Mon May 18 15:12:04 2009 +0200 + + Releasing upstream version 3.0.3. + commit 8147c98a542b714ccab34b57c84ed842bb6b50f2 Author: Daniel Baumann Date: Mon May 18 15:10:55 2009 +0200 diff --git a/src/version.h b/src/version.h index d7a2d6e..ab18c19 100644 --- a/src/version.h +++ b/src/version.h @@ -22,7 +22,7 @@ #ifndef _version_h #define _version_h -#define VERSION "3.0.3" -#define VERSION_DATE "18 May 2009" +#define VERSION "3.0.4" +#define VERSION_DATE "21 Jul 2009" #endif /* _version_h */