File: history.d

package info (click to toggle)
makebootfat 1.4-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,808 kB
  • sloc: sh: 3,118; ansic: 2,746; asm: 148; makefile: 92
file content (31 lines) | stat: -rw-r--r-- 906 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Name
	makebootfat - History For makebootfat

makebootfat Version 1.4 2005/03
	) Fixed a memory leak.

makebootfat Version 1.3 2005/02
	) Minor fixes at the documentation.

makebootfat Version 1.2 2005/02
	) Added support for syslinux 3.xx with the new
		-Y option. This removes the limitation of 1 GB
		on FAT filesystems.
	) The Linux version now suggests to switch to root if
		searching for usb devices results in "Access Denied"
		errors.
	) Added a new -Z option to force ZIP-Disk compatibility.
	) Added a minimal write cache to speedup the writing process.

makebootfat Version 1.1 2004/12
	) The mbrfat sector now prints the type and geometry of
		the drive.
	) Minor fixes at the documentation.
	) Fixed a minor problem in the Windows SetupDiGetProperty()
		function.
	) Removed the 4GB limit creating FAT32 partition in 32 bit
		Linux systems.

makebootfat Version 1.0 2004/06
	) First version.