~aperezdc/dmon

fc15fed5ce3bc6a1ed33c4f86fea24d8b54f9cca — Adrian Perez de Castro 4 years ago d68fa46 v0.5.0
Version 0.5.0
2 files changed, 7 insertions(+), 2 deletions(-)

M CHANGELOG.md
M package.json
M CHANGELOG.md => CHANGELOG.md +4 -1
@@ 5,6 5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.5.0] - 2020-08-27
### Added
- Support listing applets compiled into a multicall `dmon` binary when the
  `DMON_LIST_MULTICALL_APPLETS` environment variable is set and non-zero.


@@ 38,7 40,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- `dlog` and `drlog` now handle the `INT`, `TERM`, and `HUP` signals gracefully.

[Unreleased]: https://github.com/aperezdc/dmon/compare/v0.4.5...HEAD
[Unreleased]: https://github.com/aperezdc/dmon/compare/v0.5.0...HEAD
[v0.5.0]: https://github.com/aperezdc/dmon/compare/v0.4.5...v0.5.0
[v0.4.5]: https://github.com/aperezdc/dmon/compare/v0.4.4...v0.4.5
[v0.4.4]: https://github.com/aperezdc/dmon/compare/v0.4.3...v0.4.4
[v0.4.3]: https://github.com/aperezdc/dmon/compare/v0.4.2...v0.4.3

M package.json => package.json +3 -1
@@ 1,7 1,7 @@
{
  "name": "dmon",
  "repo": "aperezdc/dmon",
  "version": "0.4.5",
  "version": "0.5.0",
  "license": "MIT",
  "description": "Small process daemonization and monitoring tool",
  "keywords": ["monitor", "process", "daemonization", "logging"],


@@ 13,6 13,8 @@
    "aperezdc/dbuf": "0.1.0"
  },
  "src": [
    "conf.c",
    "conf.h",
    "dlog.c",
    "dmon.c",
    "drlog.c",