Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / hotplug2 / Changelog
blob4a3e84f7d468d95bd59d76e6d8dba8542a891ae6
1 0.9 - 1.0:
2 * Add --set-rules-file.
3 * Allow any ACTION.
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
8 * Various bugfixes
9 * Code comments
11 0.8 - 0.9:
12 * Use signals to handle children.
13 * Separate info and debugging output.
14 * Minor cleanups.
16 0.7 - 0.8:
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 
21   aliases.
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.
27 * Minor bugfixes.
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)
33 0.6 - 0.7:
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
39 0.5 - 0.6:
40 * Fixed bug in variable parameters parsing.
42 0.4 - 0.5:
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.
48 0.3 - 0.4:
49 * Added compatibility definitions to hotplug2.h (thanks to Aras Vaichas).
50 * Fixed few bugs in documentation.
52 0.2 - 0.3:
53 * Add variable substitution.
54 * Add more actions.
55 * Significant cleanup of rules handling.
56 * Better error reporting.