Skip to content
Snippets Groups Projects
Commit 6b7618d9 authored by Kamil Dudka's avatar Kamil Dudka
Browse files

ChangeLog.md: user-visible changes to appear in 3.12.3

- copy and copytruncate directives now work together again
- unlink() is no longer preceded by open() unless shred is enabled (#124)
- compress and uncompress now take commands from $PATH, too (#122)
parent 65faf212
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
 
## [UNRELEASED]
 
[UNRELEASED]: https://github.com/logrotate/logrotate/compare/3.12.2...master
[UNRELEASED]: https://github.com/logrotate/logrotate/compare/3.12.3...master
## [3.12.3] - 2017-06-30
- ```copy``` and ```copytruncate``` directives now work together again
- ```unlink()``` is no longer preceded by ```open()``` unless shred is enabled (#124)
- ```compress``` and ```uncompress``` now take commands from ```$PATH```, too (#122)
[3.12.3]: https://github.com/logrotate/logrotate/compare/3.12.2...3.12.3
 
## [3.12.2] - 2017-05-02
 
Loading
Loading
Loading
Loading
@@ -6,10 +6,11 @@ The logrotate utility is designed to simplify the administration of log files on
 
The latest release is:
 
* [logrotate-3.12.2](https://github.com/logrotate/logrotate/releases/download/3.12.2/logrotate-3.12.2.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.12.2/logrotate-3.12.2.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.12.2))
* [logrotate-3.12.3](https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.12.3))
 
Previous releases:
 
* [logrotate-3.12.2](https://github.com/logrotate/logrotate/releases/download/3.12.2/logrotate-3.12.2.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.12.2/logrotate-3.12.2.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.12.2))
* [logrotate-3.12.1](https://github.com/logrotate/logrotate/releases/download/3.12.1/logrotate-3.12.1.tar.xz) ([sig](https://github.com/logrotate/logrotate/releases/download/3.12.1/logrotate-3.12.1.tar.xz.asc)) ([Changelog](https://github.com/logrotate/logrotate/releases/tag/3.12.1))
* [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))
* [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))
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment