diff options
author | hpa <hpa> | 2005-08-19 03:08:45 +0000 |
---|---|---|
committer | hpa <hpa> | 2005-08-19 03:08:45 +0000 |
commit | 9cbd0df60a1efb5e2622a54f40de557133346246 (patch) | |
tree | 831519c8cceb056f59ac8c56d46b13279e29bf9c /NEWS | |
parent | 05bd717cda9192f2cac135ff3463a772a7a1c82d (diff) | |
download | syslinux-9cbd0df60a1efb5e2622a54f40de557133346246.tar.gz |
Saner idle call semantics
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |