#***************************************************************************
#                        CHANGELOG  -  description
#                             -------------------
#    title                : KCDemu
#    version              : 0.0.4
#    copyright            : (C) 2003 by Wolfgang 'Vir@s' Koller
#    email                : viras@suselinuxsupport.de
#***************************************************************************

#***************************************************************************
#*                                                                         *
#*   This program is free software; you can redistribute it and/or modify  *
#*   it under the terms of the GNU General Public License as published by  *
#*   the Free Software Foundation; either version 2 of the License, or     *
#*   (at your option) any later version.                                   *
#*                                                                         *
#***************************************************************************

version 0.0.4:
==========
- Added better error handling (if the mount fails, menu entries are updated correctly)
- Doesn't require a own copy of the cdemu control program anymore (it's enough if it is in $PATH)
- Doesn't try to load the module anymore (you have to load it before you start KCDemu)
- Handling of multiple drives now really works (status is updated correctly)
- All 8 devices of the cdemu-module can now be controlled using KCDemu
- Now reads the status of the devices correctly (and updates the icons accordingly) when starting up
- Cleaned up the code a bit
- To make control easier you can now unmount all images at once (there is a menu entry for it)

version 0.0.3a:
===========
- Added more than 1 device menu (now there are 4)
- Added error handling for mount / unmount commands
- Added check if module is loaded or not
- Improved install script
