From d0367700c0464af5c02eccecbc1d528f6c37089e Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 3 Dec 2013 17:12:11 +0000 Subject: [PATCH] Changelog for hidden timeout revamp. --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index de75c05c2..6f3757f38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,16 @@ grub2 (2.00+20131129-1) UNRELEASED; urgency=low in grub-reboot(8) (closes: #690538). - Don't decompress initrd when booting with Xen (closes: #700197). - Document how to delete the whole environment block (closes: #726265). + - Revamp hidden timeout handling by adding a new timeout_style + environment variable and a corresponding GRUB_TIMEOUT_STYLE + configuration key for grub-mkconfig. This controls hidden-timeout + handling more simply than the previous arrangements, and pressing any + hotkeys associated with menu entries during the hidden timeout will + now boot the corresponding menu entry immediately (LP: #1178618). As + part of merging this, radically simplify the mess that + quick_boot.patch had made of /etc/grub.d/30_os-prober; if it finds + other OSes it can now just set timeout_style=menu and make sure the + timeout is non-zero. - New ports to arm-uboot, arm-efi, i386-xen, and x86_64-xen. * Add grub-uboot*, grub-efi-arm*, and grub-xen* binary packages. * Ignore functional test failures for now as they are broken.