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