diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-10-26 11:17:34 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-10-26 12:06:51 -0400 |
commit | d7adf6044a4c772b497e97272adf97426b34a249 (patch) | |
tree | 8dba4b94b3865d0eb7cdea61f39b477c73d410a9 /docs | |
parent | 99e3316d5970dbcdac8ce7bb0f89f0986d01c0ce (diff) | |
download | seabios-d7adf6044a4c772b497e97272adf97426b34a249.tar.gz |
docs: Note v1.10.0 release
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-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 600aa50f..cd96b5e9 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.10.0 +============== + +Available on 20161026. Major changes in this release: + +* Initial support for Trusted Platform Module (TPM) version 2.0 +* Several USB XHCI timing fixes on real hardware +* Support for "LSI MPT Fusion" scsi controllers on QEMU +* Support for virtio devices mapped above 4GB +* Several bug fixes and code cleanups + SeaBIOS 1.9.0 ============= |