The README says:
Detecting whether file is outdated or not is based on a simple idea. If application has loaded in memory any version of a file which is provided by any package updated since system was booted up, tracer consider this application as outdated.
However I can not square this with issues like #208: The way I read the readme means that tracer would not check the time a service was restarted and it would always report a service as "needs restart" until the system is rebooted?
Maybe I am just misunderstanding the docs?