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