diff options
-rw-r--r-- | Changes | 12 | ||||
-rw-r--r-- | lib/ManaTools/Module/Clock.pm | 4 |
2 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,15 @@ + - manaclock: partially fixed mga#15552 (systemd-timesyncd and + change time disabled by dbus backend) + - manaclock: disable manual changing date and time if NTP is + checked + - AdminPanel::Shared::Services: added include_static_services + attribute to include also the static units (to manage + also systemd-timesyncd) + - manaclock: added a combobox to choose which NTP service to + use, between the ones configured into the system + - manaclock: manage also systemd-timesyncd + - AdminPanel::Shared::TimeZone: added attributes to manage + better ntpd configuration and improved tests - rpmdragora: - from rpmdrake fix restarting on priority updates (mga#14266) - rpmdragora: filter out critical config files from the diff --git a/lib/ManaTools/Module/Clock.pm b/lib/ManaTools/Module/Clock.pm index c81e22bb..548a3973 100644 --- a/lib/ManaTools/Module/Clock.pm +++ b/lib/ManaTools/Module/Clock.pm @@ -111,11 +111,11 @@ sub _SharedTimeZoneInitialize { =head1 VERSION -Version 1.0.0 +Version 1.0.1 =cut -our $VERSION = '1.0.0'; +our $VERSION = '1.0.1'; #============================================================= |