File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
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.4] - 2016-10-30
10+ ### Fixed
11+ - Correctly forward signals to the log process when using ` -S ` /` --log-sigs ` .
12+
913## [ v0.4.3] - 2016-10-13
1014### Added
1115- Allow setting the work directory with ` -W ` /` --work-dir ` in the command line
@@ -23,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2327### Fixed
2428- ` dlog ` and ` drlog ` now handle the ` INT ` , ` TERM ` , and ` HUP ` signals gracefully.
2529
26- [ Unreleased ] : https://github.com/aperezdc/dmon/compare/v0.4.3...HEAD
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
2732[ v0.4.3 ] : https://github.com/aperezdc/dmon/compare/v0.4.2...v0.4.3
2833[ 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.4) stable; urgency=high
2+
3+ * "dmon" now correctly forwards signals to the log process when the
4+ -S/--log-sigs command line flag is in use.
5+
6+ -- Adrian Perez <aperez@igalia.com> Thu, 30 Oct 2016 22:51:00 +0300
7+
18dmon (0.4.3) stable; urgency=low
29
310 * "dmon" can now set the work directory using the -W/--work-dir command
You can’t perform that action at this time.
0 commit comments