Add syslinux.changes abd manifest
[external/syslinux.git] / NEWS
1 Starting with 1.47, changes marked with SYSLINUX, PXELINUX, ISOLINUX
2 or EXTLINUX apply to that specific program only; other changes apply
3 to all derivatives.
4
5 Changes in 4.05:
6         * HDT updated, and now supports uploading data to a TFTP
7           server.
8         * ISOLINUX: remove the .img file support; it has been broken
9           on virtually all systems since the beginning, and has been
10           totally broken since 4.00 at least.  Use MEMDISK instead.
11         * chain.c32: Support chaining ReactOS' FreeLdr (Shao Miller)
12         * isohybrid: -m option to add support for Mac EFI booting.
13         * ifmemdsk.c32: Choose boot option based on presence of
14           MEMDISK.
15         * Remove bogus distributed mk-lba-img binary.
16         * The Syslinux project has a new, cool logo by Abi
17           "ixxvil" Rasheed (doc/logo/*).
18
19 Changes in 4.04:
20         * PXELINUX: Fix handling of unqualified DNS names.
21         * PXELINUX: Fix timer bug when PXELINUX might be unloaded
22           (Gene Cumm).
23         * core/writedec.inc: Fix duplicate declaration and overflow
24           (Gene Cumm).
25         * GCC 4.5 fixes.
26         * sample directory: Fix Makefile include (Gene Cumm).
27         * ver.com: New universal DOS/COMBOOT application to display
28           version information (includes DRMK) (Gene Cumm).
29         * rosh.c32: updated; Using getopt() for internal commands to aid
30           parsing options; Fix bugs in ls; add warm reboot and echo
31           (Gene Cumm).
32         * com32: fix a file descriptor leak.
33         * gfxboot.c32: handle TEXT..ENDTEXT; error out on no LABELs
34           found (Sebastian Herbszt).
35         * Fix booting on non-partitioned devices.
36         * MBR, isohybrid: Workaround for a BIOS issue on Acer
37           Travelmate and possibly other machines.
38         * COM32: Adding ACPI parsing libary
39         * HDT: Release 0.4.1 to support ACPI parsing, 
40           improved mutli-core/cpu reporting 
41         * LUA: Updating to 5.1.4-2
42         * SYSLINUX: core/diskstart.inc: Reset DS after checksum in case
43           it isn't 0 (Gene Cumm).
44         * win64: Script update for additional mingw compiler names
45           (Gene Cumm).
46         * diag: New directory for diagnostic-related tools.  Add a
47           handoff MBR/VBR and geometry display images (Gene Cumm).
48         * MEMDISK: use "mem=" parameter to mark available memory above
49           this point as reserved (core already does alignment) (Gene Cumm).
50         * MEMDISK: Additional disk probe checks and debug output
51           (Shao Miller, Gene Cumm).
52         * gpxe: add gpxelinuxk.0, based off of undionly.kpxe + new
53           script (Gene Cumm).
54         * isohybrid: install the isohdpfx*.bin/isohdppx*.bin files to
55           make isohybrid images in one step with GNU xorriso.
56         * PXELINUX: disable a hack that would make localboot work on
57           some machines, but break just about as many.  Some machines
58           which worked with "localboot 0" in previous versions may
59           need "localboot -1" in this one.  If you have a machine
60           which requires "localboot -1", a copy of the dmidecode
61           or sysdump output would be appreciated.
62         * Include a set of diagnostics by Gene Cumm.
63         * Fixes for gcc 4.6 and binutils 2.21.51.
64         * chain.c32: Allow "uuid" as a synonym to "guid".
65         * Handle directory names starting with .. for vfat and
66           iso9660.
67         * New MENU HIDDENKEY command to provide a one-keystroke way to
68           activate a boot option from a hidden menu intro screen.
69
70 Changes in 4.03:
71         * Don't hang if no configuration file is found.
72         * Better support for booting from MBRs which don't pass
73           handover information.
74         * EXTLINUX: Try to be smarter about finding the partition
75           offset.
76         * chain.c32: support chainloading Dell Real Mode Kernel (Gene
77           Cumm).
78         * chain.c32: fix booting in CHS mode.
79         * rosh.c32 updated (Gene Cumm).
80         * Fix the -s option to the syslinux/extlinux installer (Arwin
81           Vosselman).
82         * isohybrid: fix padding of large images (PJ Pandit).
83
84 Changes in 4.02:
85         * SYSLINUX: correctly handle the case where the -d option is
86           specified with a non-absolute path, i.e. "syslinux -d
87           syslinux" instead of "syslinux -d /syslinux".
88         * ISOLINUX: recognize the directory names /boot/syslinux and
89           /syslinux, and the filename syslinux.cfg in addition to the
90           isolinux-specific names.  Thus, "syslinux.cfg" is now a
91           generic name, whereas "isolinux.cfg" or "extlinux.conf" is
92           specific to different derivative.
93         * chain.c32: support setting alternate config filename for
94           stage2 of GRUB Legacy (Gert Hulselmans).
95         * whichsys.c32: execute specific command, based on Syslinux
96           bootloader variant (Gert Hulselmans).
97         * lua.c32: a lot of new bindings added to the "syslinux"
98           namespace: VESA, PCI, DMI, kernel loading (Marcel Ritter).
99         * btrfs: print a comprehensive error message if compressed or
100           encrypted files are encountered (neither is currently
101           supported.)
102         * SYSLINUX: mtools installer: honor TMPDIR, error out on disk
103           full.
104         * Handle fallbacks from EDD to CHS, to deal with systems which
105           announce EDD support but don't actually have it.
106         * SYSLINUX: the mtools, DOS and win32 installers now use the new
107           command line options.
108         * PXELINUX: fix the use of IP addresses in TFTP :: or tftp://
109           host syntax.
110         * SYSLINUX: experimental Win64 installer (syslinux64.exe).
111
112 Changes in 4.01:
113         * ISOLINUX: fix initialization on systems which don't zero
114           low memory.
115         * SYSLINUX/EXTLINUX: fix handing of disk read retries in
116           EDD mode.
117         * ISOLINUX: change the initialization sequence to avoid
118           problems with certain (old) BIOSes.  Special thanks to
119           Helmut Hullen for invaluable debugging support.
120         * ifplop.c32: new module which detects if the PLoP Boot Loader
121           already has booted a CDROM or USB drive (Gert Hulselmans).
122         * Correct a severe memory overwrite bug, triggered primarily
123           when selecting a very long command line in the menu system.
124         * lua.c32: Lua script interpreter, currently experimental
125           (Alexey Zaytsev, Marcel Ritter, Geert Stappers).
126         * PXELINUX: new option IPAPPEND 4 to append the system UUID to
127           the kernel command line.
128         * PXELINUX: display BOOTIF and SYSUUID at startup time, and
129           when Ctrl-N is pressed on the command line.
130
131 Changes in 4.00:
132         * Major code base changes; all filesystem rewritten in C.
133           This work was done primarily by Liu Aleaxander (Yuanhan Liu).
134         * EXTLINUX: btrfs and ext4 support.  btrfs support was done by
135           Alek Du of Intel.
136         * EXTLINUX is no longer a separate derivative; extlinux and
137           syslinux both install the same loader (ldlinux.sys); for the
138           Linux-based installers the extlinux binary is used for a
139           mounted filesystem; the syslinux binary for an unmounted
140           filesystem.
141         * When loading a new configuration file with the CONFIG
142           command, one can now also specify a new current directory
143           with an APPEND statement.
144         * Full ADV support for Syslinux, to boot-once and MENU SAVE
145           works.
146         * Full support of GPT-partitioned disks, including disks
147           and/or parititions larger than 2 TiB (if supported by BIOS.)
148         * The GPT handover protocol adjusted to the current T13
149           committee draft; see doc/gpt.txt.
150         * HDT: code cleanup, small bugfixes
151         * The "linux" syslinux installer (syslinux-nomtools) now has a
152           command-line syntax closer to the extlinux installer.  The
153           mtools, dos and win32 installers will get this new syntax
154           eventually, but it is not implemented yet.
155         * chain.c32: support booting GPT partitions by index, GUID, label.
156         * chain.c32: support booting the Syslinux partition with "fs".
157         * chain.c32: implement gpt.txt hand-over protocol.
158         * chain.c32: support for chainloading Grub stage 2.
159         * PXELINUX: TFTP URL syntax (tftp://) supported even when not
160           running gPXE/gpxelinux.
161         * New ls.c32 module to display the contents of the disk from
162           the command line, and pwd.c32 to display the current
163           directory.
164         * rosh.c32 (read only shell) updated and hopefully usable.
165         * PXELINUX: Support "localboot -1", just like the other
166           derivatives.
167         * gfxboot.com removed in favor of gfxboot.c32.
168         * New MENU HELP statement to display fullscreen help text as a
169           result of a menu selection.
170         * memdiskfind utility that can be used with the phram driver
171           in the Linux kernel to mount a memdisk.
172         * ifcpu.c32: Adding usage when no parameters are given, 
173           adding PAE support.
174         * ifcpu.c32, ifcpu64.c32: handle more than one argument per
175           target.
176         * isohybrid: C version which does not require Perl.
177         * New command MENU IMMEDIATE to permit hotkeys to activate
178           immediately without needing Enter.
179         * mdiskchk.com supports a --no-sequential (or -n) option to
180           suppress the classic all-drive-probing heuristic.  Useful
181           on BIOSes who crash/hang when certain drive numbers are
182           probed.
183         * ElTorito.Sys DOS driver now scans drive numbers upwards
184           instead of downwards, in order to avoid a fairly common
185           bug on some BIOSes where probing drive 0xFF causes a
186           failure.
187         * NASM 2.03 or later required to build.  2.07 or later
188           recommended.
189
190 Changes in 3.86:
191         * chain.c32: fix chainloading the MBR of a hard disk (broken
192           in 3.85).
193         * mboot.c32: report the boot loader name in the information
194           structure.
195         * com32: set argv[0] in a com32 module.
196         * core: add a workaround for a bug in Xen HVM older than
197           version 3.3: disable halt on those platforms.
198         * Fix problems where certain operations in com32 modules would
199           cause the core to believe the system was idle.
200         * MEMDISK: fix MBR detection when used with a DOSEMU header or
201           an offset.
202         * MEMDISK: generate the mBFT checksum correctly.
203
204 Changes in 3.85:
205         * gPXELINUX: updated to gPXE 1.0.0.  gPXELINUX can now do NBP
206           chainloading, and does not require a second DHCP.
207         * vesamenu.c32: unbreak the default "grey hole" background.
208         * We no longer have a built-in default of "linux auto".
209           Instead, if no DEFAULT or UI statement is found, or the
210           configuration file is missing entirely, we drop to the boot:
211           prompt with an error message (if NOESCAPE is set, we stop
212           with a "boot failed" message; this is also the case for
213           PXELINUX if the configuration file is not found.)
214         * chain.c32: support chainloading Grub4DOS; patch by Gert
215           Hulselmans.
216         * New tool: sysdump.c32, can be used to produce system
217           information for debugging via tftp or ymodem (serial port).
218         * "vga=current" on the Linux command line is now supported.
219         * chain.c32: support for Windows Recovery Console, via the
220           "cmldr=" option.
221         * chain.c32: should now support loading NTLDR from different
222           type media than loaded from.
223         * chain.c32: support chainloading to a FAT/NTFS partition with
224           invalid "hidden sectors" via the "sethidden" option.
225         * memdisk: fix the mBFT ACPI table.
226         * vesamenu.c32: if the image is smaller than the screen, tile
227           it across the whole screen.
228         * mkdiskimage: -s option for producing a sparse image.
229         * vesamenu.c32: support arbitrary resolution setting (beyond
230           BIOS support) on some Intel-based video chipsets.  This code
231           is a modified version of the "915resolution" tool by
232           Steve Tomljenovic; your mileage might vary.
233           
234 Changes in 3.84:
235         * SYSLINUX: make the DOS installer work for MS-DOS 7.x/8.x
236           (Win9x/ME) again.
237         * HDT: updated to version 0.3.6 (numerous changes.)
238         * mboot.c32: now supports video mode setting if requested by
239           the image.
240         * MEMDISK: Fix floppy images of PC-DOS.
241         * MEMDISK: Add support for emulation of CD-ROM images; patch
242           by Shao Miller.
243         * MEMDISK: Comply with the Win9x "safe hook" standard,
244           allowing a protected-mode driver.
245         * MEMDISK: New "mBFT" ACPI table, by analogy with the iSCSI
246           iBFT table.  This allows detection from a protected-mode
247           operating system without EDD support.
248         * 32-bit version of the gfxboot loader (gfxboot.c32), so far
249           experimental.  This will replace gfxboot.com in the future.
250         * vesamenu.c32: new MENU RESOLUTION directive to set a screen
251           resolution other than 640x480.
252         * chain.c32: add support for loading isolinux.bin.
253         * chain.c32: make sure to always return to text mode.
254         * eltorito.sys: DOS driver for generic CD-ROMs; by Gary Tong
255           and Bart Lagerweij.
256
257 Changes in 3.83:
258         * PXELINUX: clear memory before handing over to a chainloaded
259           NBP.  This may help avoid a bug in Windows RIS.
260         * PXELINUX: fix localboot after NBP chainloading on certain
261           BIOSes (including ASUS A8N-E, but possibly others.)
262         * chain.c32: support chainloaded bootloaders on ISOLINUX.
263         * PXELINUX: allow filenames up to 251 characters.
264         * MEMDISK: fix problems booting from USB on Thinkpads, and
265           possibly other machines or hardware combinations.
266         * isohybrid: fix the -id option.
267         * HDT: updated to version 0.3.4.
268         * MEMDISK: the stack size is now configurable, with the stack=
269           option.
270         * Simple menu: fix Ctrl-W (word erase) in command-line edit.
271         * Simple menu: fix crash on some platforms.
272         * Gfxboot: fixes to the configuration file parsing.
273         * PXELINUX: add a tool to override specific DHCP options via
274           values hardcoded in the pxelinux.0 file.  These hardcoded
275           values can be either "before DHCP" (defaults if DHCP do not
276           provide values), or "after DHCP" (overrides DHCP).  The tool
277           pxelinux-options can be used to set these options.  This
278           feature does not apply to gpxelinux.0; when used with gPXE
279           this is better handled by modifying the embedded script.
280
281 Changes in 3.82:
282         * isohybrid: fix the -partok logic for loading from a partition.
283         * ISOLINUX: deal with systems which return from INT 13h with
284           interrupts disabled.
285         * Do not invoke the idle handler during large file loads.
286         * Simple menu: make ONTIMEOUT work with MENU HIDDEN.
287         * PXELINUX: handle TFTP servers which have extra NULs at the
288           end of an OACK packet.
289
290 Changes in 3.81:
291         * Shuffler: fix bug in real-mode entry.  This affected a
292           number of modules, probably in relatively unimportant ways,
293           but it completely broke linux.c32.
294         * Improved performance.
295         * Attempt to halt the processor while idle.  This can cause
296           bad reponsiveness when using a serial console especially for
297           automated input; if that ends up being a problem, use the
298           new "NOHALT 1" configuration command.
299         * linux.c32 now suppresses all messages if the "quiet" flag is
300           specified.
301         * isohybrid: add a variety of options, and a help message.
302         * ISOLINUX: fix booting in hybrid mode when CBIOS is used.
303           This unfortunately means that the isohybrid handoff protocol
304           has changed, so the isohybrid utility must version-match
305           isolinux.bin.
306         * Drop support for ACPI 3 extended memory flags.
307         * Menu system: don't set the autocr flag on the serial
308           console.
309         * altmbr: fix handling of logical partitions.
310         * altmbr: cap at 439 bytes so the partition select byte isn't
311           part of the file.
312
313 Changes in 3.80:
314         * New shuffler mechanism and API.
315         * Rewritten mboot.c32 module.
316         * The syslinux_boot_linux() function has been simplified.
317         * Don't hang trying to boot a "menu quit" label from the CLI.
318         * Fix problem with boot-once "sticking" on some BIOSes.
319         * isohybrid: fix problem with images over 2 GB in size.
320         * APM poweroff module (poweroff.com) by Sebastian Herbszt.
321         * ISOLINUX: fix the handling of large directories.  Bug found
322           and fixed by Steffen Winterfeldt.
323
324 Changes in 3.75:
325         * PXELINUX: fix the "keeppxe" option, which was broken in
326           3.74.
327         * MEMDISK: correct the extraction of geometry information from
328           the MBR of a hard disk image, again broken in 3.74.
329         * extlinux(1) man page from Brian Pellin.
330         * Simple menu: MENU SAVE is now controllable on a menu-by-menu
331           or entry-by-entry basis.
332         * gPXELINUX: fix interrupt-disabling bug.
333         * HDT: fix lockup on machines with certain PCI configurations.
334
335 Changes in 3.74:
336         * New UI directive, which allows a more natural way to specify
337           a menu system (or not.)  With the UI directive specifying
338           the menu system, the DEFAULT directive can be used to select
339           the default entry inside the menus.
340         * kbdmap.c32: new module to load a new keyboard map
341           dynamically.
342         * isohybrid: workaround bug in some versions of binutils.
343         * Fix issue with the placement of the initrd on some machines.
344         * ifcpu64: fix handling of less than three arguments.
345         * Fix bug in the shuffle library when dealing with a very
346           large number of fragments.
347         * Documentation fixes by Vicente Jimenez Aguilar.
348         * gPXE updated to version 0.9.7.
349         * hdt.c32: Hardware Detection Tool, an interactive hardware
350           analyzer module by Erwan Velu.
351         * MEMDISK: enable automatic determination of the disk geometry
352           for a large floppy disk image if (and only if) it is
353           formatted with a FAT filesystem.
354         * SYSLINUX: fix the handling of .bss files on FAT12/16.
355         * Suppress the Loading ... message if "quiet" is specified on
356           the kernel command line.
357         * Fix the use of "CONSOLE 0" with menu.c32.
358         * Allow COM32 modules to be aware of all memory even in the
359           presence of a memory hole.  The "linux.c32" module can be
360           used to load a kernel (or memdisk) plus large initrd on
361           such a system.
362         * MBR: produce alternate MBR variants which force the drive
363           number to hd0 (_f variants), or force the drive number to
364           hd0 if the Ctrl key is pressed (_c variants.)  Furthermore,
365           add an MBR variant (altmbr*.bin) which ignores the active
366           flag and instead boots the partition number specified in the
367           byte at offset 439 decimal.
368         * Add IPAPPEND strings to com32 modules, especially needed for
369           linux.c32.
370         * New MENU SAVE directive which saves the latest menu
371           selection until the next boot.  Currently only implemented for
372           EXTLINUX.
373         * gfxboot.com: *experimental* interface module to Steffen
374           Winterfeldt's "gfxboot" graphical front end
375           (http://gfxboot.sourceforge.net/).  Module by Sebastian Herbszt.
376
377 Changes in 3.73:
378         * Upgrade gPXE to release version 0.9.5.
379         * Fix a number of build errors on various platforms.
380         * Handle systems with E820 "extended attributes" per ACPI 3.
381           Someone "cleverly" decided to change the E820 spec in a
382           backwards-incompatible manner!
383         * MEMDISK: default to "safeint".
384         * Adopt the moniker "The Syslinux Project", standard proper
385           noun capitalization, to refer to the project as a whole.
386           Thus, reserve the all-caps "SYSLINUX" to refer to the FAT
387           loader.
388         * mboot.c32: add "-solaris" option to pass DHCP information to
389           the Solaris kernel; required for automatic Solaris boot
390           without using Solaris' pxeboot program.
391         * config.c32: trivial COM32 module to restart Syslinux with
392           another configuration file from the command line (equivalent
393           to the CONFIG command in the configuratin file.)
394
395 Changes in 3.72:
396         * Include the pxechain.com module from Jeffery Hutzelman at
397           Carnegie Mellon University.  This allows chaining another
398           PXE boot program while changing the DHCP packet passed to
399           it.
400         * Reorganize the Makefile system.
401         * Major PCI core cleanups and other source cleanup.
402         * gPXE code updated.
403         * Try to avoid memory-snooping attacks on passwords.  Note
404           that if someone has root on the box, they generally don't
405           need to compromise the boot loader...
406         * ISOLINUX: fix crash when given a zero-length file.
407         * sdi.c32: support gzipped SDI images.
408         * ISOLINUX: support generating images which can be either
409           a CD-ROM or a hard disk (USB disk, etc.)  See
410           doc/isolinux.txt for more information.
411         * Remote gdb support for COM32 modules; patch from Stefan
412           Hajnoczi.
413         * Support beeps in F-key help in the simple menu system.
414         * Tab display of labels, based on a patch from Sebastian
415           Herbszt.  Can be disabled with the NOCOMPLETE configuration
416           command.
417         * "menu default" can now be specified after "menu begin", to
418           indicate that a specific submenu should be the default entry.
419
420 Changes in 3.71:
421         * Workaround for a VESA BIOS which tries to make DOS system
422           calls(!!)
423         * Simple menu: fix navigation around disabled entries
424           (or at least try to...)
425         * EXTLINUX: proper error message when confused about mount
426           point.
427         * MEMDISK: be smarter about incompletely disabled floppies in
428           the BIOS and about being the only floppy.
429         * Optionally allow initrd to be specified on a separate line
430           rather than as part of the "append" line.  This is not
431           recommended, but apparently makes life easier for some
432           tools.
433         * SYSLINUX: if no config file is present, set the current
434           directory to the root directory (Sebastian Herbszt).
435         * chain.c32: option "hide" to support hiding and unhiding of
436           primary partitions on the boot drive with DOS, Win, or OS/2
437           partition types (01, 04, 06, 07, 0b, 0c, 0e).
438         * Unbreak the KBDMAP command (broken in 3.70).
439         * EXTLINUX: fix the handling of the ADV when using CBIOS.
440         * ifcpu64.c32: simple COM32 module to select a 32- or 64-bit
441           kernel (and optionally 32-bit kernels with or without PAE.)
442           Eventually we want a scripting language for this
443           kind of stuff; a Lua module is under development.
444         * Fix parsing of the SERIAL command without a baud rate
445           specified.
446         * chain.c32: error out when try to boot an unbootable
447           partition.
448         * SYSLINUX: when building the Win32 installer, search for
449           MinGW under a large number of possible names.
450
451 Changes in 3.70:
452         * PXELINUX: Support enhanced capabilities when running on top
453           of gPXE (http://www.etherboot.org/).  In particular, support
454           URL-style syntax for filenames, and any protocol that gPXE
455           supports (except, currently, iSCSI and AoE.)  This feature
456           is currently highly experimental.
457         * Substantial infrastructure changes to support files whose
458           length aren't known at open time (typically network
459           connections.)  Please note that the semantics of some of the
460           comboot APIs have changed slightly; please see doc/comboot.txt.
461         * PXELINUX: We no longer require a TFTP server which supports
462           the tsize option for all transfers.
463         * PXELINUX: Integrate with the gPXE source base; unified image
464           now included as "gpxelinux.0".
465         * The source tree has been restructured; files that were
466           previously in the root have moved into the core, dos, gpxe,
467           and utils directories.
468         * "make install", "make netinstall", and "make extbootinstall"
469           have been updated massively.  "make install-all" now installs
470           all three.
471         * Change default dir for auxiliary files from
472           /usr/lib/syslinux to /usr/share/syslinux.
473         * SYSLINUX: VFAT long filename support.
474         * MEMDISK: Any image less than 4096K (4 MB) is treated as a
475           floppy disk.  The geometry-guessing code will recognize all
476           common extended formats, but it is still possible some very
477           exotic formats need geometry specification.  Large floppies
478           and very small harddisks still need explicit specification.
479         * chain.c32: option "swap" to support swapping of BIOS drive
480           numbers.  This is necessary to boot certain operating systems
481           (DOS, Windows) from a secondary drive.
482         * chain.c32: option "file=" to support loading a boot file from
483           the SYSLINUX filesystem instead of loading the boot sector
484           from the drive.
485         * chain.c32: option "seg=" to control the load location.
486         * chain.c32: option "ntldr=" as a shorthand for "seg=0x2000
487           file="; use this to load one of WinNT's loaders:
488
489           chain.c32 hd0 1 ntldr=/MiniNT/setupldr.bin
490
491           Note that the file needs to be in the SYSLINUX filesystem.
492         * chain.32: options "freedos=" and "msdos="/"pcdos=" as
493           shorthands for "seg=0x60 file=" and "seg=0x70 file="
494           respectively; use this to load FreeDOS's kernel.sys, MS-DOS's
495           io.sys or PC-DOS's ibmbio.sys.
496         * Change to the A20 algorithm which *MIGHT* help systems that
497           have systems which freeze when Syslinux is used with USB
498           keyboards.  Note that this has been hard do verify, so I
499           would greatly appreciate feedback on it.
500         * Complex menu system: unbreak menus which has unnamed
501           submenus, like complex.c.
502         * Fix newline on the serial port for some com32 modules.
503         * chain.c32: support "boot" as the drive specification,
504           indicating the drive from which it was booted
505           (for syslinux/extlinux).
506         * SYSLINUX/EXTLINUX: support "localboot" with the same feature
507           set as ISOLINUX.
508         * Add an experimental MBR for GPT partition tables.
509         * Use $(CC) when determining compile flags.
510         * chain.c32: fix booting from logical partitions (Sergey
511           Vlasov.)
512
513 Changes in 3.63:
514         * Fix errors in the PCI and DMI detection modules (Erwan Velu,
515           Sebastian Herbszt).
516         * Fix host dependencies and other issues in the build system.
517         * PXELINUX: Allow class E addresses as unicast.
518         * sdi.c32: module to load Microsoft System Deployment Images.
519           For additional information, please see:
520             http://msdn2.microsoft.com/en-us/library/ms838543.aspx
521         * EXTLINUX: Correct reading directories with deleted entries.
522         * Shuffle library: correct the handling of certain geometries
523           (an upward move with source material blocking the move); as
524           required by sdi.c32 but theoretically possible for other
525           formats as well.
526         * Add "make netinstall" to install /tftpboot.
527         * Fix some documentation files that didn't get moved/renamed.
528
529 Changes in 3.62:
530         * Clean up garbage after "aborted." message.
531         * Clean up memdump.com filenames.
532         * Support SHA256 and SHA512 encrypted passwords.
533         * The shuffle library now can generate chained descriptors,
534           thus allowing pretty much arbitrarily complex memory maps.
535         * Handle command lines up to 2047 characters, the current
536           Linux kernel limit.
537         * vesamenu: support systems without linear framebuffer support
538           (sigh, what is this, 1993?) and 15-bit RGB modes.
539         * Move the label storage (for the command-line interface) to
540           high memory, removing the size limit and freeing up 64K of
541           low memory.
542         * Get rid of 4096-entry limit in the simple menu system.
543         * New hierarchial submenu support: see MENU BEGIN, MENU END,
544           MENU GOTO in doc/menu.txt.
545         * MENU QUIT allows creating a menu entry for returning to the
546           command line.
547         * ISOLINUX: Work around bug in certain Adaptec BIOSes,
548           patch by Bruce Robson.
549         * pngtopnm dependency removed from samples/ directory.
550         * Text documentation files (in doc/) renamed *.doc -> *.txt.
551
552 Changes in 3.61:
553         * EXTLINUX: fix crash when accessing an empty file.
554         * elf.c32: If a PHDR segment is present, load it.
555         * Fix SHA-1 and MD5 passwords.
556         * ISOLINUX: fix booting when mastered without
557           mkisofs -boot-info-table (broken since 3.50, sigh...)
558         * Handle BIOSes which emit multiple contiguous valid
559           memory regions in the e820 map.
560
561 Changes in 3.60:
562         * Support for "auxilliary data vector", a small amount of
563           writable storage.  Currently only supported for EXTLINUX,
564           but the infrastructure is there for the other derivatives,
565           assuming a suitable storage location can be found.
566         * EXTLINUX: boot-once support (--once, --clear-once, and
567           --reset-adv).
568         * A command is now required to the EXTLINUX installer, i.e. at
569           least one of --install, --update, --once, --clear-once, or
570           --reset-adv.
571
572 Changes in 3.55:
573         * PXELINUX: as per RFC 5071, PXELINUX no longer requires the
574           use of the magic cookie option (208) for unencapsulated
575           options.  Currently it does not require it for
576           vendor-encapsulated options (vendor-option-space) either,
577           but that MAY be reverted in the future if it causes
578           problems.
579         * Documentation text files moved to a common "doc" directory;
580           man pages from the Debian project added to the "man"
581           directory.
582         * Correct bug with self-overlapping memory areas when using
583           the shuffle interface.
584
585 Changes in 3.54:
586         * Add "menu separator", "menu indent", "menu disabled"
587           (see README.menu).
588         * vesamenu: fix handing of VESA modes with noncontiguous
589           memory buffers.  In particular, Qemu/KVM sets up such a mode
590           when Cirrus Logic emulation is enabled (which is the
591           default.)
592         * Support for calling real mode functions using far calls,
593           with argument on the stack.  This was implemented to support
594           the BIOS BBS specification, but subsequent experiments show
595           that the at least one of the most common BIOS cores, Award,
596           passes the presence check but doesn't actually implement the
597           functionality.
598
599 Changes in 3.53:
600         * Fix bugs related to the $PnP BIOS functionality on some
601           platforms.
602         * PXELINUX: Fix the "naked" version of :: (suppress prefix.)
603         * elf.c32: better error messages.
604         * Faster operation under Intel VT virtualization.
605         * PXELINUX: Fix DHCP bootfile option.
606         * mkdiskimage: Support more than 1024 cylinders.
607         * (Hopefully) fix installer on non-x86 platforms.
608         * Fix shuffle_and_boot_rm, used by linux.c32.
609         * Fix shuffle_and_boot_pm on 386/486.
610         * ISOLINUX (at least): fix bss memory overwrite hang.
611         * MBR: Fix booting from logical partitions.
612         * Code cleanups.
613
614 Changes in 3.52:
615         * Handle capitalized F-key commands in the menu system.
616         * Fix padding error when loading multiple ramdisks.
617         * Workaround for VMware crashing when trying to print a
618           message during early kernel boot (does not seem to work,
619           consider deleting.)
620         * chain.c32: add the ability to search for a specific MBR
621           signature at runtime.
622         * Fall back to the server identity option if the siaddr field
623           in the DHCP header isn't set.  This seems to match the
624           behaviour of most PXE stacks.
625         * mkdiskimage: give the generated disk image an MBR signature.
626         * MEMDISK: Fix failures on some BIOSes.
627         * Simple menu system: new "MENU HIDDEN" option to not display
628           the menu unless the user presses a key.
629         * Simple menu system: support MD5-encrypted passwords (modern
630           Unix standard style, with "$1$" prefixes.)
631         * pcitest.c32: now functions as a full "lspci".  Thanks to
632           Erwan Velu for this work.
633         * MEMDISK: Make EDD actually work.
634         * ISOLINUX: Fix for certain broken CD-ROM BIOSes which
635           randomly corrupted register FS.
636         * Simple menu system: fix memory overwrite bug that caused
637           some systems to lock up or behave weirdly.
638         * Fix building on 64-bit systems without a 32-bit libc installed.
639
640 Changes in 3.51:
641         * EXTLINUX: Fix failure to find the configuration file.
642
643 Changes in 3.50:
644         * New keywords allow the type of file to be specified in the
645           configuration file.
646         * It is now supported to load a different configuration file
647           with the CONFIG keyword.
648         * Fix API call 0x0019 (Read Disk.)
649         * MENU AUTOBOOT, MENU TABMSG, MENU PASSPROMPT allows
650           internationalization of menu messages.
651         * A new feature, TEXT HELP, allows the administrator to set
652           a multi-line help message for individual selections.
653         * Fix API call 0x0012 (Cleanup, shuffle and boot.)
654         * New API call "Cleanup, shuffle and boot to flat protected mode"
655         * New API call "Cleanup, shuffle and boot to real mode",
656           similar to API call 0x0012 but allows arbitrary register setting.
657         * Introduce a library interface for loading arbitrary binary
658           formats with relatively easily understood code.  See
659           the elf.c32 module for an example on how to use it.
660         * New module "elf.c32", to load a protected-mode ELF kernel.
661         * MBR (old and new): Fix bug in CHS mode when LBA >
662           65535*sectors.
663         * vesamenu: fix decoding of palettized PNG images.
664         * Update the Linux kernel boot protocol.
665         * PXELINUX: Press Ctrl-N at the boot prompt to read out the
666           network info.
667         * Instead of the (non-existent) MAC, use the client identifier
668           for networks like Infiniband and Firewire/1394.
669         * Add a new INCLUDE command to the core syslinux parser.
670         * Allow binding help text to F11 and F12.
671         * F-key help now available in the simple menu system.
672         * Disabled the polling for ARP during idle.  It is simply too
673           slow on some (broken!) PXE stacks.
674         * PXELINUX: also try to fetch the config file based on UUID.
675         * SYSLINUX/EXTLINUX: New RAID mode (-r) which calls the BIOS
676           to load the next device (typically the next drive) on boot
677           failure.
678
679 Changes in 3.36:
680         * MEMDISK: Disable EDD by default on floppy disks.  EDD can be
681           enabled with the "edd" option and disabled with "noedd".
682           This (hopefully) should make Ghost work again.
683         * SYSLINUX: "unix" installer now uses Linux ioctls instead of
684           using libfat.
685         * New MBR which can boot from logical partitions.
686         * SYSLINUX: Fix bug in detecting special extensions which was
687           introduced in 3.35 :(
688         * PXELINUX: Unbreak chainbooting FreeBSD (and possibly others.)
689
690 Changes in 3.35:
691         * MEMDISK: New "safeint" mode.
692         * MEMDISK: Be more compliant with the PnP BIOS spec.
693         * MEMDISK: Turn on EDD support by default.
694         * MEMDISK: Try to work on some machines on which it would not
695           work when there was no floppy drive in the system.
696         * Simple menu system: fix serial console support (broken in
697           3.30).
698         * SYSLINUX: Support subdirectories.  Like ISOLINUX, the
699           "current directory" is the directory in which syslinux.cfg
700           is found; this is searched for in the sequence
701           /boot/syslinux, /syslinux, /.  As a side benefit, label names
702           like "linux-2.6.18" and "linux-2.6.19" are now supported.
703
704           To install ldlinux.sys in a subdirectory, pass the -d
705           directory option to the SYSLINUX installer.
706
707           This work was sponsored by slax.org (thanks, Tomas!)
708         * New API call: read disk.
709         * Invoke ONERROR on initrd load failure.
710
711 Changes in 3.31:
712         * The simple menu system (menu.c32 and vesamenu.c32) now
713           support loading more than one configuration file at a time,
714           using MENU INCLUDE or by specifying multiple filenames.
715         * The MENU COLOR statement can now control the shadowing mode.
716
717 Changes in 3.30:
718         * libcom32 extended to support graphics mode and graphical console.
719         * vesamenu.c32, new graphical version of the Simple
720           Menu System, see README.menu.
721         * New com32 modules by Erwan Velu do selection based on CPUID
722           or PCI devices present.
723         * RPM spec: add syslinux-tftpboot module; move syslinux by
724           default to the /usr/share/syslinux directory.
725         * RPM spec: extlinux is now a separate package.
726
727 Changes in 3.20:
728         * EXTLINUX: New options --install (-i) and --update (-U), to
729           make it clear if a boot loader should be installed or
730           updated.  For now, defaults to --install for compatibility;
731           a future version will require one of these options.
732         * New library functions to load and place files in memory.
733         * mboot.c32 bug fixes.
734         * Remove 8 MB kernel size restriction.
735         * Add "klibc" target for building unix/syslinux and
736           extlinux/extlinux with klcc (klibc-1.4.27 or later.)
737         * PXELINUX: Fail (and eventually reboot) if no configuration
738           file was found.
739         * COM32 module by Erwan Velu to make decisions based on DMI
740           info.
741         * Fix issue where going back and forth between menus a lot
742           would cause a hang.
743         * ISOLINUX: Fix bug which made "cd boot sectors" not work.
744
745 Changes in 3.11:
746         * MEMDISK: Fix bug by which accessing the real floppy disk
747           as B: in MS-DOS was broken.
748         * Simple menu system: allow tweaking of the screen layout.
749         * Simple menu system: better command-line editing, correctly
750           handle command lines above 256 characters.
751         * PXELINUX: revert memory allocation change that caused
752           problems on some network cards.
753         * MEMDISK: Try work around a bug on some BIOSes when no
754           physical floppy disk is present in the system.
755         * Enable the 16550A FIFOs, if present, when doing serial
756           console.
757         * New "totaltimeout" command establishes a timeout without
758           regard for any user input.
759         * Simple menu system: timeout behaviour now more in line with
760           user expectations.
761         * Simple menu system: "ontimeout" should now work correctly.
762
763 Changes in 3.10:
764         * gcc 4.0.1 compilation fixes.
765         * Add support for querying the PCI BIOS in libcom32
766           (used by ethersel et al.)
767         * Fix PCI handing (ethersel etc) on several old chipsets (and
768           VMWare.)
769         * Try to deal with systems with broken EBIOS.
770         * New API call to do "localboot".
771         * New API call to query features.
772         * New API call to run kernel image, a lower-level call than
773           "run command".  See comboot.doc.
774         * Fix for bug in EBIOS code discovered by Arwin Vosselman.
775         * NOESCAPE security fix.
776         * Comments are now recognized even without a space following #.
777         * Fix incorrect handling of mixes of entries with and without
778           MENU PASSWD.
779         * The idle API call now harmlessly returns failure if it is a
780           no-op.  That way the caller can decide whether or not to
781           bother invoking it again.
782         * Temporarily disable the idle API call on PXELINUX, due to
783           some platforms on which the idle API call seems to hang; this
784           problem has not yet been debugged.
785         * MEMDISK: the handling of DOSEMU-headered images was broken;
786           fix it.
787         * EXTLINUX: symlinks are now supported.
788         * Simple menu system: N and P now work correctly as hotkeys.
789         * MEMDISK: more BIOS bug workarounds.
790
791 Changes in 3.09:
792         * gcc4 compilation fix.
793         * <BEL> (Ctrl-G) in message files now causes a beep.
794         * Reduce the command line to 511 characters; 1023 caused
795           memory overflows.
796
797 Changes in 3.08:
798         * SYSLINUX: Fix performance regression (-s mode always
799           enabled.)
800         * Add API function for idle loop.
801         * libutil: Add do_idle() function for idle loop, make
802           get_key() use it.
803         * libutil: Add SHA-1 and base64 functions.
804         * Simple menu system: add password support.
805         * EXTLINUX: Sparse files now handled correctly.
806         * EXTLINUX: Large directories now handled correctly.
807         * ALL: At the prompt, Ctrl-X now forces text mode.
808         * Fix configuration file parsing error, that could cause
809           hangs.
810         * Rewritten advanced menuing system from Murali Ganapathy.
811         * MEMDISK: New "bigraw" mode to work around certain broken
812           BIOS flash programs.
813         * COM32 module to boot Multiboot systems, including Xen.  See
814           com32/modules/mboot.doc.
815         * Max command line changed to 1023 characters.  Note that the
816           kernel proper still can only handle 255 characters without
817           patching, and COM16 binaries can only handle 125 characters.
818
819 Changes in 3.07:
820         * Fix chainloading (chain.c32).
821         * Fix zlib build problem.
822         * Use a private copy of <linux/ext2_fs.h>.
823
824 Changes in 3.06:
825         * Fix typo that caused the ramdisk to load in the wrong place.
826
827 Changes in 3.05:
828         * New API function "shuffle and boot"; allows COM32 modules to
829           load or construct (almost) arbitrarily complex objects,
830           e.g. a kernel and its initrd/initramfs in pieces, and have
831           the API core reorganize memory for booting.  (A library API
832           for this function will be introduced in a later version.)
833         * The initrd= option now supports multiple filenames separated
834           by commas.  This is mostly useful for initramfs, which can
835           be composed of multiple separate cpio or cpio.gz archives.
836           (Note: all files except the last one are zero-padded to a 4K
837           page boundary.  This should not affect initramfs.)
838         * EXTLINUX: Fix API function 000Ah (get derivative-specific
839           info).
840         * libcom32/ethersel: Support PCI Config Mechanism #2 on
841           machines still infested with that hideous old hack.
842         * SYSLINUX: Fix directory-parsing bug.
843
844 Changes in 3.02:
845         * SYSLINUX: The "unix" installer now sets the MS-DOS
846           attributes (hidden, system, readonly.)
847         * COM32 library: build the .lnx (test modules for running
848           under Linux) as architecture native modules, in case
849           i386 devel libraries aren't installed.
850         * EXTLINUX: Hack for systems which don't have BLKGETSIZE64
851           defined in the standard header files.
852         * Simple menu system: minor aestetic improvements, and try to
853           work better over a serial console (speed, and readability on
854           monochrome terminal emulators.)
855         * New CONSOLE directive to control output on the video console
856           (useful for dealing with some broken serial-forwarding
857           BIOSes.)
858         * New com32 module "ethersel" for searching for an Ethernet
859           card and selecting the proper version of Etherboot.
860         * EXTLINUX: Allow the user to override the detected geometry.
861           Add help.
862
863 Changes in 3.01:
864         * EXTLINUX, SYSLINUX: Fix compile errors on some systems.
865         * EXTLINUX: Default to zipdrive geometry (64 heads, 32
866           sectors) if no other geometry can be detected.
867
868 Changes in 3.00:
869         * SYSLINUX: Support FAT32 and EDD.  As an unfortunate
870           consequence, LDLINUX.SYS is no longer an ordinary file; it
871           is block-mapped at install time, which means it can only be
872           written using the syslinux installers.
873         * SYSLINUX: Reorganize the source code for the installers;
874           each one of the installers (dos, win32, unix, mtools) is now
875           built in its own subdirectory.  In particular, "mtools" is
876           the unprivileged installer which uses mtools; "unix" is the
877           privileged installer which uses system calls.
878         * SYSLINUX: Completely rewritten DOS installer in C.
879         * ALL: "label" statement information is now stored in a
880           compressed format, which means that a lot more labels are
881           permitted (500-1000 in a typical configuration, but depends
882           on the complexity.)
883         * EXTLINUX: New derivative, which boots from an ext2/ext3
884           filesystem.
885         * SYSLINUX: The DOS and Win32 installers can now optionally
886           write the boot sector to a file instead of the real boot
887           sector.  This is not supported in the Linux installers,
888           however.
889         * ALL: New NOESCAPE command, disables the "hold down the Shift
890           key to display the prompt" behaviour.
891         * New simple menu system, as an alternative to the advanced
892           menu system already present.  See README.menu for details.
893         * PXELINUX: Filenames can now be prefixed with an IP address
894           or DNS name plus :: (e.g. 192.0.2.1::filename or
895           server.domain.com::filename), which downloads a file from an
896           alternate TFTP server, or just a :: (e.g. ::filename), which
897           suppresses the common pathname prefix.  See pxelinux.doc.
898         * SYSLINUX: Add an -m option to the DOS and Win32 installers
899           to write an MBR and -a to mark the partition SYSLINUX is
900           being installed on active.
901         * MEMDISK: Give a way to query the boot loader type while
902           running MEMDISK; see memdisk/memdisk.doc and
903           sample/mdiskchk.c.
904         * mkdiskimage: substantially improved mkdiskimage which, among
905           other things, can now be used to initialize USB keys as
906           zipdrives; see README.usbkey for more information.
907
908 Changes in 2.13:
909         * MEMDISK: Fix command-line parsing "brown paper bag" class
910           bug.
911         * MEMDISK: Add "raw" mode to support the DOS boot disk from
912           WinME/XP, which seems to deliberately crash the system
913           when someone uses the "INT 15h mover" highmem API.
914         * Make "make install" do something sane for the com32
915           development environment.
916         * In the spec file, create a separate -devel RPM for the com32
917           development environment.
918
919 Changes in 2.12:
920         * Simple C library, based on klibc, for writing COM32
921           programs.
922         * Fix the handling of file length in loading of COM32
923           programs.
924         * MEMDISK: Work around a linker bug by rearranging the code to
925           not use the linker for the 16-bit code.
926         * SYSLINUX: If we're building on a machine without a Win32
927           (mingw) compiler, just skip building syslinux.exe.
928         * ISOLINUX: Support non-mkisofs mastering programs, at least
929           as long as the image is single-session.  For best results,
930           ISOLINUX should be the only boot loader installed.
931         * MEMDISK: Allow the user to specify that the simulated disk
932           should be write-protected.
933
934 Changes in 2.11:
935         * ALL: Add an API call to get the configuration file name.
936         * SYSLINUX: Fix bug in 2.10 that prevented it from working
937           correctly for a lot of people.
938         * SYSLINUX: In the installer, make mtools a bit less fussy.
939         * Make the menu system compile with newer gcc's.
940
941 Changes in 2.10:
942         * MEMDISK: Handle images compressed with zip as well as with
943           gzip.  Some Windows-based image tools apparently generate
944           these kinds of images by default.  Patch by Patrick
945           LoPresti.
946         * Major menu improvement from Murali Ganapathy.
947         * ISOLINUX: Wonderfully sick and brilliant workaround for
948           severe bugs in certain Award BIOSes; from Knut Petersen.
949         * SYSLINUX: Fix for the nomtools installed, from Frederic
950           Pasteleurs.
951         * PXELINUX: Fix handling of IP numbers in the ranges
952           100-109 and 200-209.
953         * ALL: New option "allowoptions" (defaults to 1), which
954           controls if options are allowed on the command line or not.
955         * SYSLINUX: Support building under klibc (see the klibc
956           distribution for details.)
957
958 Changes in 2.09:
959         * SYSLINUX: Remove residual setuid crap from
960           syslinux-nomtools.
961         * Handle video pages correctly when using the API functions.
962         * Handle compiling on an x86-64 platform correctly.
963         * Menu system from Murali Krishnan Ganapathy; see the menu
964           directory for information.
965         * COMBOOT: Allow COMBOOT programs to change screen text mode.
966         * COMBOOT: Correct the documentation of how to detect
967           SYSLINUX from COMBOOT!!!!
968         * COMBOOT: Fix "get key without echo" API function.
969         * SYSLINUX: Fix bug that affected the API open function.
970         * ALL: Improve the E820 memory parser, to work around some
971           buggy BIOSes.
972
973 Changes in 2.08:
974         * Add new configuration command "ontimeout" to allow timeout
975           to have a different action than just pressing Enter.
976         * Add new configuration command "onerror" to allow a custom
977           command to be executed in case the kernel image is not found.
978         * Fix bugs in the COMBOOT/COM32 command-line parsing.  APPEND
979           now works with COMBOOT/COM32 images.
980         * PXELINUX: Poll for ARP requests while sitting at the
981           prompt.  This makes some boot servers a lot less unhappy.
982         * PXELINUX: Actually free sockets when we get a failure
983           (including file not found.)  This bug would cause us to run
984           out of sockets and thus "go deaf" after a while.
985         * MEMDISK: Add an API to query for the existence of MEMDISK.
986         * SYSLINUX: Fix loading boot sectors (.bs/.bss) from floppy
987           disk.
988         * .c32 is now one of the extensions searched for
989           automatically.
990         * PXELINUX: RFBG.exe seems to randomly overwrite memory
991           location 0x5700.  Thus, don't use it!
992         * PXELINUX: Change pathname length max from 63 to 127; change
993           max vkernels from 128 to 64.
994         * Support Ctrl-U -> kill entire command line input.
995         * The "samples" directory contains a (barely at all tested)
996           chain loading example, chain.c32, which may be used to
997           chainload local floppy disks and hard disks.  Use with
998           "chain fdN" or "chain hdN [partition]"; N = 0 for the first
999           drive of each type.
1000
1001 Changes in 2.07:
1002         * MEMDISK: Workaround for BIOSes which go into a snit when
1003           they get a RESET command for the floppy system when there is
1004           no floppy in the system.
1005         * PXELINUX: Add "ipappend 2", which passes the hardware
1006           address of the boot interface to the kernel as a
1007           command-line option.
1008         * mkdiskimage: fix the generation of the end limit.
1009         * PXELINUX: Fix multiple bugs in chainloading of other NBPs.
1010         * MEMDISK: Fix bug that would occationally cause "ran out of
1011           input data" when using compressed disk images.
1012         * SYSLINUX: Updates for the win32 installer (from Lars Munch.)
1013         * PXELINUX: PXELINUX-specific options are now recognized both
1014           in a vendor-option-space (a.k.a. type 43 encapsulated) as
1015           well as in a site-option-space (unencapsulated.)
1016         * COM32: Don't crash when DS != 0.
1017         * COMBOOT/COM32: Make file reading work correctly.  Thanks to
1018           Phung Chi Kien for submitting a test program.
1019
1020 Changes in 2.06:
1021         * ALL: Fix problem that would occationally cause a
1022           boot failure, depending on the length of the kernel.
1023         * ISOLINUX: Fix problem that would occationally cause a
1024           boot failure, depending on the length of directories.
1025         * SYSLINUX: Win32 installer now flushes buffers.
1026         * ppmtolss16: Be fully compliant with the PNM spec;
1027           actually process comments in the header and odd
1028           alignments of the various parameters, as well as
1029           "plain" (not raw) files and PBM and PGM files.
1030         * PXELINUX: Lower the default MTU to 1472 in order to deal
1031           with systems with slightly nonstandard MTUs, and PXE
1032           stacks which don't defragment correctly.  Unfortunately this
1033           is very hard to test dynamically.
1034
1035 Changes in 2.05:
1036         * PXELINUX: Add a default query based on the hardware address
1037           of the boot device.  This is in lower case hexadecimal form
1038           separated by dashes and including the hardware type, for
1039           example, the Ethernet (type 1) address 88:99:AA:BB:CC:DD
1040           would query the file pxelinux.cfg/01-88-99-aa-bb-cc-dd.
1041         * PXELINUX: Fix bug involving non-IP-based config file names.
1042         * SYSLINUX: New installer for WinNT-based systems, from Lars
1043           Munch.
1044         * MEMDISK: Fix handling of memory region overlap when
1045           decompressing.  Thanks to Mikhail Kupchik for identifying
1046           the problem.
1047
1048 Changes in 2.04:
1049         * ALL: Reclaim even more low memory by observing that
1050           comboot_seg == real_mode_seg is perfectly fine, and by the
1051           fact that the 1000h segment managed to get unused in all
1052           derivatives...
1053         * PXELINUX: Attempt to negotiate full Ethernet-sized blocks
1054           (1468 bytes) using the blksize option.
1055         * SYSLINUX: Resurrect the old no-mtools version of the
1056           installer, although as a root-only tool.  Some distributors
1057           have indicated that they need a small standalone installer.
1058         * MEMDISK: Fix a memory offset computation error when
1059           installing compressed disks which generally would cause
1060           1 MB of memory to be wasted.
1061         * MEMDISK: Fix installing the E820 memory map.  Calling
1062           INT 15h AX=0E820h with MEMDISK 2.03 loaded would give a
1063           completely corrupt memory map.
1064         * SYSLINUX: Make libsyslinux a dynamic library, so that it can
1065           be updated separately from client programs.  The whole idea,
1066           after all, is to enable alternate programs to become
1067           syslinux installers.
1068         * Include an rpm spec file in the distribution, so rpmbuild
1069           -ta works.
1070
1071 Changes in 2.03:
1072         * Actually support comment lines in the configuration file.
1073         * PXELINUX: Try to resolve some problems with stack switches.
1074         * PXELINUX: Handle PXE stacks with broken routing.
1075           With these workarounds, the remote install PXE boot floppy
1076           (rbfg.exe) from Argon Technologies should work correctly.
1077         * Fix problems with Perl scripts in UTF-8 locales.
1078         * You probably need NASM 0.98.34 or later to compile this
1079           version.  0.98.36 is recommended.
1080         * MEMDISK: Now supports gzip compressed images.
1081
1082 Changes in 2.02:
1083         * SYSLINUX: Security flaws have been found in the SYSLINUX
1084           installer when running setuid root.  Rewrite the SYSLINUX
1085           installer so it uses mtools instead.  It therefore now
1086           requires mtools (specifically mcopy and mattrib) to exist on
1087           your system, but it will not require root privileges and
1088           SHOULD NOT be setuid.
1089
1090 Changes in 2.01:
1091         * MEMDISK: Fix memory sizing bug when the ramdisk crosses the
1092           16 MB boundary.
1093         * MEMDISK: Add a "pause" option to stop immediately before
1094           booting, to read off the messages.
1095         * MEMDISK: Support disk images with DOSEMU headers.
1096         * Update the mkdiskimage script to handle newer mtools
1097           versions, and be able to generate disk images with DOSEMU
1098           headers (controlled by the -d option).
1099         * Fix the COM32 sample program.
1100         * PXELINUX, ISOLINUX: Fix some COMBOOT API calls.
1101         * PXELINUX: Doc fix.
1102         * Build SYSLINUX into a small library for encapsulation into
1103           other programs (however, please keep in mind this is a GPL'd
1104           library.)
1105         * SYSLINUX: Make installer work with "owner" in /etc/fstab.
1106         * SYSLINUX: Fix issue with working on nonpartitioned hard disk
1107           devices.  THIS CONFIGURATION IS NOT RECOMMENDED.
1108
1109 Changes in 2.00:
1110         * ALL: Add support for "COM32" (32-bit COMBOOT) images.
1111         * ALL: Add an API for COMBOOT/COM32 images.  See comboot.doc
1112           for details.  There is a C development environment for
1113           COM32 being created; it should be ready at some point in
1114           the future.
1115         * Fix mbr.asm so that it actually works.
1116         * SYSLINUX: The syslinux installer *SHOULD* now be safe to
1117           run setuid root.
1118         * PXELINUX: Fix bug where PXELINUX would override random
1119           chunks of the UNDI code segment!  Thanks to Kevin Tran for
1120           finding this bug.
1121         * ISOLINUX: Fix a bug related to slashes in pathnames.
1122         * ISOLINUX: Fix a bug in handling initrds over 128 MB.
1123         * ALL: Make the <Ctrl-V> key print out the version; this is
1124           to help debugging.
1125         * Add a small script, mkdiskimage, to create a DOS-formatted
1126           hard disk image using mtools.  This may be useful in
1127           conjunction with MEMDISK.
1128         * ISOLINUX: Search for a /boot/isolinux directory as well as
1129           /isolinux.
1130         * ALL: Fix a bug related to very long configuration files.
1131         * PXELINUX: Work around a NASM bug which would result in no
1132           delay before reset if an error occurs.
1133
1134 Changes in 1.76:
1135         * ISOLINUX: Remove code no longer used which caused hangs on
1136           some Toshiba laptops.
1137
1138 Changes in 1.75:
1139         * ALL: NASM 0.98.32 or later is now required to build
1140           SYSLINUX from sources.
1141         * SYSLINUX: put back in the workaround for the BIOS floppy
1142           table.  This seems to be a requirement for "extended" floppy
1143           formats to work correctly.
1144         * SYSLINUX: No longer warn if one is trying to boot on a 286
1145           or older.  The above BIOS workaround no longer fits if the
1146           requirement to use only 8086-compatible code in the early
1147           boot is maintained.  It made sense in 1994, but in 2002 a
1148           286 or older is a museum object.
1149         * SYSLINUX: Use a downright bizarre, stateful algorithm to try
1150           to guess the maximum transfer size.  I am *hoping* this will
1151           cut down on the number of systems for which -s is required
1152           to work at any acceptable speed.
1153         * ISOLINUX: Add a few more workarounds for various broken El
1154           Torito BIOSes.
1155         * Make sure .depend files aren't accidentally packed...
1156         * ALL: Fix bugs in the extension-detect code; this caused
1157           files like COMBOOT images and CD boot sectors to be
1158           mis-identified as Linux kernels and rejected.
1159         * ALL: Fix the return from COMBOOT.
1160         * ALL: Do some of the early groundwork for supporting DOS
1161           system calls in COMBOOT.
1162         * Get rid of unnecessary "near" directives, making the code
1163           bigger.
1164         * PXELINUX: Put the PXE stack back in the init state before
1165           invoking a chain-loaded NBP.
1166         * PXELINUX: Actually found the combination of calls that
1167           allows some (most?) PXE 2+ stacks to be unloaded from memory
1168           properly.
1169         * PXELINUX: Add "keeppxe" command-line option to disable
1170           the standard unloading of the PXE stack.
1171
1172 Changes in 1.74:
1173         * SYSLINUX: fix bug that would cause valid kernel images to be
1174           labelled "invalid".
1175
1176 Changes in 1.73:
1177         * Work on removing gratuitous differences between modules.
1178         * Break up the source in common and module-specific files.
1179         * PXELINUX: Allow chaining of other PXE NBPs.
1180         * ISOLINUX: Allow loading "CD-ROM boot sectors".
1181         * ALL: generalize the definition of a boot sector/NBP.
1182
1183 Changes in 1.72:
1184         * PXELINUX, ISOLINUX: Fix bugs in the new core code.
1185
1186 Changes in 1.71:
1187         * Fix a "brown paper bag" class bug in the new core code.
1188
1189 Changes in 1.70:
1190         * Major code restructuring.
1191         * Relax the conventional memory limits somewhat.
1192         * MEMDISK: Set up the "version number string" pointer in the
1193           header correctly.
1194         * SYSLINUX: Fix, again, "the bug that won't die": the use of
1195           the offset parameter with the SYSLINUX installer.
1196         * SYSLINUX: Fix possible superblock corruption problem in the
1197           SYSLINUX installer.
1198
1199 Changes in 1.67:
1200         * Handle bug in the location of initrd.
1201
1202 Changes in 1.66:
1203         * MEMDISK: Make compile with newer versions of gcc.
1204
1205 Changes in 1.65:
1206         * ISOLINUX: Support booting disk image files (to boot DOS or
1207           other non-Linux operating systems), *IF* the BIOS works
1208           correctly; unfortunately many BIOSes apparently don't.
1209         * Support Linux boot protocol version 2.03 (explicitly
1210           specify the initrd address limit.)
1211         * Handle small "pseudo-kernels"; images that use the Linux
1212           kernel boot protocols but are less than 64K in size.
1213         * MEMDISK: New subsystem; this is a driver which allows
1214           legacy OSes to boot using an in-memory simulated disk.
1215           See memdisk/memdisk.doc for more info.
1216         * PXELINUX, ISOLINUX: Correctly handle files larger than 65535
1217           blocks (32 MB for PXELINUX, 128 MB for ISOLINUX.)
1218         * PXELINUX: Make a best-effort attempt at freeing all memory
1219           claimed.  From the looks of it, it will fail on most PXE
1220           stacks.
1221
1222 Changes in 1.64:
1223         * Limited support for hardware flow control when using a
1224           serial port console.
1225         * Support specifying the serial port I/O address explicitly.
1226         * Make DOS installer hopefully behave more nicely when used on
1227           recent Windows versions.
1228         * Fix returning to text mode when a font has been specified.
1229         * Attempt to detect missing serial port hardware and disable
1230           the serial port if there is nothing there.
1231
1232 Changes in 1.63:
1233         * Make the ppmtolss16 program handle color conversion more
1234           correctly.
1235         * Clean up "make install" target, honour INSTALLROOT if it
1236           exists.
1237         * SYSLINUX: Fix stack-smash bug identified by Steffen
1238           Winterfeldt.
1239         * Hopefully fix return-to-text-mode on some graphics cards.
1240         * ISOLINUX: Bug workaround for Award BIOS 4.51, and perhaps
1241           other buggy BIOSes as well.
1242
1243 Changes in 1.62:
1244         * PXELINUX: Allow the DHCP server to override the
1245           configuration file name and pathname prefix, using
1246           "site-specific" DHCP options.
1247         * PXELINUX: Documentation fixes.
1248         * PXELINUX: Fix the "ipappend" option; the last two values
1249           were reversed vs. what the kernel expected.
1250         * Introduce a way to return to text mode once we are already
1251           in graphics mode.  This may be useful for F-key help
1252           screens.
1253         * Fix several bugs in the way return to text mode was handled.
1254
1255 Changes in 1.61:
1256         * ISOLINUX: Support full pathname searches.  Max length for a
1257           pathname is 255 characters.  As a result, only 64 "label"
1258           statements are supported in ISOLINUX.
1259         * PXELINUX: Max filename length extended to 63 characters.
1260
1261 Changes in 1.60:
1262         * Add support for graphical splash screens.
1263         * Add mode control characters, which allows you to control
1264           message display output depending on output mode (text,
1265           graphics, or serial port.)
1266         * ISOLINUX: New program, which boots Linux from a CD-ROM
1267           without using floppy emulation mode.  See isolinux.doc for
1268           more details.
1269         * PXELINUX: Don't search for boot sector file types, since
1270           they don't work anyway.
1271         * SYSLINUX: Document the LOCK command for Win9x, and the error
1272           dialog box for WinNT/2K.
1273
1274 Changes in 1.54:
1275         * PXELINUX: Fix code for finding !PXE from PXENV+.  This was
1276           due to a spec bug; match the most recent spec since that
1277           seems to be what implementations actually do.
1278         * SYSLINUX: Add some smarts to the boot sector, which
1279           hopefully should reduce the number of systems which require
1280           stupid mode ("syslinux -s").
1281         * PXELINUX: Document further some of the pathologies with old
1282           PXE stacks.
1283         * When specifying a "default" command line, no longer
1284           automatically appent "auto".  See the "DEFAULT" command in
1285           syslinux.doc for more information.
1286         * PXELINUX: Clean up the allocation of local socket numbers.
1287
1288 Changes in 1.53:
1289         * PXELINUX: Rename pxelinux.bin to pxelinux.0, to match what
1290           most PXE servers seem to expect.
1291         * PXELINUX: Update the DHCP/boot server setup documentation.
1292         * PXELINUX: Support new "localboot" option for "label"
1293           sections.
1294         * PXELINUX: More robust parsing of DHCP/boot server packets.
1295         * PXELINUX: Include a small utility program "gethostip" to
1296           compute hexadecimal IP addresses.
1297
1298 Changes in 1.52:
1299         * PXELINUX: Fix bugs introduced by new A20 code.  (SYSLINUX
1300           has also been changed for code consistency reasons, but I'm
1301           pretty sure the changes are don't care on SYSLINUX.)
1302         * Documentation updates.
1303         * PXELINUX: Add "ipappend" option to generate an ip= option to
1304           the kernel.
1305
1306 Changes in 1.51:
1307         * PXELINUX: Not all PXE stacks fill in the IP address for a
1308           type 3 cached info query.  Use a type 2 cached info query
1309           for this information (only.)
1310         * Yet another attempt at A20 coding.  Now support BIOS call
1311           15:2401 as well, and handle machines which always have A20
1312           on separately.
1313         * Support memory detection using INT 15h, AX=0E820h.  BIOS
1314           manufacturers have apparently gotten sloppy about keeping
1315           INT 15h, AX=0E801h working properly.
1316         * Don't issue <CR><LF> onto the serial port when we're doing
1317           screen wraparound.
1318
1319 Changes in 1.50:
1320         * Yet another A20-code update.  It seems some "legacy-free"
1321           machines and embedded gear simply don't have a KBC to talk
1322           to, and that waiting for one will wait forever.  Sigh.
1323
1324 Changes in 1.49:
1325         * SYSLINUX: Implement a hack for BIOS drivers which hog significant
1326           chunks of low memory during boot.  (Note: PXELINUX already
1327           had this modification.  SYSLINUX does still require that the
1328           low 512K is available; PXELINUX requires 384K.  Machines
1329           with a physical memory hole in the low 640K cannot boot
1330           Linux no matter what.)  Depending what the reason is for the
1331           memory hole, a new kernel (2.4.0-test3-pre3 or later) may be
1332           required.
1333         * SYSLINUX: Default installer binary now compiled against
1334           glibc 2.1.  If this is inappropriate for your system and you
1335           still want to use the offical version of SYSLINUX, please
1336           follow the instructions in "distrib.doc" to rebuild the
1337           installer.
1338         * SYSLINUX: Linux installer program now supports -o <offset>
1339           option which does a loopback mount with the
1340           -o loop,offset=<> option.  Useful to run SYSLINUX on an
1341           individual partition of a whole-harddisk image.
1342         * Include the source code to a Master Boot Record (MBR)
1343           functionally equivalent to the one installed DOS except it
1344           includes EBIOS support, and should be resistant to geometry
1345           changes.  The MBR code is public domain.
1346         * PXELINUX: Fix "double p" bug: if the tftp prefix was null,
1347           all filenames would get a "p" preprended, e.g.
1348           "ppxelinux.cfg" and "pvmlinux".
1349
1350 Changes in 1.48:
1351         * PXELINUX: Workaround for PXE ROMs based on the Intel PXE PDK
1352           3.0 build 071 and earlier: missing !PXE structure pointer.
1353         * PXELINUX: Handle larger BOOTP/DHCP packages.
1354         * PXELINUX: The command line passing was broken; fix.
1355         * PXELINUX: Make COMBOOT images work.
1356         * PXELINUX: Documentation on how to make booting work using
1357           the PDK 3.0-derived clients, which aren't so generous as to
1358           allow booting with only "PXEClient" specified.
1359
1360 Changes in 1.47:
1361         * PXELINUX: RFC 1123 states that a TFTP implementation MUST
1362           use adaptive timeout, "at least an exponential backoff of
1363           retransmission timeout is necessary."  Implement a very
1364           simple exponential backoff for retransmits.
1365         * PXELINUX: Updated documentation, including pointer to new
1366           TFTP server.
1367         * PXELINUX: When sending ERROR due to bad OACK, use the proper
1368           destination port number (why are TFTP port numbers so odd?)
1369         * PXELINUX: If the boot dies in the middle somewhere,
1370           eventually give up and reset the machine (unattended
1371           operation.)
1372
1373 Changes in 1.46:
1374         * New program PXELINUX to do network booting using a
1375           PXE-compliant (Pre-Execution Environment) network booting
1376           PROM.  See pxelinux.doc for details.
1377
1378 Changes in 1.45:
1379         * Serial console support.  See syslinux.doc for details.
1380
1381 Changes in 1.44:
1382         * Change HIGHMEM_MAX to 38000000h to (hopefully) avoid the
1383           kernel stepping on it; 3f000000h was apparently a higher
1384           limit than the kernel used!
1385
1386 Changes in 1.43:
1387         * Add sys2ansi.pl script to display the contents of a
1388           colorized SYSLINUX file.
1389         * Changed the io_delay once again, after a report that the
1390           old delay port causes hangs on some systems.
1391
1392 Changes in 1.42:
1393         * Frob the "fast A20 gate" port as well as the keyboard
1394           controller; will this help systems with problems?
1395         * Be even more paranoid about A20, unfortunately even this
1396           seems to be not paranoid enough... what I don't understand
1397           is that if there is hardware out there *this broken*, how
1398           can it run Linux at all?  Report an error message rather
1399           than hang forever if A20 is stuck.
1400         * Include some intermediate files in the distribution, plus
1401           provide a "make installer" target for distributors to relink
1402           the install programs only.  I would prefer the syslinux boot
1403           loader proper to be "binary clean" for debuggablity -- use
1404           "make clean ; make installer" to rebuild the installers only.
1405
1406 Changes in 1.41:
1407         * Don't get confused by directories, volume labels, or VFAT
1408           long names.
1409         * Use INT 15h, AX=0E801h to query memory size before trying
1410           INT 15h, AH=88h.  This not only provides more headroom
1411           between the kernel and the initrd on large-memory machines,
1412           but it appears some recent BIOSes actually have started
1413           returning garbage for the AH=88h (older) call.
1414         * Trust high memory beyond the 15 MB mark if the user has
1415           specified it, or if obtained with INT 15h, AH=0E801h (with
1416           no memory holes above 1 MB.)
1417
1418 Changes in 1.40:
1419         * Increase A20M delay and put in a test to avoid problems on
1420           certain IBM Thinkpads (thanks to Donnie Barnes of RedHat
1421           for vital info on this one.)
1422         * Support COMBOOT style boot command images.
1423         * Support chain loading (foreign operating systems, e.g. DOS).
1424         * Include a new "copybs" DOS utility to copy a boot sector to
1425           a file (under Linux, use "dd".)
1426         * Fix the DOS installer to work for disks over 32 MB.
1427         * SYSLINUX should now handle disks with more than 65536 tracks.
1428
1429 Changes in 1.37:
1430         * Fix a bug that caused "label" statements in syslinux.cfg to
1431           not be handled properly.
1432         * Updated the documentation.  Among other things, we now allow
1433           up to 128 "label" statements.
1434
1435 Changes in 1.36:
1436         * Fix for booting old (pre-initrd) kernels.
1437         * It seems at least some versions of OS/2 doesn't set up all
1438           the fields in the superblock correctly.  Account for that.
1439         * Fix bug that caused boot failure when using the mem= option.
1440
1441 Changes in 1.35:
1442         * Loading from partitions now should work properly.  (Actually
1443           tested, this time.  You should even be able to dd a floppy
1444           to a partition and boot from it.)
1445         * Removed large workaround code for an alleged ancient BIOS
1446           bug I have never actually seen.  The -s option should work
1447           on those machines, anyway.
1448         * Support for simple keyboard remappings, same as used by
1449           LILO (once again to support localization.)  The program
1450           keytab-lilo.pl from the LILO distribution included to
1451           generate such maps.
1452         * Added a "safe, slow and stupid" (-s) option to the
1453           installers.  This option will lobotomize the boot sector to
1454           hopefully work on even very buggy BIOSes.
1455
1456 Changes in 1.34:
1457         * Ability to load a VGA font on bootup (for localized Linux
1458           distributions.)
1459
1460 Changes in 1.33:
1461         * Bug fix in the Linux installer.
1462         * Added a workaround for a bug in certain AMI/Intel BIOSes
1463           when booting from CD-ROM.
1464         * Documentation changes.
1465
1466 Changes in 1.32:
1467         * FAT16 filesystems are now supported.
1468
1469 Changes in 1.31:
1470         * Now compiles under Linux, using NASM, rather than using
1471           Turbo Assembler under DOS.  See http://www.cryogen.com/Nasm
1472           for information about NASM.
1473         * Linux-hosted SYSLINUX installer, as well as a
1474           rewritten DOS installer (now is written in assembler, so we
1475           don't need Turbo C.)
1476
1477 Changes in 1.30:
1478         * Added support for loading bzImage and initrd loading, and made
1479           SYSLINUX new-setup-code aware (SYSLINUX 1.30 id=0x31).
1480         * Added LILO-style kernel labels; see the LABEL and IMPLICIT
1481           keywords in README file.
1482         * Added support for colorization of intro and help screens.
1483         * The vga= option is now handled correctly.
1484         * Massive rewrite of large chunks of the code in order to
1485           support the first two new features.
1486
1487 Changes in 1.20:
1488         * Added simple online help at the "boot:" prompt.
1489         * Removed 2880K image as I no longer have access to such a
1490           floppy drive.  (Donations accepted!!)
1491         * Decided to distribute the source in a subdirectory rather
1492           than in a nested zipfile.
1493
1494 Changes in 1.11:
1495         * Removed a sanity check which would cause booting to fail on
1496           Phoenix BIOS version 4.03.  Apparently this BIOS is buggy.
1497
1498 Changes in 1.10:
1499         * Added configuration file SYSLINUX.CFG.  This file contains all
1500           configurable options, and can be edited from any OS which can
1501           access an MS-DOS filesystem; there is no longer a need to run
1502           SYSLINUX.EXE except to write the boot sector.
1503         * Default command line now given by "default" line in config
1504           file.
1505         * LINUXMSG.TXT and BOOTMSG.TXT hard-coded file names replaced by
1506           "display" and "prompt" lines in config file.
1507         * LILO-style option appending now supported ("append" line in
1508           config file).
1509         * Prompt timeout is now supported ("timeout" line in config
1510           file).  The timeout is cancelled when anything is typed on the
1511           command line.
1512         * Pressing <ESC> or <Ctrl-C> at the Loading... stage now aborts
1513           the kernel loading in progress and returns the user to the
1514           boot: prompt.
1515         * The installer now automatically sets the READONLY flag on
1516           LDLINUX.SYS.
1517         * Added 2880K disk image.
1518
1519 Changes in 1.03:
1520         * Fixed bug that would prevent booting from double-density
1521           floppies and other DOS filesystems with multiple sectors per
1522           cluster.
1523         * Added 720K disk image.
1524         * Changed default kernel name on disk images to LINUX.
1525
1526 Changes in 1.02:
1527         * Fixed bug that would garble the command line on recent kernels
1528           with more than 4 sectors of setup code (this wasn't really a
1529           *bug*; rather, a kernel change broke the code.  Unfortunately
1530           the Linux boot interface is still sorely undocumented).
1531         * Added BOOTMSG.TXT file support (message file which does not
1532           force display of the boot prompt).
1533
1534 Changes in 1.01:
1535         * Fixed bug on some (most?) 386 BIOSes would require two boot
1536           attempts.