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