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