0.6.7:
	fix: free() in sticky.c (Shun-ichi TAHARA)

0.6.6:
	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:
	mod: some syslog messages
	mod: module options are ignored when modules are removed
	add: murasaki.precall
	mod: restrucuring

0.6.4:
	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:
	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:
	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:
	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:
	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:
	fix: print match_flags for unknown USB devices

0.5.3:
	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:
	mod: move kill script to run-level 0 and 1
	fix: enable to run kill script

0.5.1:
	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:
	add: ieee1394 devices
	mod: When murasaki maps do not exist, agents do not exit with errors.

0.4.0:
	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:
	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:
	murasaki make a beep when device id matches configuration, 
	removed printing debug messages

0.3.2:
	changed the way how to parsing format

0.3.1:
	fixed adding path to hotplug.murasaki

0.3.0:
	make murasaki for net

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

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

0.2.1:
	make murasaki for pci

0.2.0:
	separate files to usb , pci , hotplug , lib and inc 

0.1.2:
	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:
	created README,README.eucJP
	created "install" target in Makefile
