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