aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Ruppert <info@vruppert.de>2005-05-24 18:07:34 +0000
committerVolker Ruppert <info@vruppert.de>2005-05-24 18:07:34 +0000
commit24e1498866fbda10325670f4fbe945d5869d55b4 (patch)
treebd527037d3cb56bf15b88c1095ec12250339ae64
parent5be50b213dccc58b57848634d54f8882ed7efd2a (diff)
downloadvgabios-24e1498866fbda10325670f4fbe945d5869d55b4.tar.gz
- updates for 0.5b release
-rw-r--r--ChangeLog20
-rw-r--r--README5
2 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79dd2a6..08711f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2005-05-24 16:50 vruppert
+
+ * vbe.c (1.47), vgabios.c (1.61):
+
+ - output to the vgabios info port can be disabled now. It is still enabled by
+ default and always possible in debug mode. (based on a patch from Alex Beregszaszi)
+
+2005-05-20 16:06 vruppert
+
+ * vbe.c (1.46), vgabios.c (1.60):
+
+ - fixed return value for the default case in the VBE section (non-debug mode)
+ - removed unused macros HALT and PANIC_PORT
+
+2005-03-07 20:39 vruppert
+
+ * README (1.9):
+
+ - updates for 0.5a release
+
2005-03-06 13:06 vruppert
* Makefile (1.17):
diff --git a/README b/README
index b426d16..69462d9 100644
--- a/README
+++ b/README
@@ -90,6 +90,11 @@ For any information on qemu, visit the website http://fabrice.bellard.free.fr/qe
History
-------
+vgabios-0.5b : May 24 2005
+ - Volker
+ . fixed return value for the default case in the VBE section (non-debug mode)
+ . removed unused stuff
+
vgabios-0.5a : Mar 07 2005
- Volker
. Cirrus SVGA extension (initial patches from Makoto Suzuki, improvements