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