0.7
ChangeLog:
- Improved rc script detection, e.g.: previous releases failed to
detect apache2's init script after upgrading libssl1.0.0. - Handle Linux VServer naming convention on deleted binaries.
(Thanks to Phillip Berndt [@phillipberndt]) - Support GNU formatted device ids.
(github issue #1 by Phillip Berndt [@phillipberndt]) - Hooks: Use only available package managers.
- Hooks: Ignore hooks not returning any rc scripts
(fixes detecting apache2's rc script). - Hooks: Prefer rc scripts w/ matching pid
(fixes calling unnecessary rc scripts like libvirt-guests). - Improve rc script detection by using a two pass
analysis. - Fallback to NeedRestart::UI::stdio while being verbose.
(Debian Bug#744000 by Paul Wise pabs@debian.org) - Add default UI configuration option.
(Debian Bug#744001 by Paul Wise pabs@debian.org) - Apply blacklist while processing parent processes.
(Debian Bug#744002 by Paul Wise pabs@debian.org) - Apply Debian's 01-makefile-fix.diff upstream.