diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-11-10 11:49:19 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-11-10 11:49:19 -0500 |
commit | 63451fca13c75870e1703eb3e20584d91179aebc (patch) | |
tree | e1d868e9c00f203322ad5cc6bc31f8c9c7f952f1 | |
parent | 0ca6d6277dfafc671a5b3718cbeb5c78e2a888ea (diff) | |
download | seabios-63451fca13c75870e1703eb3e20584d91179aebc.tar.gz |
docs: Note v1.11.0 releaserel-1.11.0
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Releases.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/Releases.md b/docs/Releases.md index 63805fda..8d3d85d9 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -1,6 +1,19 @@ History of SeaBIOS releases. Please see [download](Download) for information on obtaining these releases. +SeaBIOS 1.11.0 +============== + +Available on 20171110. Major changes in this release: + +* Initial support for NVME drives +* Support for vga emulation over a serial port in SeaBIOS (sercon) +* Support for serial debugging using MMIO based serial ports +* Support for scsi devices with multiple LUNs +* Support for boot-to-boot persistent coreboot cbmem logs +* Improved coreboot vga (cbvga) mode setting compatibility +* Several bug fixes and code cleanups + SeaBIOS 1.10.0 ============== @@ -23,6 +36,11 @@ SeaBIOS 1.10.2 Available on 20170228. Stable release containing only bug fixes. +SeaBIOS 1.10.3 +-------------- + +Available on 20171019. Stable release containing only bug fixes. + SeaBIOS 1.9.0 ============= |