From 4c9b0700b43746983f4c7eca95f92c0bed034a46 Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Thu, 22 May 2008 10:55:41 +0000 Subject: [PATCH] - preparations for release 0.6b --- ChangeLog | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README | 5 +++++ 2 files changed, 57 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4b88fab..75be5bd 100644 --- a/ChangeLog +++ b/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/README b/README index d216fb6..bc5e0bd 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.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) -- 2.11.4.GIT