summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-23 19:33:36 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-23 19:35:31 -0700
commit9d1cde418a4f0dc6cccf4af7eae340e75de2f3d4 (patch)
treeb106d1fc14c146652ece9df7023c7fe3726a5cba /NEWS
parentee89890b4008c40bd7d6ea5ddb1016b47fee7bbf (diff)
downloadsyslinux-9d1cde418a4f0dc6cccf4af7eae340e75de2f3d4.tar.gz
Don't set the autocr flag on the serial console; clean up crapsyslinux-3.81-pre12
libutil would set the autocr flag on the serial console, which really never was any point -- we already do \n -> \r\n conversion explicitly in the serial code. This was always very annoying to deal with if the menu was interrupted. Furthermore, drop completely unnecessary initialization/deinitialization routines that completely duplicated other code. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7acd25b1..8c940b1c 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ Changes in 3.81:
has changed, so the isohybrid utility must version-match
isolinux.bin.
* Drop support for ACPI 3 extended memory flags.
+ * Menu system: don't set the autocr flag on the serial console.
Changes in 3.80:
* New shuffler mechanism and API.