1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
systemd-cron (1.5.8-1) unstable; urgency=medium
* New upstream release, fix various off-by-one errors (Closes: #825880)
* Drop CPPFLAGS patch, applied upstream.
-- Alexandre Detiste <alexandre.detiste@gmail.com> Sun, 15 Jan 2017 22:20:18 +0100
systemd-cron (1.5.4-4) unstable; urgency=medium
* Fix cron-weekly & cron-monthly regression from yesterday's release.
-- Alexandre Detiste <alexandre.detiste@gmail.com> Sun, 08 Jan 2017 14:05:37 +0100
systemd-cron (1.5.4-3) unstable; urgency=medium
* Switch to debhelper 10.
* Hint at some limitations in the package description (Closes: #825885)
* Run hourly, daily, weekly & monthly jobs in staggered manner
to avoid CPU/bandwith/IO peaks (Closes: #850435)
-- Alexandre Detiste <alexandre.detiste@gmail.com> Sat, 07 Jan 2017 20:55:05 +0100
systemd-cron (1.5.4-2) unstable; urgency=medium
* Ensure that /usr/bin/crontab isn't setgid anymore when switching
from Vixie-cron (Closes: #820088).
* Bump Standards-Version to 3.9.8, no changes needed.
-- Alexandre Detiste <alexandre.detiste@gmail.com> Fri, 06 May 2016 20:37:29 +0200
systemd-cron (1.5.4-1) unstable; urgency=low
* New upstream release
* Use https for Vcs-Browser & Vcs-Git
* Enable C setgid crontab helper (Closes: #766053, #780685)
* change arch from 'all' to 'linux-any', needed for setgid helper
+ upcoming rewrite of generator in C
* enable hardening, add patch to honor CPPFLAGS
-- Alexandre Detiste <alexandre.detiste@gmail.com> Thu, 28 Jan 2016 09:44:29 +0100
systemd-cron (1.5.3-1) unstable; urgency=medium
* New upstream release
* Fix piuparts error: when package is removed but not purged and
python3 is not installed, /etc/cron.weeky/systemd-cron would fail.
(Closes: #787611)
-- Alexandre Detiste <alexandre.detiste@gmail.com> Tue, 27 Oct 2015 23:14:36 +0100
systemd-cron (1.5.2-1) unstable; urgency=medium
* Adopt package
* New upstream version
* Switch from Python2 to Python3
* Set-up remove_stale_stamps as /etc/cron.weekly/systemd-cron
* Properly attribute copyright of crontab.5
* Closes: #766348 : generator does not parse ranges correctly
* Closes: #767951 : "crontab -r user" will remove root crontab
* Closes: #766756 : does not mail user in case of job errors
+ Recommends: exim4 | mail-transport-agent
* Closes: #766757 : services should Requires=systemd-user-sessions.service
* Closes: #766902 : @reboot jobs are run on package installation
* Closes: #766764 : support ~/... to /home/user/... expansion
* Closes: #766763 : support @annually
* Closes: #770144 : ignore /etc/cron.d/*.dpkg-*
* disable tests, as they break on pbuilder, and duplicate lintian tests
* Closes: #776859 : don't call systemctl daemon-reload twice in postrm
* Closes: #766345 : /usr/bin/crontab doesn't reject invalid crontabs
-- Alexandre Detiste <alexandre.detiste@gmail.com> Tue, 26 May 2015 10:01:46 +0100
systemd-cron (1.3.1+ds1-2) unstable; urgency=medium
[ Alexandre Detiste ]
* move from section 'utils' to section 'admin'
* provide sample /etc/crontab & /etc/anacrontab
* trim debian/rules, provide debian/install
* add a postrm script that remove timer stamps on purge
* remove inactive patch
-- Michael Stapelberg <stapelberg@debian.org> Tue, 14 Oct 2014 09:40:12 +0200
systemd-cron (1.3.1+ds1-1) unstable; urgency=medium
[ Alexandre Detiste ]
* demote priority to extra
* systemd >= 212 is now avaible in testing, we can enable persistent timers
* Depends on systemd-sysv to ensure that systemd is running
* Update standards-version to 3.9.6: no changes needed
[ Michael Stapelberg ]
* switch to pristine-tar and a separate upstream branch, use original
orig.tar.gz tarball.
-- Michael Stapelberg <stapelberg@debian.org> Tue, 07 Oct 2014 09:40:12 +0200
systemd-cron (1.3.1-1) unstable; urgency=medium
[ Alexandre Detiste ]
* New upstream version.
* New upstream URL https://github.com/systemd-cron/systemd-cron
* Closes: #752376 does not meet requirements for cron-daemon
* Closes: #758036 typo in package description
* New dependency of Python, needed by new systemd-crontab-generator
* Turn quilt patch that remove cron.boot into a configure option
* Update standards-version to 3.9.5: no changes needed
[ Michael Stapelberg ]
* Review of changes, add myself to uploaders
-- Michael Stapelberg <stapelberg@debian.org> Wed, 01 Oct 2014 09:43:21 +0200
systemd-cron (1.1.1-1) unstable; urgency=low
* Initial release. (Closes: #718910)
-- Shawn Landden <shawnlandden@gmail.com> Tue, 06 Aug 2013 14:09:52 -0700
|