Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > e4013d41c78b58c353db9333d5a55fae > files > 3

bioswriter-0.2-1mdk.i586.rpm

ChangeLog
=========

This file contains a listing of modifications to BIOS Writer in CVS on a 
per-commit basis.  Dates are included, as are nicknames/names/initials 
for the persons making the changes.
	

-------------------------------------------------------------------------------
Mon Feb 28 20:55:59 PST 2000	Michael Jennings <mej@eterm.org>

	BIOS tool initial commit.  Everything seems to work except for the
	actual BIOS I/O. :-)  I'll do that tomorrow.
	
-------------------------------------------------------------------------------
Tue Feb 29 18:10:14 PST 2000	Michael Jennings <mej@eterm.org>

	Lots more work, including some new options.  All the code is in place
	and seems to work, at least for reading.  I haven't tried writing yet,
	too chicken. :-)
	
-------------------------------------------------------------------------------
Tue Feb 29 18:30:15 PST 2000	Michael Jennings <mej@eterm.org>

	Oops.  Spoke too soon.  A few bugs fixed here.
	
-------------------------------------------------------------------------------
Tue Feb 29 20:44:37 CST 2000	Nathan Benson <phuzz@phactor.org>

	Added -Wall -O2 to the Makefile.  At minimum (at least on
	glibc systems) -O is required, as inb() and outb() are
	defined as inline macros and are not included without
	optimization turned on.

-------------------------------------------------------------------------------
Tue Feb 29 19:18:43 PST 2000	Michael Jennings <mej@eterm.org>

	Right, but many people already have a CFLAGS variable defined that we
	shouldn't override.  Try this way instead.
	
-------------------------------------------------------------------------------
Wed Mar  1 15:37:56 PST 2000	Michael Jennings <mej@eterm.org>

	Okay, I've uncommented the write stuff, and it appears to work.
	Any other guinea pigs care to volunteer?  I can't get to my test
	cluster right now, so if anyone can test the read-once-and-propogate
	concept, that would be great.
	
-------------------------------------------------------------------------------
Mon Mar  6 15:58:53 PST 2000	Michael Jennings <mej@eterm.org>

	I have removed some cruft from the repository that is no longer
	needed.  I also fixed some issues with long option parsing.
	
-------------------------------------------------------------------------------