mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
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
This commit is contained in:
parent
809edb3636
commit
9f7f905075
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -1 +1,2 @@
|
||||
3.0: Lua scripts API stability
|
||||
0.1: Initial kboot/PowerPC version.
|
||||
|
@ -1 +1,2 @@
|
||||
3.0: Lua scripts API stability
|
||||
0.1: Initial OFW/PowerPC version.
|
||||
|
@ -1 +1,2 @@
|
||||
3.0: Lua scripts API stability
|
||||
1.5: Unified ubldr build
|
||||
|
@ -1,3 +1,4 @@
|
||||
3.0: Lua scripts API stability
|
||||
1.2: Userboot with lua or forth
|
||||
1.1: Initial userland boot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user