Skip to content

Commit de76357

Browse files
committed
Version 0.4.5
1 parent e2f3229 commit de76357

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
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.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

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
dmon (0.4.4) stable; urgency=high
28

39
* "dmon" now correctly forwards signals to the log process when the

0 commit comments

Comments
 (0)