Browse Source

Releasing version 3.0.4.

Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Daniel Baumann 15 years ago
parent
commit
dd0f0b5392
2 changed files with 24 additions and 2 deletions
  1. 22 0
      ChangeLog
  2. 2 2
      src/version.h

+ 22 - 0
ChangeLog

@@ -1,3 +1,25 @@
+commit 3ce6422e93f3de746be092e324253a8722917a86
+Author: Andrew Tridgell <tridge@samba.org>
+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 <prupe@nc.rr.com>
+Date:   Tue May 19 10:37:52 2009 +0200
+
+    Fixing "Too many files need repair" error during fsck.
+
+commit 89566399e407e54eb14d275770106ad42b3ac87c
+Author: Daniel Baumann <daniel@debian.org>
+Date:   Mon May 18 15:12:04 2009 +0200
+
+    Releasing upstream version 3.0.3.
+
 commit 8147c98a542b714ccab34b57c84ed842bb6b50f2
 Author: Daniel Baumann <daniel@debian.org>
 Date:   Mon May 18 15:10:55 2009 +0200

+ 2 - 2
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 */