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