Merge branch 'tomato-ND-usbmod-vpn' into tomato-ND-USBmod
[tomato.git] / release / src / router / mkdosfs / ANNOUNCE
blob61cbd6a633efebf77d697baa322ea4bb133fc7cd
1 Announcing the release of mkdosfs version 0.4
3 This release add support for creating FAT32 partitions.
5 Gordon Chaffee
6 chaffee@bmrc.berkeley.edu
8                             --------------
10 Announcing the release of mkdosfs version 0.3b (Yggdrasil)
12 It seems I didn't get the bug completely fixed in 0.3a.  Some
13 borderline cases would still allocate too many sectors for the FAT.
14 Again, nothing to worry about, just a nitpick -- this one would only
15 in certain cases add one sector per FAT.
17 Announcing the release of mkdosfs version 0.3a (Yggdrasil)
19 Fixed a bug which would cause too many sectors to be reserved for the
20 FAT (filesystem will still work fine, but have slightly less space
21 available).
23 Announcing the release of mkdosfs version 0.3 (Yggdrasil)
25 This version correctly handles even very large filesystems, and
26 properly supports the modern (3.3+) DOS bootsector format, including a
27 message printed on boot attempts.
29 Peter Anvin
30 Yggdrasil Computing, Inc.
31 hpa@yggdrasil.com
33                             --------------
35 Announcing the release of mkdosfs version 0.2
38 I've just uploaded mkdosfs to sunsite.unc.edu.  It works in a similar way
39 to Remy Card's mke2fs, but creates an MS-DOS file system.
41 The filename is mkdosfs-0.2.tar.gz.
43 This second release should fix a small bug that could lead to FAT sizes that
44 Linux's dosfs would accept but MS-DOS wouldn't.
46 The archive contains a manual page, binary and source versions.
49 Dave Hudson
50 dave@humbug.demon.co.uk