2 * Add --set-rules-file.
4 * Add 'printdebug' rule.
5 * Fix chmod, chown, chgrp.
6 * Use octal for chmod and makedev.
7 * Add 'nothrottle' flag, allowing overriding max-children from a rule
12 * Use signals to handle children.
13 * Separate info and debugging output.
17 * Added 2.4 coldplug binary, hotplug2-coldplug-2.4.
18 * Added generate_alias utility to create modaliases out of busmaps.
19 * Added hotplug2-dnode to convert /proc/sys/kernel/hotplug events into uevents.
20 * Added hotplug2-modwrap for modutils, which do not use fnmatch to match
22 * Effectively started supporting 2.4 hotplug.
23 * In dumb mode, detect whether we should use /sbin/modprobe or
24 /sbin/hotplug2-modwrap. Allow to override using --set-modprobe-cmd.
25 * Added 'setenv' action in rules.
26 * Written documentation about 2.4 hotplug, 2.6 hotplug and usage of hotplug2.
28 * Added --set-coldplug-cmd parameter, renamed --udevtrigger to --coldplug (and
29 kept the old name for compatibility)
30 * Support comments in rules file.
31 * Add Makefile (thanks to Liskni_si)
34 * Do not print errors for missing rules if in dumb mode (thanks to lefti).
35 * Add signal handlers:
36 - SIGUSR1 now allows switching persistency.
37 * Updated documentation
40 * Fixed bug in variable parameters parsing.
43 * Compile cleanly (thanks to Aras Vaichas).
44 * Add 'symlink', 'next' and 'next_if_failed' actions.
45 * Update documentation.
46 * Fix several bugs, perform significant cleanup.
49 * Added compatibility definitions to hotplug2.h (thanks to Aras Vaichas).
50 * Fixed few bugs in documentation.
53 * Add variable substitution.
55 * Significant cleanup of rules handling.
56 * Better error reporting.