aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2013-06-04 13:56:05 +0100
committerMatt Fleming <matt.fleming@intel.com>2013-06-04 13:56:30 +0100
commit02c28ea889fde01c857f004d257cb69015ce69a2 (patch)
tree936b17a0e4262f1ec9257931ba08c72fe5ad8b76
parentc830b5913047a42b9fe3fdf4609e40b9b1b5c553 (diff)
downloadsyslinux-02c28ea889fde01c857f004d257cb69015ce69a2.tar.gz
syslinux-02c28ea889fde01c857f004d257cb69015ce69a2.tar.xz
syslinux-02c28ea889fde01c857f004d257cb69015ce69a2.zip
NEWS: Mention noteworthy changes in 5.10syslinux-5.10
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index baeae9b1..56f9d93d 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,15 @@ Changes in 5.10:
* "sysappend" strings are also sent as http cookies, with the
prefix _Syslinux_ added, on all http transfers. This can be
overridden with the SENDCOOKIES configuration file command.
+ * poweroff.c32: A new module to power off a system via APM. It
+ replaces the poweroff COMBOOT module (Sebastian Herbszt).
+ * PXELINUX: Fix booting with DHCP options 209 and 210 which was
+ broken in 5.00.
+ * Handle loading kernel images with no protected mode code. A
+ legitimate kernel image can consist solely of real-mode code.
+ The support for booting such images was broken in 5.00 (Josh Triplett).
+ * Fix a regression in the .psf font file loader introduced
+ in 5.00.
Changes in 5.01:
* txt/: A new AsciiDoc documentation set (work-in-progress)