summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-17 22:50:12 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-11-17 22:50:12 -0800
commit3db50224c5bc18a6d6736459dc402e677c1e83c9 (patch)
treef8e4f51cd116cbb5321a769f4be86e0f8420d924
parent985cf28934f31f179bea64e1badb644007e6dec7 (diff)
downloadsyslinux-3db50224c5bc18a6d6736459dc402e677c1e83c9.tar.gz
Document changes for 3.53
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0fcc3edb..39702e5e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,21 @@ 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 3.53:
+ * Fix bugs related to the $PnP BIOS functionality on some
+ platforms.
+ * PXELINUX: Fix the "naked" version of :: (suppress prefix.)
+ * elf.c32: better error messages.
+ * Faster operation under Intel VT virtualization.
+ * PXELINUX: Fix DHCP bootfile option.
+ * mkdiskimage: Support more than 1024 cylinders.
+ * (Hopefully) fix installer on non-x86 platforms.
+ * Fix shuffle_and_boot_rm, used by linux.c32.
+ * Fix shuffle_and_boot_pm on 386/486.
+ * ISOLINUX (at least): fix bss memory overwrite hang.
+ * MBR: Fix booting from logical partitions.
+ * Code cleanups.
+
Changes in 3.52:
* Handle capitalized F-key commands in the menu system.
* Fix padding error when loading multiple ramdisks.