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