Re: unable to boot latest 14-stable

From: void <void_at_f-m.fm>
Date: Wed, 11 Oct 2023 14:07:57 UTC
On Wed, Oct 11, 2023 at 06:01:05AM -0700, Mark Millard wrote:

>You replaced the older EFI/boot/bootaa64.efi on the msdosfs
>with a newer one. The newer one knows about and classifies
>the zpool feature as known-to-be supported by itself. Or so
>I expect: I've not tracked down the source code changes
>between the specific versions in question.

I can handle changes if I know about them, if there's somewhere
to check where breaking changes like this and their consequence are always 
noted, in order to accomodate the change in any upgrade process.

I've checked in 
https://cgit.freebsd.org/src/log/?h=stable%2F14&qt=grep&q=bootaa64.efi

returns one entry from 2018.

With the non-working efi:
stat -f "%Sm %N" -t %Y%m%d%H%M%S bootaa64.efi
20220512075622 bootaa64.efi

The working one:
20231006092102 bootaa64.efi

How can I track breaking changes like this in future?
--