diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-09 15:08:17 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-09 15:08:17 -0500 |
commit | f21b5a4aeb020f2a5e2c6503f906a9349dd2f069 (patch) | |
tree | bf592cfb564447e56c6a82fcb131fcbd1993b12e | |
parent | c9ba5276e3217ac6a1ec772dbebf568ba3a8a55d (diff) | |
download | seabios-f21b5a4aeb020f2a5e2c6503f906a9349dd2f069.tar.gz |
docs: Note v1.13.0 release
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Releases.md | 11 |
1 files changed, 11 insertions, 0 deletions
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 ============== |