mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-04 20:06:30 +02:00
[release] Release version 2.0.0
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
6165069249
commit
12798ec29a
@ -3,6 +3,8 @@ Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v2.0.0] 2026-03-06
|
||||
|
||||
- Add support for [UEFI Secure Boot][secboot] via a dedicated [iPXE
|
||||
shim][ipxeshim].
|
||||
|
||||
@ -104,6 +106,7 @@ Changelog
|
||||
|
||||
|
||||
[unreleased]: https://github.com/ipxe/ipxe/commits
|
||||
[v2.0.0]: https://github.com/ipxe/ipxe/releases/tag/v2.0.0
|
||||
[v1.21.1]: https://github.com/ipxe/ipxe/releases/tag/v1.21.1
|
||||
[v1.20.1]: https://github.com/ipxe/ipxe/releases/tag/v1.20.1
|
||||
[v1.0.0]: https://github.com/ipxe/ipxe/releases/tag/v1.0.0
|
||||
|
||||
@ -212,10 +212,10 @@ install :
|
||||
#
|
||||
# Version number calculations
|
||||
#
|
||||
VERSION_MAJOR := 1
|
||||
VERSION_MINOR := 21
|
||||
VERSION_PATCH := 1
|
||||
EXTRAVERSION := +
|
||||
VERSION_MAJOR := 2
|
||||
VERSION_MINOR := 0
|
||||
VERSION_PATCH := 0
|
||||
EXTRAVERSION :=
|
||||
ifneq ($(wildcard ../.git/HEAD),)
|
||||
GITVERSION := $(shell cat ../.git/HEAD)
|
||||
ifeq ($(firstword $(GITVERSION)),ref:)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user