Re: GRUB 2.12 release, etc.

2022-06-11 Thread Pete Batard
Hi Daniel. Thanks for keeping the list posted on your release plans. On 2022.06.10 18:20, Daniel Kiper wrote: If you think some features and fixes should land in the GRUB 2.12 please replay to this email. Well, I sure would like the grub-mkrescue patches I posted on 06/06, that fix support f

Re: [PATCH v5 3/5] grub-mkconfig hurd: Fix quadratic algorithm for sorting menu items

2022-06-11 Thread Samuel Thibault
Hello, Mathieu Desnoyers, le jeu. 09 juin 2022 14:50:22 -0400, a ecrit: > The current implementation of the 10_hurd script implements its menu > items sorting in bash with a quadratic algorithm, calling "sed", "sort", > "head", and "grep" to compare versions between individual lines, which > is an