Skip to content

Releases: xadaemon/daemonize-me

v2.0.1

11 Apr 02:45
Compare
Choose a tag to compare

Changes

  • same as 2.0.0
  • fix documentation blunder

Full Changelog: v2.0.0...v2.0.1

v2.0.0

11 Apr 02:44
Compare
Choose a tag to compare

What's Changed

  • Changed the public API to be more ergonomic;
  • Added hooks that are called in different stages of the daemonization process;
  • Many bug fixes for tier 2 and 3 targets;

Full Changelog: v1.0.2...v2.0.0

v1.0.2

11 Apr 00:30
Compare
Choose a tag to compare

Compatibility and advisories

This release is fully backwards compatible to 1.0.0 as per semver rules.
On linux this release does not change anything and continued use of v1.0.0 is safe.

What's

  • Separated MacOS and FreeBSD from openBSD and netBSD in ffi

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Mar 08:18
53abbf5
Compare
Choose a tag to compare

Compatibility and advisories

This release is fully backwards compatible to 1.0.0 as per semver rules.
On linux this release does not change anything and continued use of v1.0.0 is safe.

What's Changed

  • MacOS no longer fails to build
  • BSD family OSes now wont segfault when handling groups or passwd entries

Full Changelog: v1.0.0...v1.0.1

Thanks to @conormdowney for reporting the issue that originated this release and @tqwewe for helping in the debugging process.

Clippy lints and remove dead file

19 Aug 13:25
Compare
Choose a tag to compare
v0.3.1

Version 0.3.1

v0.2.1

28 Jun 20:56
Compare
Choose a tag to compare

The first proper release is here, no more panics and proper error handling are the highlights.

v0.2.1-pre

27 Jun 19:50
Compare
Choose a tag to compare
v0.2.1-pre Pre-release
Pre-release
remove possibility af panic from redirect_stdio, this is planned to b…

…e the last of the pre series releases

0.2.0-pre

27 Jun 13:03
Compare
Choose a tag to compare
0.2.0-pre Pre-release
Pre-release

Change log

  • Fix #1
  • No more panics

v0.1.3-alpha

27 Jun 12:10
Compare
Choose a tag to compare
v0.1.3-alpha Pre-release
Pre-release
cargo.toml patch up