diff --git a/time/CHANGELOG b/time/CHANGELOG index 2533d1c19..820d7ddb2 100644 --- a/time/CHANGELOG +++ b/time/CHANGELOG @@ -20,3 +20,5 @@ Re-wrote all user interface code to use Webmin's new UI library. The default NTP sync time is now set randomly instead of at midnight, and any existing automatic sync done at midnight is changed to a random time. This reduces load on public NTP servers. ---- Changes since 1.480 ---- Support for setting the hardware clock is now detected automatically on Linux. +---- Changes since 1.510 ---- +Switched background time syncing to use the new Webmin Cron service. diff --git a/webmincron/webmincron-lib.pl b/webmincron/webmincron-lib.pl index 8be75ccd3..067738ce2 100644 --- a/webmincron/webmincron-lib.pl +++ b/webmincron/webmincron-lib.pl @@ -5,7 +5,6 @@ Functions for creating and listing Webmin scheduled functions. =cut # XXX UI -# XXX support cron-style time specs # XXX make sure temp files are cleaned up # XXX switch all cron jobs at install time # XXX delete jobs when un-installing modules