summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2005-08-21 06:21:42 +0000
committerhpa <hpa>2005-08-21 06:21:42 +0000
commite4c2dc29e0c91f3ceceee8dd2e9cc93792bdc6c5 (patch)
tree9ed30188d08720418f8ea0aee7dd41082bdfcb26
parent7b4421a3f7c3d3694b89e3251788d2c98f510acb (diff)
downloadsyslinux-e4c2dc29e0c91f3ceceee8dd2e9cc93792bdc6c5.tar.gz
Document changes
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ddc61e99..9d6c5a07 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ Changes in 3.10:
* Try to deal with systems with broken EBIOS.
* New API call to do "localboot".
* New API call to query features.
+ * New API call to run kernel image, a lower-level call than
+ "run command". See comboot.doc.
* Fix for bug in EBIOS code discovered by Arwin Vosselman.
* NOESCAPE security fix.
* Comments are now recognized even without a space following #.
@@ -19,6 +21,9 @@ Changes in 3.10:
* The idle API call now harmlessly returns failure if it is a
no-op. That way the caller can decide whether or not to
bother invoking it again.
+ * Temporarily disable the idle API call on PXELINUX, due to
+ some platforms on which the idle API call seems to hang; this
+ problem has not yet been debugged.
Changes in 3.09:
* gcc4 compilation fix.