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