1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
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
|