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