From b33f2b764a47124aad1c696c5ef1d31df762c489 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Wed, 25 Mar 2015 23:20:29 +0100 Subject: Updated --- Changes | 12 ++++++++++++ lib/ManaTools/Module/Clock.pm | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 0a7d5e3..fbbb29b 100644 --- a/Changes +++ b/Changes @@ -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 c81e22b..548a397 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'; #============================================================= -- cgit v1.2.1