Skip to content

v0.5.1 — “Talvi”

Latest
Compare
Choose a tag to compare
@aperezdc aperezdc released this 23 Feb 17:05
· 2 commits to master since this release
v0.5.1
26ca797

The code name for this release is “talvi”, which is Finnish for “winter” ❄️

Added

  • The dlog, dslog, and drlog tools now log empty input lines. The --skip-empty/-e command line option has been added to disable logging empty lines.
  • The dmon tool has gained a --max-respawns/-m command line option which can be used to specify how many times to respawn monitored processes before exiting. (Patch by Matt Schulte <[email protected]>.)
  • New libsetunbuf.so helper which can be used to disable buffering of the standard output stream on arbitrary programs via LD_PRELOAD. (Patch by Matt Schulte <[email protected]>.)

Fixed

  • The exit status of monitored processes is now correctly propagated as exit code of dmon itself.
  • The dlog, dslog, and drlog tools will no longer exit unexpectedly when they receive an empty input line. (Patch by Matt Schulte <[email protected]>.)