On Thu, 19 May 2022 at 22:59, Daniel P. Smith
wrote:
>
>
> Greetings,
>
> Based on the discussions that occurred in this thread, there seems to be
> two issues at hand that should be decoupled, as their solutions can and
> should be implemented independently. These are:
> - the handling of the Dyn
Hi,
I am going to release GRUB 2.12 around October 2022. I will publish
exact dates closer to the release and at least month before freeze date.
If you think some features and fixes should land in the GRUB 2.12 please
replay to this email.
I am not going to release any of earlier released version
On Thu, Jun 9, 2022 at 2:50 PM Mathieu Desnoyers
wrote:
>
> The current implementation of the 20_linux_xen 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 annoyingly