Skip to content

Commit

Permalink
ChangeLog.md: user-visible changes to appear in 3.12.0
Browse files Browse the repository at this point in the history
Closes #115
  • Loading branch information
kdudka committed Apr 21, 2017
1 parent c5985da commit ec70756
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
16 changes: 15 additions & 1 deletion ChangeLog.md
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.

## [UNRELEASED]

## [3.12.0] - 2017-04-21

- Fixed accident removal of rotated files with dateext. (#118)
- Line comments inside globs in config files are now skipped. (#109)
- logrotate now recovers from a corrupted state file. (#45)
- ```Makefile.legacy``` has been removed. (#103)
- ```config.h``` is now generated by autotools. (#102 and #103)
- ```createolddir``` now creates old directory as unprivileged user. (#114)
- ```weekly``` rotations are now predictable and configurable. (#93)
- Errors in config files are no longer treated as fatal errors. (#81)
- ```configure --with-default-mail-command``` specifies default mail command. (#100)
- Fixed heap buffer overflow when parsing crafted config file. (#33)

## [3.11.0] - 2016-12-02

- Add 'taboopat' configuration directive to exclude configuration files
Expand Down Expand Up @@ -396,7 +409,8 @@ All notable changes to this project will be documented in this file.
- ignore files in included directories which end with ~, .rpmorig, or
.rpmsave

[UNRELEASED]: https://github.com/logrotate/logrotate/compare/3.11.0...master
[UNRELEASED]: https://github.com/logrotate/logrotate/compare/3.12.0...master
[3.12.0]: https://github.com/logrotate/logrotate/compare/3.11.0...3.12.0
[3.11.0]: https://github.com/logrotate/logrotate/compare/3.10.0...3.11.0
[3.10.0]: https://github.com/logrotate/logrotate/compare/3.9.2...3.10.0
[3.9.2]: https://github.com/logrotate/logrotate/compare/r3-9-1...3.9.2
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.11.0](https://github.com/logrotate/logrotate/releases/download/3.11.0/logrotate-3.11.0.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.11.0/logrotate-3.11.0.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.11.0))
* [logrotate-3.12.0](https://github.com/logrotate/logrotate/releases/download/3.12.0/logrotate-3.12.0.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.12.0/logrotate-3.12.0.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.12.0))

Previous releases:

* [logrotate-3.11.0](https://github.com/logrotate/logrotate/releases/download/3.11.0/logrotate-3.11.0.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.11.0/logrotate-3.11.0.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.11.0))
* [logrotate-3.10.0](https://github.com/logrotate/logrotate/releases/download/3.10.0/logrotate-3.10.0.tar.gz) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.10.0))
* [logrotate-3.9.2](https://github.com/logrotate/logrotate/releases/download/3.9.2/logrotate-3.9.2.tar.gz) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.9.2))
* [logrotate-3.9.1](https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.9.1.tar.gz)
Expand Down

0 comments on commit ec70756

Please sign in to comment.