From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1SjaTq-0000GC-UN for mharc-grub-devel@gnu.org; Tue, 26 Jun 2012 14:27:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjaTo-0000F6-03 for grub-devel@gnu.org; Tue, 26 Jun 2012 14:27:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SjaTm-0005rv-7o for grub-devel@gnu.org; Tue, 26 Jun 2012 14:27:11 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:43520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjaTl-0005qw-Si for grub-devel@gnu.org; Tue, 26 Jun 2012 14:27:10 -0400 Received: by yenr5 with SMTP id r5so267198yen.0 for ; Tue, 26 Jun 2012 11:27:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=s3CGHrfcrLmFslzVb25iFiwwFcAqivExMn8TMZ5lYww=; b=GvxjJrzMrqzytGJt6KvFzQiK8oFSMTC1hUnCBON9cwq6lXafqWHxEMUBdI1WCmaiHu hbQCXgf77ZrypqNDmvHJkDJVqk6ERPhJvm+x7fi/bSCjGGSdoX0qyZzOoA+84xiD0tsv ykydOYXxWWwE2GAMN6lrAx9vo48EOSroTaMJfUsxGzB0WC32Eq5F7tgJ/1I2iOTGnOT9 bWmDa/4iHcuLWCEBRZCmdtWRo1Fn+8fpvbOo19kSe6OgqOozHwCsXwJPd2CdA0lDhMXg dsCPc34eCiLtW3GNWcj9HN8r+Z0WK+ckez4s2F20DNgLUsdtQ16DbXomc5VNows9Biud CY+Q== Received: by 10.60.27.168 with SMTP id u8mr5008157oeg.58.1340735227657; Tue, 26 Jun 2012 11:27:07 -0700 (PDT) Received: from [192.168.0.75] (cpe-70-123-218-92.satx.res.rr.com. [70.123.218.92]) by mx.google.com with ESMTPS id g3sm28060808oeb.5.2012.06.26.11.27.05 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Jun 2012 11:27:05 -0700 (PDT) Message-ID: <4FE9FEF7.6000209@gmail.com> Date: Tue, 26 Jun 2012 13:27:03 -0500 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: Release of 2.00~rc1 References: <4FE62E30.7080608@gmail.com> In-Reply-To: <4FE62E30.7080608@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.169 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2012 18:27:13 -0000 Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Hello, all. I'm proud to introduce 2.00~rc1 to you. > It's available as > ftp://alpha.gnu.org/gnu/grub/grub-2.00~rc1.tar.gz > or > ftp://alpha.gnu.org/gnu/grub/grub-2.00~rc1.tar.xz Looks very good. From an LFS point of view, the only trivial warnings I got were: grub-core/lib/libgcrypt-grub/cipher/rijndael.c: In function 'do_setkey': grub-core/lib/libgcrypt-grub/cipher/rijndael.c:173:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] lib/libgcrypt-grub/cipher/rijndael.c: In function 'do_setkey': lib/libgcrypt-grub/cipher/rijndael.c:173:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] It looks like the same warning but built twice: ./grub-core/lib/libgcrypt/cipher/rijndael.c ./grub-core/lib/libgcrypt-grub/cipher/rijndael.c I'm not sure why two files have the same name with different code, even if they are in different directories. Compiler is gcc-4.7.0. -- Bruce