Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-02-11 | 1.4 kB | |
v0.1.6 source code.tar.gz | 2022-02-11 | 64.5 kB | |
v0.1.6 source code.zip | 2022-02-11 | 72.2 kB | |
Totals: 3 Items | 138.1 kB | 0 |
What's Changed
- Add support for riscv64 on Linux by @Civil in https://github.com/sevlyar/go-daemon/pull/75
- Remove "darwin/386" pair as it has been obsoleted in Go 1.15 by @eclipseo in https://github.com/sevlyar/go-daemon/pull/69
- Return error on pid-file release failure by @sergeyklay in https://github.com/sevlyar/go-daemon/pull/62
- Fix search. Now it will only return a daemon pointer if it is live by @stew3254 in https://github.com/sevlyar/go-daemon/pull/72
- /dev/stdout & /dev/stderr as LogFileName by @ochinchina in https://github.com/sevlyar/go-daemon/pull/61
- compatible with new build tags by @tylitianrui in https://github.com/sevlyar/go-daemon/pull/77
- Fix buildtag for go1.7 introduced in [#77] by @skozlov404 in https://github.com/sevlyar/go-daemon/pull/78
New Contributors
- @Civil made their first contribution in https://github.com/sevlyar/go-daemon/pull/75
- @stew3254 made their first contribution in https://github.com/sevlyar/go-daemon/pull/72
- @ochinchina made their first contribution in https://github.com/sevlyar/go-daemon/pull/61
- @tylitianrui made their first contribution in https://github.com/sevlyar/go-daemon/pull/77
- @skozlov404 made their first contribution in https://github.com/sevlyar/go-daemon/pull/78
Full Changelog: https://github.com/sevlyar/go-daemon/compare/v0.1.5...v0.1.6