Skip to content

Commit

Permalink
ChangeLog.md: user-visible changes to appear in 3.21.0
Browse files Browse the repository at this point in the history
Closes: #477
  • Loading branch information
kdudka committed Dec 13, 2022
1 parent c9da65b commit 5429847
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion ChangeLog.md
Expand Up @@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file.

## [UNRELEASED]

[UNRELEASED]: https://github.com/logrotate/logrotate/compare/3.20.1...master
[UNRELEASED]: https://github.com/logrotate/logrotate/compare/3.21.0...master

## [3.21.0] - 2022-12-13
- add `ignoreduplicates` directive to allow duplicate file matches (#473)
- add `--wait-for-state-lock` option to wait for lock on the state file (#457)
- avoid failure when an anonymous non-privileged user runs logrotate (#463)
- support home dir expansion in `olddir` (#454)
- reduce unnecessary rename operations with `start N` where `N > 1` (#450)
- unify handling of log levels (#239 #449)
- do not print `error:` when exit code is unaffected (#448)

[3.21.0]: https://github.com/logrotate/logrotate/compare/3.20.1...3.21.0

## [3.20.1] - 2022-05-25
- drop world-readable permission on state file even when ACLs are enabled (#446)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -6,10 +6,11 @@ The logrotate utility is designed to simplify the administration of log files on

The latest release is:

* [logrotate-3.20.1](https://github.com/logrotate/logrotate/releases/download/3.20.1/logrotate-3.20.1.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.20.1/logrotate-3.20.1.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.20.1))
* [logrotate-3.21.0](https://github.com/logrotate/logrotate/releases/download/3.21.0/logrotate-3.21.0.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.21.0/logrotate-3.21.0.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.21.0))

Previous releases:

* [logrotate-3.20.1](https://github.com/logrotate/logrotate/releases/download/3.20.1/logrotate-3.20.1.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.20.1/logrotate-3.20.1.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.20.1))
* [logrotate-3.20.0](https://github.com/logrotate/logrotate/releases/download/3.20.0/logrotate-3.20.0.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.20.0/logrotate-3.20.0.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.20.0))
* [logrotate-3.19.0](https://github.com/logrotate/logrotate/releases/download/3.19.0/logrotate-3.19.0.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.19.0/logrotate-3.19.0.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.19.0))
* [logrotate-3.18.1](https://github.com/logrotate/logrotate/releases/download/3.18.1/logrotate-3.18.1.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.18.1/logrotate-3.18.1.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.18.1))
Expand Down

0 comments on commit 5429847

Please sign in to comment.