From 9f7f90507528aaa9a2f54575c1d4f4010d01c2e5 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 29 Jul 2024 16:57:22 -0600 Subject: [PATCH] loader: Bump all versions to 3.0 Each incompatible change we make, we bump the major version. We've not done the bump in a while, so sync everybody to 3.0. Anything older than 3.0 will be given a warning that their boot loader is too old. We check only the major version, though, so minor versions can still be bumped for individual loaders (though I honestly doubt we'll ever need to do that again). Sponsored by: Netflix Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D45888 --- stand/efi/loader/version | 1 + stand/efi/loader/version.veriexec | 1 + stand/i386/loader/version | 1 + stand/kboot/kboot/version | 1 + stand/powerpc/ofw/version | 1 + stand/uboot/version | 1 + stand/userboot/userboot/version | 1 + 7 files changed, 7 insertions(+) diff --git a/stand/efi/loader/version b/stand/efi/loader/version index 4d6c3592e10a..570796b66956 100644 --- a/stand/efi/loader/version +++ b/stand/efi/loader/version @@ -1,2 +1,3 @@ +3.0: Lua scripts API stability 1.1: Keep in sync with i386 version. 0.1: Initial i386 version. Derived from ia64. diff --git a/stand/efi/loader/version.veriexec b/stand/efi/loader/version.veriexec index 090267dfa9cb..529f3ef5544b 100644 --- a/stand/efi/loader/version.veriexec +++ b/stand/efi/loader/version.veriexec @@ -1,3 +1,4 @@ +3.0: Lua scripts API stability 2.1: SMBIOS 3 support 2.0: Secure boot support 1.1: Keep in sync with i386 version. diff --git a/stand/i386/loader/version b/stand/i386/loader/version index e5fdb8976bf2..82229ae6a06d 100644 --- a/stand/i386/loader/version +++ b/stand/i386/loader/version @@ -1,3 +1,4 @@ +3.0: Lua scripts API stability 1.1: New calling conventions for fopen. 1.0: New semantics for finding the kernel, new boot. 0.8: Set/getenv & cia, copyin/out. diff --git a/stand/kboot/kboot/version b/stand/kboot/kboot/version index a142c2b0ce2c..be162b693ada 100644 --- a/stand/kboot/kboot/version +++ b/stand/kboot/kboot/version @@ -1 +1,2 @@ +3.0: Lua scripts API stability 0.1: Initial kboot/PowerPC version. diff --git a/stand/powerpc/ofw/version b/stand/powerpc/ofw/version index 24bdc8254ce3..fd8b01228f46 100644 --- a/stand/powerpc/ofw/version +++ b/stand/powerpc/ofw/version @@ -1 +1,2 @@ +3.0: Lua scripts API stability 0.1: Initial OFW/PowerPC version. diff --git a/stand/uboot/version b/stand/uboot/version index e779e403e7ec..0293880a1f90 100644 --- a/stand/uboot/version +++ b/stand/uboot/version @@ -1 +1,2 @@ +3.0: Lua scripts API stability 1.5: Unified ubldr build diff --git a/stand/userboot/userboot/version b/stand/userboot/userboot/version index f361513b2741..2fba2c27eabc 100644 --- a/stand/userboot/userboot/version +++ b/stand/userboot/userboot/version @@ -1,3 +1,4 @@ +3.0: Lua scripts API stability 1.2: Userboot with lua or forth 1.1: Initial userland boot