0.8.0
* no more 2.4. 2.6.16 and higher only
* cdemu has file access like in a loop module (Nico Huber)
* should work on amd64 & SMP systems
* .mds, .ccd, .nrg support (Henrik Stokseth)
* .iso (Calin A. Culianu)
* some docs

0.6.0
* initial kernel 2.6 support, thx to Mike Frysinger <vapier@gmail.com>

0.5.4
* added some output to the verbose mode, should help the users ;-)
* INSTALL and Authors changed

0.5.3
* make file added (thx to Marc Thoben)
* minor cue file parsing enhancement

0.5.2
* fixed a minor bug in parsing cue files

0.5.1
* now works with the epsxe (playstation emulator)
* unload/load does only work now if the drive is not locked
* made a README, INSTALL, Changelog, TODO

0.5.0
* vmware now accepts it as cdrom (a friend told me that on his pc it sometimes
  freezes  and booting for that cdrom is not possible, but software installing
  works)
* xine should now work too with it (unstest as all my friends have mplayer)
* will now work even with bad formated cue files

0.4.0
* removed sys_call_table use
* fixed bug with devfsd
* some extra error handling for the userspace program
       
0.3.0
* First public release is 0.3 ;-) 
* added check if a "cd is loaded"
* removed all warnings (with gcc 2.9*)
* code cleanup

0.2.0
* support for proc fs
* changed the vclib.c so it can be used by gui programs

0.1.0
* first test release (data and raw mode work - but no checks, if you do something
  wrong you'll kill the kernel ;-)

---

/*
 * TODO: Merge this changelog from cdemu_mod.c properly.
 *
 * Version 0.7 - 2004-12-8
 * works with current 2.6 kernels
 *
 * Version 0.6 - 2003-10-13
 * add linux-2.6.x support and break up code to try to
 * blur the differences between 2.4.x and 2.6.x
 *
 * Version 0.5 - 2003-07-02
 * rename to CDemu
 * rewrite of major parts to be 100% compatible to a cdrom
 * user space interface changed for new userspace program
	   
 * Version 0.4 - 2003-04-08
 * removed sys_call_table use
 * fixed bug with devfsd
 * some extra error handling for the userspace program
	       
 * Version 0.3 - 2003-01-11
 * added check if a "cd is loaded"
 * removed all warnings
 * code cleanup
		   
 * Version 0.2 - 2003-01-12
 * support for proc fs
 * changed the vclib.c so it can be used by gui programs
		      
 * Version 0.1 - 2003-01-10
 * first test release (data and raw mode work - but no checks, if you do
 * something wrong you'll kill the kernel ;-)
 *
 */
