SRND Version 1.3
================

2001-01-07 Version 1.3
	* Modified source to compile with current kernel version 2.4.0.
	* Considering new module locations of kernel versions 2.4.x.

2000-01-30 Version 1.2
	* Modified source to compile with current kernel versions 2.3.x.
	  Tested with kernel version 2.3.41.
	* Added native ISA Plug & Play configuration.

1999-07-13 Version 1.1
	* Added autodetection feature for the I/O ports.

1999-01-27 Version 1.0
	* Redesigned Makefile to use the same compiler options as the kernel
	  does for its own modules.
	* Added some more comments to the source code.
	* Tested with new kernel version 2.2.0.

1998-10-30 Version 0.95
	* Added a command line tool to control the Surround board.
	* Added passing of I/O ports as parameters to the module.

1998-09-20 Version 0.94
	* Changed argument reference of most ioctl calls from "int *arg" to
	  "int arg". This makes it incompatible to older versions but looks
	  much cleaner.
	* Changed the format of the version code to linux kernel style
	  (major * 256 + minor).
	* Added a manual page for the SRND device.
	* Tested with kernel versions up to 2.1.122.

1998-08-27 Version 0.93
	* Modified source for compiling with current kernel versions 2.1.x.
	  Tested with kernel version 2.1.119.
	* Removed references to the miroMEDIA Surround product information
	  www-page from documentation because it has been removed from the
	  server.

1998-08-23 Version 0.92
	* Moved Surround board reset from device open to module load time. Now
	  the device can be opened an closed without changing the boards state.
	* Added "make install" feature to the Makefile.

1998-08-11 Version 0.91
	* New official major character device number 110.
	* Added support for more than one miroMEDIA Surround card installed in
	  the system.

1998-08-10 Version 0.90
	* First release, no public changes so far.
