Skip to content

Logrotate 3.9.2

Compare
Choose a tag to compare
@jankaluza jankaluza released this 20 Jan 11:59
· 621 commits to main since this release
  • Upstream moved to GitHub: https://github.com/logrotate/logrotate.
  • Add support for %M, %S and %V in "dateext" directive.
  • Fix bad filename in subject of email when "compress" and "maillast" is used.
  • Allow rotating files created before 1996.
  • Fix compilation errors on NetBSD caused by "array subscript has type 'char' in config.c".
  • Fix matching subdirectories on BSD systems for patterns like "*/log" in situation where logrotate tried to match "foo/log" even when "foo" has not been a directory.
  • Fix logging dates in debug messages.
  • Remove state file entries for logs which do not exist and have not been rotated for more than a year.
  • Fix poor performance with big state file.
  • Support logging to syslog by using '-l syslog'.
  • Allow running test-suite using dash.