From: Kevin O'Connor Date: Wed, 18 Feb 2015 17:49:59 +0000 (-0500) Subject: docs: Note v1.8.0 release X-Git-Tag: rel-1.8.0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4c59f5d83044df4d57b90958b0fdfcecb913fddb;p=seabios.git docs: Note v1.8.0 release Signed-off-by: Kevin O'Connor --- 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 =============