summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhpa <hpa>2005-08-19 03:08:45 +0000
committerhpa <hpa>2005-08-19 03:08:45 +0000
commit9cbd0df60a1efb5e2622a54f40de557133346246 (patch)
tree831519c8cceb056f59ac8c56d46b13279e29bf9c /NEWS
parent05bd717cda9192f2cac135ff3463a772a7a1c82d (diff)
downloadsyslinux-9cbd0df60a1efb5e2622a54f40de557133346246.tar.gz
Saner idle call semantics
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ba4ebbff..ddc61e99 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,9 @@ Changes in 3.10:
* Comments are now recognized even without a space following #.
* Fix incorrect handling of mixes of entries with and without
MENU PASSWD.
+ * 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.
Changes in 3.09:
* gcc4 compilation fix.