Release 0.6

* fixed a bug in rt_fifo. Select used to sleep without waking up. Thanks 
	to W. Steenbeck <SteenbeckDigital@Compuserve.com>

* fixed a bug in the sound example: the RT-FIFO was not created. Thanks
	to Lawrence Decker Winiarski Jr. <cuttedge@teleport.com>


Release 0.5

* Finally documented RT-Linux time units

* Examples and documentation are updated for new RT-FIFO devices.

* Implemented new RT-FIFO devices.

* Added FP context switching code and rt_use_math() function. These allow 
	to use FP operations in RT-tasks. 
	Thanks to Walter Fetter Lages <w.fetter@ieee.org>. 

	Added on March 24, 97: Better don't raise FP exceptions! Bad things
	will happen.

* we don't really disable the interrupt in disable_irq now

* fixed a bug in request_RTirq (Thanks to Tyson Sawyer <tyson@rwii.com> 
	for pointing it out).

* fixed the CONFIG_MODVERSION=y problem


Release 0.4:
	based on linux-2.0.27


Version 0.3 (never actually released):
	fixed a module loading problem (but see the BUGS file)
	C++ compilation for user processes using librtlinux.a works now


Version 2.2 (never actually released):
	added sound example


Release 2.0.0.1:
	base system: RT-FIFOs, a simple priority-based preemptive 
	scheduler, some documentation, examples, and a real-time library
	for use in Linux processes
