All of lore.kernel.org
 help / color / mirror / Atom feed
* GRUB 2.04 RC01 released
@ 2019-04-09 10:53 Vladimir 'phcoder' Serbinenko
  2019-04-09 12:48 ` Bruce Dubbs
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vladimir 'phcoder' Serbinenko @ 2019-04-09 10:53 UTC (permalink / raw)
  To: The development of GRUB 2

Hello all. GRUB maintainers team is proud to announce 2.04~rc1 that we
have just released.

We’re not aware of any of the release-critical bugs but we’re sure
that there are some so we need your help finding them.


We would like to thank to all the people who have contributed to the project.


The tarball is available at

http://alpha.gnu.org/gnu/grub/grub-2.04~rc1.tar.xz

and signature at

http://alpha.gnu.org/gnu/grub/grub-2.04~rc1.tar.xz.sig


Signed with following fingerprint:

E53D 497F 3FA4 2AD8 C9B4  D1E8 35A9 3B74 E82E 4209


It's also available as a signed tag grub-2.04-rc1 in official git

repository.


If you don't have xz support alternatively you may consider files

http://alpha.gnu.org/gnu/grub/grub-2.04~rc1.tar.gz

and signature at

http://alpha.gnu.org/gnu/grub/grub-2.04~rc1.tar.gz.sig


If you want a binary version for windows (i386-pc, i386-efi and
x86_64-efi flavours) it’s available under
http://alpha.gnu.org/gnu/grub/grub-2.04~rc1-for-windows.zip

and signature at

http://alpha.gnu.org/gnu/grub/grub-2.04~rc1-for-windows.zip.sig


Thank you again to all the contributors

GRUB maintenance team



-- 
Regards
Vladimir 'phcoder' Serbinenko


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GRUB 2.04 RC01 released
  2019-04-09 10:53 GRUB 2.04 RC01 released Vladimir 'phcoder' Serbinenko
@ 2019-04-09 12:48 ` Bruce Dubbs
  2019-04-09 13:09 ` John Paul Adrian Glaubitz
  2019-04-09 14:48 ` Christian Hesse
  2 siblings, 0 replies; 4+ messages in thread
From: Bruce Dubbs @ 2019-04-09 12:48 UTC (permalink / raw)
  To: grub-devel

On 4/9/19 5:53 AM, Vladimir 'phcoder' Serbinenko wrote:
> Hello all. GRUB maintainers team is proud to announce 2.04~rc1 that we
> have just released.
> 
> We’re not aware of any of the release-critical bugs but we’re sure
> that there are some so we need your help finding them.

> The tarball is available at
> 
> http://alpha.gnu.org/gnu/grub/grub-2.04~rc1.tar.xz

The -rc1 package builds and works fine in an LFS environment.  Please 
note that our environment is quite limited:

GRUB2 will be compiled with following components:
Platform: i386-pc
With devmapper support: No (need libdevmapper header)
With memory debugging: No
With disk cache statistics: No
With boot time statistics: No
efiemu runtime: No (explicitly disabled)
grub-mkfont: No (need freetype2 library)
grub-mount: No (need FUSE library)
starfield theme: No (No build-time grub-mkfont)
With libzfs support: No (need zfs library)
Build-time grub-mkfont: No (need freetype2 library)
Without unifont (no build-time grub-mkfont)
With liblzma from -llzma (support for XZ-compressed mips images)

I note two warnings using gcc8 if you want to address them:

grub-core/lib/libgcrypt-grub/cipher/rijndael.c: In function 'do_setkey':
grub-core/lib/libgcrypt-grub/cipher/rijndael.c:229:9: warning: suggest 
braces around empty body in an 'if' statement [-Wempty-body]
          ;
          ^
grub-core/lib/libgcrypt-grub/cipher/rijndael.c:352:21: warning: 
comparison of integer expressions of different signedness: 'int' and 
'unsigned int' [-Wsign-compare]
        for (i = 0; i < keylen; i++)


I have one question.  When do you expect to release the stable grub-2.04 
version of GRUB?

   -- Bruce Dubbs
      linuxfromscratch.org


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GRUB 2.04 RC01 released
  2019-04-09 10:53 GRUB 2.04 RC01 released Vladimir 'phcoder' Serbinenko
  2019-04-09 12:48 ` Bruce Dubbs
@ 2019-04-09 13:09 ` John Paul Adrian Glaubitz
  2019-04-09 14:48 ` Christian Hesse
  2 siblings, 0 replies; 4+ messages in thread
From: John Paul Adrian Glaubitz @ 2019-04-09 13:09 UTC (permalink / raw)
  To: grub-devel

Hi!

On 4/9/19 12:53 PM, Vladimir 'phcoder' Serbinenko wrote:
> Hello all. GRUB maintainers team is proud to announce 2.04~rc1 that we
> have just released.
> 
> We’re not aware of any of the release-critical bugs but we’re sure
> that there are some so we need your help finding them.
Compile-tested on Debian unstable (2019-04-09) on the following Linux targets:

 * amd64    - OK
 * armel    - OK
 * armhf    - OK
 * arm64    - OK
 * i386     - OK
 * mips     - OK
 * mipsel   - OK
 * mips64el - OK
 * ia64     - OK
 * powerpc  - OK
 * ppc64    - OK
 * ppc64el  - OK
 * riscv64  - OK
 * s390x    - OK
 * sparc64  - OK
 * x32      - OK

Thanks,
Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GRUB 2.04 RC01 released
  2019-04-09 10:53 GRUB 2.04 RC01 released Vladimir 'phcoder' Serbinenko
  2019-04-09 12:48 ` Bruce Dubbs
  2019-04-09 13:09 ` John Paul Adrian Glaubitz
@ 2019-04-09 14:48 ` Christian Hesse
  2 siblings, 0 replies; 4+ messages in thread
From: Christian Hesse @ 2019-04-09 14:48 UTC (permalink / raw)
  To: Vladimir 'phcoder' Serbinenko; +Cc: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 679 bytes --]

"Vladimir 'phcoder' Serbinenko" <phcoder@gmail.com> on Tue, 2019/04/09 20:53:
> Hello all. GRUB maintainers team is proud to announce 2.04~rc1 that we
> have just released.
> 
> We’re not aware of any of the release-critical bugs but we’re sure
> that there are some so we need your help finding them.

Built an Arch Linux package, successfully tested booting on i386-pc and
x86_64-efi. This is ready to go from my point of view.
-- 
main(a){char*c=/*    Schoene Gruesse                         */"B?IJj;MEH"
"CX:;",b;for(a/*    Best regards             my address:    */=0;b=c[a++];)
putchar(b-1/(/*    Chris            cc -ox -xc - && ./x    */b/42*2-3)*42);}

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-09 14:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-09 10:53 GRUB 2.04 RC01 released Vladimir 'phcoder' Serbinenko
2019-04-09 12:48 ` Bruce Dubbs
2019-04-09 13:09 ` John Paul Adrian Glaubitz
2019-04-09 14:48 ` Christian Hesse

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.