0.7.12:	Jan/06/2004
	fix: makefile error by Negishi Yoshimasa

0.7.11:	Dec/15/2003
	fix: typo $DEVICE by Tomohito MAKINO
	fix: analyzing a protocol in "devices" file

0.7.10: Sep/28/2003
	add: calling scripts for an alias module
	add: turning off when hotplug=off is specified on a kernel boot option
	add: a template for calling script by murasaki.call
	add: printer, net, usb ,pci and setting default user script
	clean up

0.7.9:	Sep/20/2003
	fix: checking sysfs 
	add: scripts for mount and umount block device
	fix: murasaki_init.usb misunderstood the new format of devices
	mod: The speed of murasaki_init.* becomes faster

0.7.8:	Sep/13/2003
	mod: serching speed of murasaki_init.{usb,pci} are up
	fix: exit status was changed 0 from -1 when IEEE1394 bus did not exist.
	add: murasaki.spec uses chkconfig
	clean up

0.7.7:	Sep/11/2003
	mod: generic devices were deleted from murasaki.generic
		murasaki.generic looks only murasaki.genericlist
	mod: auto_setup uses a new way how to find appropriate modules
	mod: "net" script looks $DEVPATH

0.7.6:	Aug/29/2003
	add: murasaki_init.{usb,pci} are available for SYSFS.
	add: murasaki.genericlist
	
0.7.5:	Aug/12/2003
	add: murasaki_init.pci launch a hotplug only for Cardbus devices.

0.7.4:	Aug/09/2003
	mod: murasaki.scsi was mergerd into murasaki.generic
	mod: ignoring case on/off in murasaki.conf
	mod: each value was turned on when murasaki.conf did not exist.
	add: init.usb, init.pci and init.ieee1394 in murasaki.conf
	add: murasaki.blacklist
	mod: from 1 pass to 2 pass search for blacklist and sticky list
	clean up

0.7.3:	Jul/12/2003
	add: murasaki_init.ieee1394
	add: add.preload and remove.preload to modify murasaki.preload
	mod: murasaki.net -> murasaki.generic
	fix: reverse order of files in /proc
		It was fixed by Shun-ichi TAHARA.
	clean up

0.7.2:	Jun/08/2003
	fix: script "net" waits when it stops
	fix: run "modprobe" without module arguemnts
	fix: path of "xterm" in "auto_setup"
	All of them were fixed by Shun-ichi TAHARA.
	mod: how to get TYPE and INTERFACE on USB

0.7.1:	Jun/03/2003
	fix: free() in sticky.c (Shun-ichi TAHARA)

0.7.0:	May/18/2003
	add: scsi support(only sysfs)
	mod: how to call modprobe for kernel 2.5
	add: checking sysfs
	add: pci on sysfs support
	add: usb on sysfs support
	add: saving devpath
	add: removing devpath in the RC script
	mod: how to get TYPE and INTERFACE on USB
	mod: murasaki.usbmap
	add: some class setting

0.6.6:	Apr/20/2003
	add: murasaki.sticky
	mod: the objects under lib become independent
	mod: libmurasaki.a has common objects under lib
	mod: some syslog messages
	mod: restrucuring

0.6.5:	Apr/14/2003
	mod: some syslog messages
	mod: module options are ignored when modules are removed
	add: murasaki.precall
	mod: restrucuring

0.6.4:	Apr/01/2003
	fix: murasaki_mount became executable
	add: murasaki_mount can mount a CDROM
	mod: beep turned on in murasaki.conf
	add: environment "MURASAKI_BEEP" controls the beep
	mod: murasaki_init.* turn off the beep in rc.murasaki
	add: debug level control some logs
	
0.6.3:	Mar/30/2003
	add: "net" script wait for max 6 sec until the network device is found.
	mod: syslog messages was modified
	add: turning off beep sound with the environment MURASAKI_BEEP
	add: configuration file murasaki.conf which controls "beep","usb",
		"pci","net" and "ieee1394".
	add: murasaki_mount script and the configuration file(murasaki.mnttab)

0.6.2:	Mar/09/2003
	mod: When any error happen, errors are showed thru syslog 
		instead of dprintf
	mod: Interface array number is changed 8 to INTERFACE_MAX(16)
	mod: clear interface number variable on 'T'
	mod: the way how to analyze devices file
	add: interface number overflow error
	fix: stack when USB devices have many interfaces
	add: joydev class setting

0.6.1:	Apr/21/2002
	mod: matching rule for class
	add: exclusive matching for USB and IEEE1394
	fix: murasaki.pci call USB device script.
	mod: not creating *.old file on installing
	add: executing hotplug agent(USB,PCI) for the devices 
		have already inserted.
	mod: log facility change LOG_CONS to LOG_INFO
	mod: remove LOG_CONS from openlog

0.6.0:	Mar/03/2002
	add: script path '/etc/murasaki/bin' to PATH environment
	add: default script configuration for hotplug device
	fix: error in config/Makefile
	fix: auto_setup
	clean up

0.5.4:	Jan/30/2002
	fix: print match_flags for unknown USB devices

0.5.3:	Jan/24/2002
	clean up
	mod: not to install an empty 'murasaki.preload' 
	mod: execute 'auto_setup' only when 'murasaki.preload' isn't exist
		 or its size is more than 0
	mod: module matching rule is more strictly
	fix: make a list for 'murasaki.call'
	mod: argument for script modified 'add' to 'start' and 'remove' to 'stop'

0.5.2:	Dec/18/2001
	mod: move kill script to run-level 0 and 1
	fix: enable to run kill script

0.5.1:	Dec/16/2001
	mod: 'rc.murasaki' and 'auto_setup' invoke 'modprobe' using PATH
		 variable.
	mod: When '/etc/murasaki/murasaki.preload' has already existed,
		 'rc.murasaki' don't call 'auto_setup'.
	add: 'OVERWRITE' variable was added to control if 'rc.murasaki' calls
		 'auto_setup'.
	add: RC script(Start and Kill) runs when run-level 3 , 4 and 5.
	mod: improving documents
	add: enable multi depth depend for murasaki.depend and murasaki.call

0.5.0:	Nov/07/2001
	add: ieee1394 devices
	mod: When murasaki maps do not exist, agents do not exit with errors.

0.4.0:	Feb/19/2001
	etc: clean up & split each feature
	add: expand name whose name begins with "alias-" in murasaki.depend
	add: match multiple modules
	add: spec file for Redhat Package

0.3.4:	Unknown
	fix: usbmap and pcimap are not installed 
	modify: for match_flags on kernel-2.4.0 + patch
	add: auto_setup script to make murasaki.preload

0.3.3:	Dec/20/2000
	murasaki make a beep when device id matches configuration, 
	removed printing debug messages

0.3.2:	Dec/12/2000
	changed the way how to parsing format

0.3.1:	Dec/05/2000
	fixed adding path to hotplug.murasaki

0.3.0:	unknown
	make murasaki for net

0.2.3:	/* not upload */
	changed the way how to match USB devices

0.2.2:	unknown
	fixed the way how to match PCI devices
	fixed the title of syslog for PCI

0.2.1:	Nov/30/2000
	make murasaki for pci

0.2.0:	Nov/27/2000
	separate files to usb , pci , hotplug , lib and inc 

0.1.2:	Nov/20/2000
	fixed murasaki.usbmap
	hotplug uses syslog
	fixed compile warning
	added target uhci,usb-uhci,usb-ohci in Makefile
	fixed target usb_mouse in Makefile

0.1.1:	Nov/17/2000
	created README,README.eucJP
	created "install" target in Makefile
