summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-02-18 12:49:59 -0500
committerKevin O'Connor <kevin@koconnor.net>2015-02-18 12:52:29 -0500
commit4c59f5d83044df4d57b90958b0fdfcecb913fddb (patch)
tree371877dcf03aa18af10e513dd267370cb8f08545 /docs
parentb7c3ef7ddee8e6c60e8f39ec7df28fc4ba5e5123 (diff)
downloadqemu-seabios-4c59f5d83044df4d57b90958b0fdfcecb913fddb.tar.gz
docs: Note v1.8.0 releaserel-1.8.0
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Releases.md22
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
=============