Skip to content

2.10

Compare
Choose a tag to compare
@liske liske released this 04 Nov 16:15
· 367 commits to master since this release
  • Features:
    • [Interp] Allow ignoring of interpreted files.
      (github issue #39 by Wolfgang Karall @wolfgangkarall)
    • [Core] Make verification of mapped files in fileystem configurable as a
      workaround for broken grsecurity kernels.
      (github issue #46 by @jleroy @eigengrau)
    • [Core] Make ignore of mapped files configurable.
      (github issue #45 by @stbuehler)
  • Fixes:
    • [Core] Do not ignore processes if maps file could not be read.
    • [Perl] Silence warnings of Module::ScanDeps for dynamic loaded modules.
      (github issue #41 by @bxkx @r-lindner)
    • [UI] Do not use Text::Wrap while printing restart commands.
      (Debian Bug#838622 by Paul Wise pabs@debian.org)
    • [Core] Do really restart services in automatic mode.
      (Debian Bug#838355 by Georg georg@riseup.net)
    • [Kernel] Include /boot/*.img while looking for linux kernel images.
      Fixes kernel detection on Raspbian.
      (github issue #38 by @fenhl)