-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Change Log | ||
|
||
## [Unreleased] | ||
|
||
## [0.6.0] - 2017-06-01 | ||
- Switching of current working directory to / (root) when running cronjobs | ||
- Add cronjob elapsed time in log | ||
- Improve distribution detection and automatic fallback | ||
- Switch from dynamic to static linking by default (dynamic is still available with `-dynamic` suffix) | ||
- Replaced and reversed ` --system-defaults` to `--no-auto` (will now disable including of system default crontabs) | ||
- Remove `--threads` (use env var `GOMAXPROCS` instead) | ||
|
||
## [0.5.1] - 2017-05-26 | ||
- Fix crosscompiled binaries | ||
|
||
## [0.5.0] - 2017-05-25 | ||
- Add daemon reload on SIGHUP | ||
- Add `--allow-unprivileged` for running without root rights and without user switching capability | ||
|
||
## [0.4.0] - 2017-05-13 | ||
- Replace `--processes` with `--threads` | ||
- Fix argument parsing (segfault if invalid argument/option is passed) | ||
- Include `/etc/cron.d/` as system defaults | ||
- Improve logging | ||
|
||
## [0.3.0] - 2017-04-28 | ||
- Add `--dumpversion` | ||
- Add user support for `--run-parts` | ||
|
||
## [0.2.0] - 2017-04-25 | ||
*Development release* | ||
|
||
## [0.1.0] - 2017-04-25 | ||
*Development release* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters