* GRUB 2.12 released @ 2023-12-20 17:10 Daniel Kiper 2023-12-21 7:30 ` Oskari Pirhonen 0 siblings, 1 reply; 5+ messages in thread From: Daniel Kiper @ 2023-12-20 17:10 UTC (permalink / raw) To: grub-devel; +Cc: alexander.burmashev, phcoder Hi all, GRUB maintainers are proud to announce GRUB 2.12 that has been just released. You can find list of new features and major fixes since release 2.06 in the NEWS file. We would like to thank all the people who have contributed to the project. The tarball is available at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz and its signature at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz.sig Release is signed with the following fingerprint: BE5C 2320 9ACD DACE B20D B0A2 8C81 89F1 988C 2166 It's also available as a signed grub-2.12 tag in official git repository. If you do not have xz support alternatively you may consider file https://ftp.gnu.org/gnu/grub/grub-2.12.tar.gz and its signature at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.gz.sig If you want a binary version for Windows (i386-pc, i386-efi and x86_64-efi flavors) it is available under https://ftp.gnu.org/gnu/grub/grub-2.12-for-windows.zip and its signature at https://ftp.gnu.org/gnu/grub/grub-2.12-for-windows.zip.sig The GRUB documentation has been also updated and is available at https://www.gnu.org/software/grub/grub-documentation.html Daniel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GRUB 2.12 released 2023-12-20 17:10 GRUB 2.12 released Daniel Kiper @ 2023-12-21 7:30 ` Oskari Pirhonen 2023-12-22 16:13 ` Daniel Kiper 0 siblings, 1 reply; 5+ messages in thread From: Oskari Pirhonen @ 2023-12-21 7:30 UTC (permalink / raw) To: Daniel Kiper; +Cc: grub-devel, alexander.burmashev, phcoder [-- Attachment #1.1: Type: text/plain, Size: 820 bytes --] On Wed, Dec 20, 2023 at 18:10:57 +0100, Daniel Kiper wrote: > Hi all, > > GRUB maintainers are proud to announce GRUB 2.12 that has been just released. > You can find list of new features and major fixes since release 2.06 in the > NEWS file. > > We would like to thank all the people who have contributed to the project. > First of all, congrats on releasing. It's been a long time in the making. But... > The tarball is available at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz > and its signature at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz.sig > The release tarball fails to build because the grub-core/extra_deps.lst file is not included in it. I just sent a patch which fixes it (at least on my end). Hopefully it works for others too and a new release can be made. - Oskari [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] [-- Attachment #2: Type: text/plain, Size: 141 bytes --] _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GRUB 2.12 released 2023-12-21 7:30 ` Oskari Pirhonen @ 2023-12-22 16:13 ` Daniel Kiper 2023-12-23 4:38 ` Oskari Pirhonen 0 siblings, 1 reply; 5+ messages in thread From: Daniel Kiper @ 2023-12-22 16:13 UTC (permalink / raw) To: grub-devel, alexander.burmashev, phcoder On Thu, Dec 21, 2023 at 01:30:03AM -0600, Oskari Pirhonen wrote: > On Wed, Dec 20, 2023 at 18:10:57 +0100, Daniel Kiper wrote: > > Hi all, > > > > GRUB maintainers are proud to announce GRUB 2.12 that has been just released. > > You can find list of new features and major fixes since release 2.06 in the > > NEWS file. > > > > We would like to thank all the people who have contributed to the project. > > > > First of all, congrats on releasing. It's been a long time in the Thank you! > making. But... Yeah, I am not happy with that too. I hope we will be releasing yearly starting from now and shorten release candence at point when it is needed/possible/... > > The tarball is available at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz > > and its signature at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz.sig > > > > The release tarball fails to build because the grub-core/extra_deps.lst > file is not included in it. I just sent a patch which fixes it (at least > on my end). > > Hopefully it works for others too and a new release can be made. I have just pushed your patch. If more issues will pop up then maybe I will cut a minor release. Daniel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GRUB 2.12 released 2023-12-22 16:13 ` Daniel Kiper @ 2023-12-23 4:38 ` Oskari Pirhonen 0 siblings, 0 replies; 5+ messages in thread From: Oskari Pirhonen @ 2023-12-23 4:38 UTC (permalink / raw) To: Daniel Kiper; +Cc: grub-devel, alexander.burmashev, phcoder, distributions [-- Attachment #1: Type: text/plain, Size: 1775 bytes --] On Fri, Dec 22, 2023 at 17:13:33 +0100, Daniel Kiper wrote: > On Thu, Dec 21, 2023 at 01:30:03AM -0600, Oskari Pirhonen wrote: > > On Wed, Dec 20, 2023 at 18:10:57 +0100, Daniel Kiper wrote: > > > Hi all, > > > > > > GRUB maintainers are proud to announce GRUB 2.12 that has been just released. > > > You can find list of new features and major fixes since release 2.06 in the > > > NEWS file. > > > > > > We would like to thank all the people who have contributed to the project. > > > > > > > First of all, congrats on releasing. It's been a long time in the > > Thank you! > > > making. But... > > Yeah, I am not happy with that too. I hope we will be releasing yearly > starting from now and shorten release candence at point when it is > needed/possible/... > This is good to hear. I know there's distro maintainers who don't enjoy having to keep large patch sets on top of the releases. > > > The tarball is available at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz > > > and its signature at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz.sig > > > > > > > The release tarball fails to build because the grub-core/extra_deps.lst > > file is not included in it. I just sent a patch which fixes it (at least > > on my end). > > > > Hopefully it works for others too and a new release can be made. > > I have just pushed your patch. If more issues will pop up then maybe > I will cut a minor release. > > Daniel CC'd distributions list in case there's people there who don't watch this list but might be interested in knowing why the release tarball fails. FYI for them, the missing file is grub-core/extra_deps.lst and, at the time of writing, contains the following line: depends bli part_gpt - Oskari [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GRUB 2.12 released @ 2023-12-23 4:38 ` Oskari Pirhonen 0 siblings, 0 replies; 5+ messages in thread From: Oskari Pirhonen @ 2023-12-23 4:38 UTC (permalink / raw) To: Daniel Kiper; +Cc: grub-devel, alexander.burmashev, phcoder, distributions [-- Attachment #1.1: Type: text/plain, Size: 1775 bytes --] On Fri, Dec 22, 2023 at 17:13:33 +0100, Daniel Kiper wrote: > On Thu, Dec 21, 2023 at 01:30:03AM -0600, Oskari Pirhonen wrote: > > On Wed, Dec 20, 2023 at 18:10:57 +0100, Daniel Kiper wrote: > > > Hi all, > > > > > > GRUB maintainers are proud to announce GRUB 2.12 that has been just released. > > > You can find list of new features and major fixes since release 2.06 in the > > > NEWS file. > > > > > > We would like to thank all the people who have contributed to the project. > > > > > > > First of all, congrats on releasing. It's been a long time in the > > Thank you! > > > making. But... > > Yeah, I am not happy with that too. I hope we will be releasing yearly > starting from now and shorten release candence at point when it is > needed/possible/... > This is good to hear. I know there's distro maintainers who don't enjoy having to keep large patch sets on top of the releases. > > > The tarball is available at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz > > > and its signature at https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz.sig > > > > > > > The release tarball fails to build because the grub-core/extra_deps.lst > > file is not included in it. I just sent a patch which fixes it (at least > > on my end). > > > > Hopefully it works for others too and a new release can be made. > > I have just pushed your patch. If more issues will pop up then maybe > I will cut a minor release. > > Daniel CC'd distributions list in case there's people there who don't watch this list but might be interested in knowing why the release tarball fails. FYI for them, the missing file is grub-core/extra_deps.lst and, at the time of writing, contains the following line: depends bli part_gpt - Oskari [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] [-- Attachment #2: Type: text/plain, Size: 141 bytes --] _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-12-23 4:39 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-12-20 17:10 GRUB 2.12 released Daniel Kiper 2023-12-21 7:30 ` Oskari Pirhonen 2023-12-22 16:13 ` Daniel Kiper 2023-12-23 4:38 ` Oskari Pirhonen 2023-12-23 4:38 ` Oskari Pirhonen
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.