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