From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EQqZH-00087i-1a for mharc-grub-devel@gnu.org; Sat, 15 Oct 2005 14:15:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQqZE-00085x-TK for grub-devel@gnu.org; Sat, 15 Oct 2005 14:15:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQqZD-00083c-CA for grub-devel@gnu.org; Sat, 15 Oct 2005 14:15:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQqZD-00083T-9B for grub-devel@gnu.org; Sat, 15 Oct 2005 14:15:35 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQqZD-0008OT-6G for grub-devel@gnu.org; Sat, 15 Oct 2005 14:15:35 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 63E553C006286 for ; Sat, 15 Oct 2005 22:44:59 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 15 Oct 05 20:44:59 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: grub-devel@gnu.org Date: Sat, 15 Oct 2005 20:15:32 +0200 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510152015.33096.okuji@enbug.org> Subject: GRUB 1.91 is released 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: Sat, 15 Oct 2005 18:15:37 -0000 I'm happy to announce the release of GRUB 1.91. This is the second of our prereleases leading up to GRUB 2.0. We encourage you to try it, as we have done a significant amount of work towards GRUB 2. Note that this release is mainly for developers who are willing to contribute to our project. If you need a working solution immediately, you'd better to stick to GRUB Legacy at the moment. The source distribution is available from . Send any questions, ideas, bug reports to . Here is the relevant NEWS: New in 1.91 - 2005-10-15: * Add support for LZO version 2. * Support completion in the entry editor. * Add VBE support. * New commands, "search", "vbetest" and "vbeinfo". * The option BOOT_IMAGE is passed to Linux. * Add support for automatic decompression for gzip. * Add support for terminfo and serial. * Add support for x86_64. * GRUB itself is a Multiboot-compliant kernel. * Add new filesystems: XFS, SFS, and AFFS. Thanks, Okuji