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