summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2011-04-04 13:11:13 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2011-04-04 13:11:13 -0700
commitdd94414a8ecbae130f62143c43fe0001a74653ff (patch)
treef859b3eaa44092ee7f3bf34b2005815baccb83f8 /NEWS
parente17717c8f0c286efcbc785b64b16baf1d8e13df5 (diff)
downloadsyslinux-dd94414a8ecbae130f62143c43fe0001a74653ff.tar.gz
NEWS: update the NEWS filesyslinux-4.04-pre18
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9d3e4c95..8467df4f 100644
--- a/NEWS
+++ b/NEWS
@@ -37,8 +37,17 @@ Changes in 4.04:
(Shao Miller, Gene Cumm).
* gpxe: add gpxelinuxk.0, based off of undionly.kpxe + new
script (Gene Cumm).
- * isohybrid: install the isohdpfx*.bin files to make isohybrid
- images in one step with GNU xorriso.
+ * isohybrid: install the isohdpfx*.bin/isohdppx*.bin files to
+ make isohybrid images in one step with GNU xorriso.
+ * PXELINUX: disable a hack that would make localboot work on
+ some machines, but break just about as many. Some machines
+ which worked with "localboot 0" in previous versions may
+ need "localboot -1" in this one. If you have a machine
+ which requires "localboot -1", a copy of the dmidecode
+ or sysdump output would be appreciated.
+ * Include a set of diagnostics by Gene Cumm.
+ * Fixes for gcc 4.6 and binutils 2.21.51.
+ * chain.c32: Allow "uuid" as a synonym to "guid".
Changes in 4.03:
* Don't hang if no configuration file is found.