From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1SiraQ-0003U3-Vc for mharc-grub-devel@gnu.org; Sun, 24 Jun 2012 14:31:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiraO-0003Tw-Ar for grub-devel@gnu.org; Sun, 24 Jun 2012 14:31:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SiraL-0003d5-QN for grub-devel@gnu.org; Sun, 24 Jun 2012 14:30:59 -0400 Received: from mail-ee0-f41.google.com ([74.125.83.41]:49602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiraL-0003ci-HK for grub-devel@gnu.org; Sun, 24 Jun 2012 14:30:57 -0400 Received: by eekb47 with SMTP id b47so1093088eek.0 for ; Sun, 24 Jun 2012 11:30:55 -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:x-enigmail-version:content-type; bh=S636q2vLxaGEkwUsJjrtZjnYwo21caF0IeB9GgkElbk=; b=ZaLC9IaJAfdQJkL728CZN7U0K2LTJNmxlcBlyqGBeiJ0gFT0ptrfS92GZxneHuGHIX CGo7xkqZIc8VVmmczOlxYlQsOv4EcQ0GqCVR0tN1/r6xfjS6vNK+XBvgNWQ0L+u1Nfm5 Y3pz2HX5moh+3c3QxorZO7jF/hyFoTzOQWCXbVdohPHNC7aBkhGWSSZoDtEFjdUcPxSd N6gRecy4PQGA/2Pgs6swqvc4LpD4Q5IJYzcLADzebxblfg6HFIzyJMAzLPUat2Y1DyV4 q7CBsWHrF47c3uv7iUaoYrnee0BN1Ah89/DZSI4Ek8UGdmliOeMY1ZLaz1vEY/M6skXo mmkg== Received: by 10.14.29.7 with SMTP id h7mr1849926eea.84.1340562655350; Sun, 24 Jun 2012 11:30:55 -0700 (PDT) Received: from debian.x201.phnet (92-10.203-62.cust.bluewin.ch. [62.203.10.92]) by mx.google.com with ESMTPS id m46sm113436744eeh.9.2012.06.24.11.30.54 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 24 Jun 2012 11:30:54 -0700 (PDT) Message-ID: <4FE75CDD.4090502@gmail.com> Date: Sun, 24 Jun 2012 20:30:53 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20120510 Icedove/10.0.4 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: Release of 2.00~rc1 References: <4FE62E30.7080608@gmail.com> <4FE6C1DF.9050000@comcast.net> In-Reply-To: <4FE6C1DF.9050000@comcast.net> X-Enigmail-Version: 1.4.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig6CF0CE6DFA61CDF8BE3EE10E" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.83.41 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: Sun, 24 Jun 2012 18:31:01 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6CF0CE6DFA61CDF8BE3EE10E Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 24.06.2012 09:29, Robert Mabee wrote: > On 06/23/2012 04:59 PM, Vladimir '=CF=86-coder/phcoder' Serbinenko wrot= e: >> 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 >> As far as I'm aware all issues have been either postponed or resolved >> correctly, so I'll release 2.00 on Monday. Give ~rc1 a spin over the >> weekend and report any issues. >> > Missed this one, where the symbol belongs to some other interface, > but has a value close enough to require an insane test (a filename > containing a newline) to get incorrect results: >=20 It wasn't presented as something that fixed any real issue but something that would be just cleaner. Dangerous cleanups aren't appropriate for freeze time. Please be more precise about the real issues. > =3D=3D=3D modified file 'grub-core/commands/wildcard.c' > --- old/grub-core/commands/wildcard.c 2012-06-08 20:54:21 +0000 > +++ new/grub-core/commands/wildcard.c 2012-06-24 06:55:33 +0000 > @@ -153,7 +153,7 @@ > buffer[i] =3D '\0'; > grub_dprintf ("expand", "Regexp is %s\n", buffer); >=20 > - if (regcomp (regexp, buffer, RE_SYNTAX_GNU_AWK)) > + if (regcomp (regexp, buffer, REG_EXTENDED)) > { > grub_free (buffer); > return 1; >=20 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig6CF0CE6DFA61CDF8BE3EE10E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk/nXN0ACgkQNak7dOguQglJxQD/f8WApI5Nxytxu7xy0u7x1xf6 L2lTvzB4S6AA+pNbFWEBAL6sGDdm5VORdLKflAAOD3fJYA3GCO5J/DjCZZgjw2UG =R04w -----END PGP SIGNATURE----- --------------enig6CF0CE6DFA61CDF8BE3EE10E--