From f21b5a4aeb020f2a5e2c6503f906a9349dd2f069 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 9 Dec 2019 15:08:17 -0500 Subject: [PATCH] docs: Note v1.13.0 release Signed-off-by: Kevin O'Connor --- docs/Releases.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/Releases.md b/docs/Releases.md index c3504266..a2e338aa 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -1,6 +1,17 @@ History of SeaBIOS releases. Please see [download](Download) for information on obtaining these releases. +SeaBIOS 1.13.0 +============== + +Available on 20191209. Major changes in this release: + +* Support for reading logical CHS drive information from QEMU +* Workaround added for misbehaving optionroms that grab "int19" +* The TPM 2 "PCR bank" option can now be set from the TPM menu +* SeaVGABIOS support for QEMU "atiext" display +* Several bug fixes and code cleanups + SeaBIOS 1.12.0 ==============