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