From: hpa Date: Wed, 15 Dec 2004 10:58:16 +0000 (+0000) Subject: Tell the world what we've changed... X-Git-Tag: syslinux-3.11~333 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=883466394bb699dfbae62fcf025586c43a77e481;p=platform%2Fupstream%2Fsyslinux.git Tell the world what we've changed... --- diff --git a/NEWS b/NEWS index 7e71c27..f20cab2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,17 @@ Starting with 1.47, changes marked with SYSLINUX/PXELINUX/ISOLINUX apply to that specific program only; other changes apply to all of them. +Changes in 2.20: + * SYSLINUX: Support FAT32 and EDD. As an unfortunate + consequence, LDLINUX.SYS is no longer an ordinary file; it + is block-mapped at install time, which means it can only be + written using the syslinux installers. + * SYSLINUX: Reorganize the source code for the installers; + each one of the installers (dos, win32, unix, mtools) is now + built in its own subdirectory. In particular, "mtools" is + the unprivileged installer which uses mtools; "unix" is the + privileged installer which uses system calls. + Changes in 2.13: * MEMDISK: Fix command-line parsing "brown paper bag" class bug.