Skip to content

Releases: sevlyar/go-daemon

v0.1.6

08 Jul 10:25
f14d855
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

Add Solaris support

04 May 13:34
Compare
Choose a tag to compare
  • Added support for Solaris;
  • Minor improvements and bug fixes.

Remove CGO dependency

19 Aug 11:23
Compare
Choose a tag to compare
  • Remove CGO dependency. Now library doesn't require CGO on build;
  • Update documentation.

Build and documentation fixes

05 Mar 06:51
Compare
Choose a tag to compare
  • Fix build on Windows (#31);
  • Remove obsolete code;
  • Fix documentation of Context.Args (#34).

Build fixes and examples of using

12 Dec 07:54
Compare
Choose a tag to compare
  • Fix build for freebsd (#21) and linux_arm64 (#29);
  • Add several examples;
  • Update README.

Build and PID-file fixes

18 May 11:23
Compare
Choose a tag to compare
  • Fix compilation on Windows #13;
  • Fix removing of PID-file on Darwin #17;
  • Fix removing of PID-file with a long name on Linux #16;
  • Fix race on PID-file creation #18.