]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[doc] Update change log in preparation for release
authorMichael Brown <mcb30@ipxe.org>
Fri, 6 Mar 2026 15:21:15 +0000 (15:21 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 6 Mar 2026 15:23:55 +0000 (15:23 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
CHANGELOG.md

index d782714760085e74ba06caa4c967324ddb85bfa5..7c46046e714e8b60fc94d206cc905bc6c2e782a0 100644 (file)
@@ -3,7 +3,8 @@ Changelog
 
 ## [Unreleased]
 
-- Add support for UEFI Secure Boot via a dedicated iPXE shim.
+- Add support for [UEFI Secure Boot][secboot] via a dedicated [iPXE
+  shim][ipxeshim].
 
 - Add support for LoongArch64 and RISC-V CPU architectures.
 
@@ -13,7 +14,13 @@ Changelog
 
 - Construct initrd-style CPIO archive for UEFI kernels.
 
-- Support loading a UEFI executable via a shim.
+- Support loading a UEFI executable via a [shim][shimcmd].
+
+- Add the [`${cwuri}`](https://ipxe.org/cfg/cwuri) and
+  [`${cwduri}`](https://ipxe.org/cfg/cwduri) settings to expose the
+  current working URI.
+
+- Automatically open the boot network device after chainloading.
 
 - Support EAPoL and port authentication.
 
@@ -23,6 +30,8 @@ Changelog
   operation, X25519, P-256, and P-384 elliptic curves, and ECDSA
   certificates.
 
+- Close TLS connections gracefully via closure alerts.
+
 - Remove support for TLS v1.0.
 
 - Support gzip decompression and compressed arm64 kernels.
@@ -65,6 +74,12 @@ Changelog
 
 - Switch from Travis CI to GitHub Actions.
 
+- Automate UEFI Secure Boot signing and the release process.
+
+[ipxeshim]: https://github.com/ipxe/shim
+[secboot]: https://ipxe.org/secboot
+[shimcmd]: https://ipxe.org/cmd/shim
+
 ## [v1.21.1] 2020-12-31
 
 - Create DMA API and support UEFI systems with the IOMMU enabled (for