Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@a-detiste a-detiste released this 29 Apr 19:33
· 14 commits to master since this release

[наб]

  • New feature: Support seeding the stdin of a job with the % operator alike other cron implementations.

  • Fix: Unescape \% as expected for existing crontabs.

  • Security Fix: Check single-word path commands as the user fsugid to avoid that user X use the generator to spy on user Y and see whether a file exist in it's $HOME.

[adetiste]

  • Fix: use proper CXXFLAGS instead of CFLAGS for C++ programs.