From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VtWOo-0001ex-HB for mharc-grub-devel@gnu.org; Thu, 19 Dec 2013 00:43:54 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtWOf-0001T7-2L for grub-devel@gnu.org; Thu, 19 Dec 2013 00:43:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VtWOT-0004DI-2j for grub-devel@gnu.org; Thu, 19 Dec 2013 00:43:44 -0500 Received: from mail-qa0-x22d.google.com ([2607:f8b0:400d:c00::22d]:58221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtWOS-0004D6-U2 for grub-devel@gnu.org; Thu, 19 Dec 2013 00:43:33 -0500 Received: by mail-qa0-f45.google.com with SMTP id o15so4473316qap.11 for ; Wed, 18 Dec 2013 21:43:32 -0800 (PST) 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=py5R6t1MgrEjowvnp2tJl5ee1J8egUmjwPQE2jgecq4=; b=s9J3GiMEgCJX0oZ4BMZwOov8jDfXaDKrYdXYEJH+bnpVc7Zy5B/HDFmTC6rR+Ma/sV h+rQP6fx/qPhpV+yzKTQgvcIzvVLwXgamgkVBvKh45Uwag2lB7+8Z3tSerVCixTEpb53 dLrMkRAFz9cpoXstg/y3rG/6SdHHRBnlkpFDXj6EZpWhhV8cmXVZjy18UQm/PWchW+9f e8asbs50DXhy66PwGv2y2F44Gdkr5Gf5S/M1IOVmndsbcI0/wqZNRiAE4YhiWnwVL5Si eM2K7C23KvWg+DKrbB4x/QMg4cjljohTq+BR4AfCQ6GOe0bVm8O0KZ8imaoEJL6DOBn1 CHuA== X-Received: by 10.224.43.72 with SMTP id v8mr62662776qae.52.1387431811964; Wed, 18 Dec 2013 21:43:31 -0800 (PST) Received: from [192.168.0.75] (cpe-72-178-123-130.satx.res.rr.com. [72.178.123.130]) by mx.google.com with ESMTPSA id f19sm7361819qaq.12.2013.12.18.21.43.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Dec 2013 21:43:31 -0800 (PST) Message-ID: <52B28781.2030503@gmail.com> Date: Wed, 18 Dec 2013 23:43:29 -0600 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120628 Firefox/13.0.1 SeaMonkey/2.10.1 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: grub-2.02~beta1 happened References: <52B2513C.7070104@gmail.com> In-Reply-To: <52B2513C.7070104@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::22d 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: Thu, 19 Dec 2013 05:43:53 -0000 Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Hello, all. I've just uploaded 2.02~beta1. This also means that we're > now in freeze. I'm willing to consider exceptions on case-by-case basis > but it would be exceptions. The major points to do before release: > - ARM64 loader. > - Yeeloong 3A support needs some love. > - XEN would probably need config adjustments. > - XNU loader needs fixes. > - NEWS needs contents. > - Documentation. > - Loads and loads of testing and some bugfixes. There are a few warnings for rijndael.c with gcc 4.8.2. A couple of them are pretty trivial. Others probably should be turned off with -Wno-strict-aliasing. Do you want a patch? If so, is the following acceptable? #pragma GCC diagnostic ignored "-Wstrict-aliasing" -- Bruce