Skip to content

Commit a1242a3

Browse files
committed
Version 0.4.4
1 parent af87987 commit a1242a3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
dmon (0.4.3) stable; urgency=low
29

310
* "dmon" can now set the work directory using the -W/--work-dir command

0 commit comments

Comments
 (0)