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