From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KRF1u-0006uy-7i for mharc-grub-devel@gnu.org; Thu, 07 Aug 2008 19:36:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRF1s-0006u4-IH for grub-devel@gnu.org; Thu, 07 Aug 2008 19:36:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRF1o-0006py-DA for grub-devel@gnu.org; Thu, 07 Aug 2008 19:36:23 -0400 Received: from [199.232.76.173] (port=36114 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRF1o-0006pf-2l for grub-devel@gnu.org; Thu, 07 Aug 2008 19:36:20 -0400 Received: from aybabtu.com ([69.60.117.155]:48270) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KRF1n-0002kX-FH for grub-devel@gnu.org; Thu, 07 Aug 2008 19:36:19 -0400 Received: from [192.168.10.10] (helo=thorin) by aybabtu.com with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1KREu5-0005Zr-N0 for grub-devel@gnu.org; Fri, 08 Aug 2008 01:28:22 +0200 Received: from rmh by thorin with local (Exim 4.63) (envelope-from ) id 1KRF0X-0007bs-CR for grub-devel@gnu.org; Fri, 08 Aug 2008 01:35:01 +0200 Date: Fri, 8 Aug 2008 01:35:01 +0200 From: Robert Millan To: grub-devel@gnu.org Message-ID: <20080807233501.GA29218@thorin> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline Organization: free as in freedom X-Message-Flag: Worried about Outlook viruses? Switch to Thunderbird! www.mozilla.com/thunderbird X-Debbugs-No-Ack: true User-Agent: Mutt/1.5.13 (2006-08-11) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: NEWS X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 23:36:25 -0000 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline (sorry to break the thread) The os-prober item isn't accurate; os-prober is an external utility GRUB interacts with. As for AT keyboard, there hasn't been any significant change on it other than new features. In particular it's still not used on i386-pc. -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all." --n8g4imXOkfNTN/H1 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="NEWS.diff" Index: NEWS =================================================================== --- NEWS (revision 1795) +++ NEWS (working copy) @@ -26,7 +26,7 @@ * Create partmap.lst and use it to automatically load partition map modules. -* Add os-prober that can add operating systems to the boot menu. +* update-grub can use os-prober to add operating systems to the boot menu. * The ATA driver supports filesystems bigger than 2TB. @@ -38,8 +38,6 @@ * Add new command `sleep'. -* Support for direct access to AT keyboards. - * New utility `grub-fstest'. New in 1.96 - 2008-02-03: --n8g4imXOkfNTN/H1--