File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased]
88
9+ ## [ v0.4.5] - 2018-08-05
10+ ### Fixed
11+ - Make it possible to build ` dmon ` with newer GCC versions.
12+
913## [ v0.4.4] - 2016-10-30
1014### Fixed
1115- Correctly forward signals to the log process when using ` -S ` /` --log-sigs ` .
@@ -27,7 +31,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2731### Fixed
2832- ` dlog ` and ` drlog ` now handle the ` INT ` , ` TERM ` , and ` HUP ` signals gracefully.
2933
30- [ Unreleased ] : https://github.com/aperezdc/dmon/compare/v0.4.4...HEAD
31- [ v0.4.3 ] : https://github.com/aperezdc/dmon/compare/v0.4.3...v0.4.4
34+ [ Unreleased ] : https://github.com/aperezdc/dmon/compare/v0.4.5...HEAD
35+ [ v0.4.5 ] : https://github.com/aperezdc/dmon/compare/v0.4.4...v0.4.5
36+ [ v0.4.4 ] : https://github.com/aperezdc/dmon/compare/v0.4.3...v0.4.4
3237[ v0.4.3 ] : https://github.com/aperezdc/dmon/compare/v0.4.2...v0.4.3
3338[ v0.4.2 ] : https://github.com/aperezdc/dmon/compare/v0.4.1...v0.4.2
Original file line number Diff line number Diff line change 1+ dmon (0.4.5) stable; urgency=high
2+
3+ * "dmon" can now be built with modern versions of GCC/Clang.
4+
5+ -- Adrian Perez <aperez@igalia.com> Sun, 05 Aug 2018 19:47:00 +0300
6+
17dmon (0.4.4) stable; urgency=high
28
39 * "dmon" now correctly forwards signals to the log process when the
You can’t perform that action at this time.
0 commit comments