summaryrefslogtreecommitdiff
path: root/vgabios
diff options
context:
space:
mode:
authorvruppert <vruppert>2008-05-22 10:55:41 +0000
committervruppert <vruppert>2008-05-22 10:55:41 +0000
commit5c7dadc55c44e60c770c93b4900e28d0da20745f (patch)
treeb77a03d341893be190ec4c72bc9b392b297c7be8 /vgabios
parenta70592acb81bdd0d42144ca810ca65b8044dfec8 (diff)
- preparations for release 0.6b
Diffstat (limited to 'vgabios')
-rw-r--r--vgabios/ChangeLog52
-rw-r--r--vgabios/README5
2 files changed, 57 insertions, 0 deletions
diff --git a/vgabios/ChangeLog b/vgabios/ChangeLog
index 4b88fab1..75be5bdd 100644
--- a/vgabios/ChangeLog
+++ b/vgabios/ChangeLog
@@ -1,3 +1,55 @@
+2008-05-11 08:40 vruppert
+
+ * biossums.c (1.6):
+
+ - fixed a warning
+
+2008-03-02 08:47 vruppert
+
+ * vbe.c (1.60):
+
+ - added debug message for unsupported VBE modes
+
+2008-02-24 09:18 vruppert
+
+ * vbe.c (1.59):
+
+ - in LFB modes the number of banks must be set to 1
+
+2008-01-27 10:44 vruppert
+
+ * Makefile (1.21), biossums.c (1.5), vgabios.c (1.67):
+
+ - added PCI data structure for the Cirrus VGABIOS images
+ - added support for the PCI data structure in biossums
+ - updated year in copyright
+
+2008-01-26 11:46 vruppert
+
+ * BUGS (1.4), Makefile (1.20), README (1.14), TODO (1.13), vbe_display_api.txt (1.14):
+
+ - whitespace cleanup
+
+2006-11-26 10:43 vruppert
+
+ * Makefile (1.19):
+
+ - disable the generation of linemarkers by the preprocessor, since the latest
+ versions of bcc don't like them
+
+2006-09-02 13:15 vruppert
+
+ * biossums.c (1.4):
+
+ - the biossums utility no longer modifies VGABIOS images with proper checksum
+ and size
+
+2006-08-19 14:28 vruppert
+
+ * Changelog (1.26), README (1.13), TODO (1.12):
+
+ - updates for 0.6a release
+
2006-08-19 09:39 vruppert
* vbe.c (1.58):
diff --git a/vgabios/README b/vgabios/README
index d216fb63..bc5e0bd4 100644
--- a/vgabios/README
+++ b/vgabios/README
@@ -90,6 +90,11 @@ For any information on qemu, visit the website http://fabrice.bellard.free.fr/qe
History
-------
+vgabios-0.6b : (not yet released)
+ - Volker
+ . added PCI data structure for the Cirrus VGABIOS images
+ . minor bugfixes in biossums utility, VBE support and makefile
+
vgabios-0.6a : Aug 19 2006
- Volker
. added minimal support for the video parameter table (VPT)