diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2015-02-18 12:49:59 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2015-02-18 12:52:29 -0500 |
commit | 4c59f5d83044df4d57b90958b0fdfcecb913fddb (patch) | |
tree | 371877dcf03aa18af10e513dd267370cb8f08545 | |
parent | b7c3ef7ddee8e6c60e8f39ec7df28fc4ba5e5123 (diff) | |
download | seabios-rel-1.8.0.zip seabios-rel-1.8.0.tar.gz seabios-rel-1.8.0.tar.bz2 |
docs: Note v1.8.0 releaserel-1.8.0
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Releases.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/Releases.md b/docs/Releases.md index f41ae4e..6a1ecd5 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -1,6 +1,28 @@ History of SeaBIOS releases. Please see [download](Download) for information on obtaining these releases. +SeaBIOS 1.8.0 +============= + +Available on 20150218. Major changes in this release: + +* Several USB timing fixes for USB controllers on real hardware +* Initial support for USB3 hubs +* Initial support for SD cards (on QEMU only) +* Initial support for transitioning to 32bit mode using SMIs (on QEMU + TCG only) +* SeaVGABIOS improvements + * Added cursor emulation to coreboot native init vgabios (cbvga) + * Added support for read character calls when in graphics mode +* Developer documentation added to "docs/" directory in the code + repository and several documentation updates +* Several bug fixes and code cleanups + +As of the 1.8.0 release, new feature releases will modify the first +two release numbers (eg, 1.8) and stable releases will use three +numbers (eg, 1.8.1). The prior behavior of using a forth number +(eg, 1.7.5.1) for stable releases will no longer be used. + SeaBIOS 1.7.5 ============= |