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