From ebf3111d1a444d4bca1f7b6df221830025a186688465fccc3a85e1e6e99087be Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 25 Jan 2008 15:49:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-ntp-client?expand=0&rev=17 --- yast2-ntp-client-2.16.2.tar.bz2 | 3 - yast2-ntp-client-2.16.3.tar.bz2 | 3 + yast2-ntp-client.changes | 11 ++ yast2-ntp-client.spec | 220 ++++++++++++++++---------------- 4 files changed, 127 insertions(+), 110 deletions(-) delete mode 100644 yast2-ntp-client-2.16.2.tar.bz2 create mode 100644 yast2-ntp-client-2.16.3.tar.bz2 diff --git a/yast2-ntp-client-2.16.2.tar.bz2 b/yast2-ntp-client-2.16.2.tar.bz2 deleted file mode 100644 index 59bc273..0000000 --- a/yast2-ntp-client-2.16.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:755b787d691793a385c8df913ffdb25431f33e239c93e9cc7d72be51a3f563ad -size 124015 diff --git a/yast2-ntp-client-2.16.3.tar.bz2 b/yast2-ntp-client-2.16.3.tar.bz2 new file mode 100644 index 0000000..99863c1 --- /dev/null +++ b/yast2-ntp-client-2.16.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ff1a76c6c8d4bbbca08d188287872c35df695142af5f7b0c2f4b574b82b071 +size 124017 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 5b0a26e..666c261 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jan 24 15:48:51 CET 2008 - mzugec@suse.cz + +- replace deprecated NetworkDevices by NetworkInterfaces (from yast2) +- 2.16.3 + +------------------------------------------------------------------- +Mon Jan 7 12:02:51 CET 2008 - kmachalkova@suse.cz + +- Merged proofread texts + ------------------------------------------------------------------- Tue Nov 20 15:49:59 CET 2007 - kmachalkova@suse.cz diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 84be9b2..dc494ba 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -1,7 +1,7 @@ # -# spec file for package yast2-ntp-client (Version 2.16.2) +# spec file for package yast2-ntp-client (Version 2.16.3) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -11,16 +11,17 @@ # norootforbuild Name: yast2-ntp-client -Version: 2.16.2 +Version: 2.16.3 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ntp-client-2.16.2.tar.bz2 +Source0: yast2-ntp-client-2.16.3.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite #SLPAPI.pm -Requires: yast2 >= 2.15.17 +# yast2/NetworkDevices -> yast2/NetworkInterfaces +Requires: yast2 >= 2.16.23 Requires: yast2-country BuildArch: noarch Summary: YaST2 - NTP Client Configuration @@ -36,7 +37,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-ntp-client-2.16.2 +%setup -n yast2-ntp-client-2.16.3 %build %{prefix}/bin/y2tool y2autoconf @@ -73,47 +74,52 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-ntp-client /usr/share/YaST2/schema/autoyast/rnc/ntpclient.rnc %changelog -* Tue Nov 20 2007 - kmachalkova@suse.cz +* Thu Jan 24 2008 mzugec@suse.cz +- replace deprecated NetworkDevices by NetworkInterfaces (from yast2) +- 2.16.3 +* Mon Jan 07 2008 kmachalkova@suse.cz +- Merged proofread texts +* Tue Nov 20 2007 kmachalkova@suse.cz - Repository scanning (Package::Available()) definitely removed (#327336) - Updated help text referring to xntp documentation (#340867) - 2.16.2 -* Wed Oct 31 2007 - kmachalkova@suse.cz +* Wed Oct 31 2007 kmachalkova@suse.cz - Prompt for installing xntp package (CheckAndInstallPackages) on running system, do not scan repositories (Package::Available()) (#327336) - 2.16.1 -* Wed Oct 03 2007 - kmachalkova@suse.cz +* Wed Oct 03 2007 kmachalkova@suse.cz - Added visual progress feedback for running ntpdate in installation proposal (#328469) - Hide read/write progress in installation (#327066) - Do not check for availability of xntp package (thus, update all the repos) if it is already installed (#327336) - 2.16.0 -* Fri Sep 21 2007 - locilka@suse.cz +* Fri Sep 21 2007 locilka@suse.cz - When user selects to use NTP during installation, trigger also yast2-ntp-client RPM for installation (#327050). - 2.15.12 -* Thu Sep 20 2007 - kmachalkova@suse.cz +* Thu Sep 20 2007 kmachalkova@suse.cz - Do not write NTP configuration at the end of 1st stage of installation if it hasn't been modified (#326338) - Set write_only mode at the end of 1st stage, do not start NTP service (#326478 related) - 2.15.11 -* Thu Sep 13 2007 - kmachalkova@suse.cz +* Thu Sep 13 2007 kmachalkova@suse.cz - In installation proposal, remember whether synchronization with NTP server has been selected (#308238) - Set AbortFunction back to 'nil' after NtpClient::Read has been called to prevent segfault after multiple calls (#294773) - 2.15.10 -* Thu Sep 06 2007 - kmachalkova@suse.cz +* Thu Sep 06 2007 kmachalkova@suse.cz - Accept IP as a valid NTP server address (#308265) - Use Packages::addAdditionalPackage() for marking xntp package for installation so that it is not discarded later on (#307363) - Correct fix for not re-reading NTP configuration when calling ntp-client from outside (no exception for the 1st stage) - 2.15.9 -* Mon Sep 03 2007 - kmachalkova@suse.cz +* Mon Sep 03 2007 kmachalkova@suse.cz - Fixed adding new NTP servers when calling ntp-client from outside (e.g. timezone) - do not re-read the configuration if it has been already read @@ -125,7 +131,7 @@ rm -rf "$RPM_BUILD_ROOT" - Replace 'Finish' button with 'Accept' button in installation proposal - 2.15.8 -* Fri Aug 31 2007 - kmachalkova@suse.cz +* Fri Aug 31 2007 kmachalkova@suse.cz - Move all installation-related functionality into separate inst. clients (_proposal and _finish) (FaTE #302192) - Do not check for xntp package during installation (#299557, #299238) @@ -133,60 +139,60 @@ rm -rf "$RPM_BUILD_ROOT" (do not restart the service) (#299238) - 'During boot' NTP service start is now default (#302389) - 2.15.7 -* Mon Aug 06 2007 - kmachalkova@suse.cz +* Mon Aug 06 2007 kmachalkova@suse.cz - Do not allow to edit access control rules if NTP is configured via DHCP (DHCP may servers distribute their own rule set) - Added help texts (FaTE #120109) - 2.15.6 -* Fri Jul 27 2007 - kmachalkova@suse.cz +* Fri Jul 27 2007 kmachalkova@suse.cz - Added functionality to restrict NTP service to selected servers only and to modify access control flags for individual servers (FaTE #120109) - 2.15.5 -* Thu Jul 26 2007 - kmachalkova@suse.cz +* Thu Jul 26 2007 kmachalkova@suse.cz - UI redesign: advanced configuration dialog splitted into 'General' and 'Security' settings tab - New GetNtpServersByCountry function - to be used by yast2-timezone (FaTE #302192) - 2.15.4 -* Fri Apr 13 2007 - kmachalkova@suse.cz +* Fri Apr 13 2007 kmachalkova@suse.cz - Use 'ntpdate -q' (query only) when testing if ntp server is accesible, do not hard-set the time - Updated list of public ntp servers - 2.15.3 -* Mon Mar 12 2007 - kmachalkova@suse.cz +* Mon Mar 12 2007 kmachalkova@suse.cz - Removed dependency on yast2-slp - install yast2-slp package only when needed (scan for local NTP servers) - 2.15.2 -* Tue Feb 06 2007 - kmachalkova@suse.cz +* Tue Feb 06 2007 kmachalkova@suse.cz - Merged 'Great Britain' and 'UK' public ntp server lists (#241054) - 2.15.1 -* Mon Jan 22 2007 - kmachalkova@suse.cz +* Mon Jan 22 2007 kmachalkova@suse.cz - Correct handling of switching between simple and advanced config (display current server entries in server table) (#230240) - Updated obsolete help text - 2.15.0 -* Fri Nov 10 2006 - kmachalkova@suse.cz +* Fri Nov 10 2006 kmachalkova@suse.cz - Don't forget to store type of ntp record (simple config -> server) (#216456) - 2.14.2 -* Mon Nov 06 2006 - kmachalkova@suse.cz +* Mon Nov 06 2006 kmachalkova@suse.cz - Set ActiveDirectory DC as a default time server when called from samba-client - 2.14.1 -* Mon Oct 30 2006 - kmachalkova@suse.cz +* Mon Oct 30 2006 kmachalkova@suse.cz - Improved Autoyast profile validation (ntpclient.rnc moved from autoyast package (#215248) - Always set NTP_INITIAL_NTPDATE to AUTO if ntp.conf is modified via DHCP - 2.14.0 -* Wed Aug 02 2006 - locilka@suse.cz +* Wed Aug 02 2006 locilka@suse.cz - Complex configuration renamed to Advanced configuration (#179476) -* Tue Jul 18 2006 - locilka@suse.cz +* Tue Jul 18 2006 locilka@suse.cz - NTP Client renamed to NTP Configuration because one can also configure an NTP Server here (#173411). - 2.13.12 -* Mon May 22 2006 - locilka@suse.cz +* Mon May 22 2006 locilka@suse.cz - When switchich to the complex configuration or saving the simple configuration, current server was allways re-added with initial_sync==true even if there was no reason to change @@ -194,50 +200,50 @@ rm -rf "$RPM_BUILD_ROOT" - Remember all servers correctly when random pool servers are selected (#177570). - 2.13.11 -* Thu May 18 2006 - locilka@suse.cz +* Thu May 18 2006 locilka@suse.cz - Do not report the empty server address when switching to the Complex configuration (#176581). - Fixed behavior when switching to the complex configuration with no server address defined before. Sometimes it deleted the local clock entry. - 2.13.10 -* Thu May 11 2006 - locilka@suse.cz +* Thu May 11 2006 locilka@suse.cz - Adjusting ntp_conf rw agent to be able to understand additional comments on the same line where are already some entries written (#172589). - 2.13.9 -* Wed Apr 26 2006 - locilka@suse.cz +* Wed Apr 26 2006 locilka@suse.cz - Check and store the changed address record when switching from the simple to the complex configuration (#169206). - 2.13.8 -* Thu Apr 13 2006 - locilka@suse.cz +* Thu Apr 13 2006 locilka@suse.cz - Leaving the 'initial_sync' and 'options' for pool.ntp.org feature without change when user has previously changed them (#165852). - 2.13.7 -* Tue Apr 11 2006 - locilka@suse.cz +* Tue Apr 11 2006 locilka@suse.cz - Switching from simple to complex configuration was eating server entries (#165149). - 2.13.6 -* Thu Mar 23 2006 - locilka@suse.cz +* Thu Mar 23 2006 locilka@suse.cz - Added checking for root permissions into the module startup process (#158483) - 2.13.5 -* Mon Mar 13 2006 - locilka@suse.cz +* Mon Mar 13 2006 locilka@suse.cz - fixed bug #155325, problems with widgets around random pool servers feature - 2.13.4 -* Fri Mar 10 2006 - locilka@suse.cz +* Fri Mar 10 2006 locilka@suse.cz - merged texts from proofread - 2.14.3 -* Mon Mar 06 2006 - locilk@suse.cz +* Mon Mar 06 2006 locilk@suse.cz - Adjusted BuildRequires for package - 2.14.2 -* Fri Jan 27 2006 - locilka@suse.cz +* Fri Jan 27 2006 locilka@suse.cz - merged texts from proofread -* Mon Dec 19 2005 - jsuchome@suse.cz +* Mon Dec 19 2005 jsuchome@suse.cz - merged texts from proofread - 2.13.1 -* Thu Nov 03 2005 - locilka@suse.cz +* Thu Nov 03 2005 locilka@suse.cz - Added enhancement #114268 Selection of public servers newly contains $country_shortname.pool.ntp.org for every state known for YaST. @@ -249,7 +255,7 @@ rm -rf "$RPM_BUILD_ROOT" - Fixed scropt for generating set of public servers not to contain HTML tags in server name and location. - 2.13.0 -* Tue Aug 16 2005 - locilka@suse.cz +* Tue Aug 16 2005 locilka@suse.cz - Fixed bug #104907 Server selected from one of found with the Lookup function had been returned as the string "server". @@ -257,18 +263,18 @@ rm -rf "$RPM_BUILD_ROOT" Now it is possible to save the configuration when start ntp: "never" is selected and no server has been choosen. - 2.12.6 -* Tue Aug 16 2005 - locilka@suse.cz +* Tue Aug 16 2005 locilka@suse.cz - Merged proofread texts -* Fri Aug 12 2005 - locilka@suse.cz +* Fri Aug 12 2005 locilka@suse.cz - ComboBox for selecting a public NTP server has at least 40 characters. Helpful for ncurses. Bug #97184 - 2.12.5 -* Tue Aug 09 2005 - locilka@suse.cz +* Tue Aug 09 2005 locilka@suse.cz - Fixing bug #102993 NTP server textentry is not checked when switching to the complex configuration - 2.12.4 -* Wed Aug 03 2005 - locilka@suse.cz +* Wed Aug 03 2005 locilka@suse.cz - Changed the last "xntpd" to "ntp" - Changed SCR agent for xntpd to ntp - Changed sysconfig variables XNTPD to NTPD @@ -278,15 +284,15 @@ rm -rf "$RPM_BUILD_ROOT" - Fixed a typo in help - Fixed testsuites (xntp -> ntp) - 2.12.3 -* Thu Jul 28 2005 - locilka@suse.cz +* Thu Jul 28 2005 locilka@suse.cz - Changed service name "xntpd" to "ntp" - Updated .desktop file - 2.12.2 -* Tue Jul 19 2005 - locilka@suse.cz +* Tue Jul 19 2005 locilka@suse.cz - Fixing some help texts to match exactly the dialog widget names - Fixing complains in y2log about converting 'true' to integer during Radio Clock symlink configuration -* Thu May 19 2005 - locilka@suse.cz +* Thu May 19 2005 locilka@suse.cz - Fixing "Save and Restart" function not to produce Progress errors - Changing labels, headlines, names. Major changes: Broadcast -> Outgoing Broadcast @@ -295,108 +301,108 @@ rm -rf "$RPM_BUILD_ROOT" "Select Local NTP Server" and "Select Public NTP Server" - Changing texts to be YaST2 Style Guide Compatible - 2.12.1 -* Tue May 17 2005 - locilka@suse.cz +* Tue May 17 2005 locilka@suse.cz - Fixing bug #83918 NTP Client could freeze during saving the configuration when the starting directory of YaST2 ntp-client was a network directory and the "Configure via DHCP" option has been unselected. -* Wed May 11 2005 - locilka@suse.cz +* Wed May 11 2005 locilka@suse.cz - NTP Server entry-checking is ommited when changing the dialog to select one from already found or public ones - Caching Lookup-Servers results -* Mon May 09 2005 - locilka@suse.cz +* Mon May 09 2005 locilka@suse.cz - Added "Scanning nework" popup which appears during scanning the local network for NTP servers - Added error popups when no servers are found (popup text depends on whether SuSEfirewall2 is running) - Added some missing comments for translators - 2.12.0 -* Thu Mar 31 2005 - locilka@suse.cz +* Thu Mar 31 2005 locilka@suse.cz - Fixed bug #74376 Checking server/peer address entry for existency and rightness -* Wed Mar 16 2005 - locilka@suse.cz +* Wed Mar 16 2005 locilka@suse.cz - Fixed bug #73039 Firewall configuration had never been saved - Changing maintainer -> locilka - 2.11.3 -* Mon Feb 14 2005 - jsrain@suse.cz +* Mon Feb 14 2005 jsrain@suse.cz - do not ask to confirm abort if nothing changed (#50743) - 2.11.2 -* Wed Dec 15 2004 - jsrain@suse.cz +* Wed Dec 15 2004 jsrain@suse.cz - clean-up of neededforbuild and requires - using generic firewall enabling widget/popup - using Progress::set - 2.11.1 -* Tue Nov 02 2004 - jsrain@suse.cz +* Tue Nov 02 2004 jsrain@suse.cz - adapted to new Mode.ycp interface - 2.11.0 -* Tue Oct 19 2004 - jsrain@suse.cz +* Tue Oct 19 2004 jsrain@suse.cz - using unified messages from Message.ycp/Confirm.ycp/Label.ycp -* Fri Sep 17 2004 - jsrain@suse.cz +* Fri Sep 17 2004 jsrain@suse.cz - added NTP servers located at "Physikalisch-Technische Bundesanstalt" to the list of NTP servers (#45409) - 2.10.8 -* Tue Sep 14 2004 - jsrain@suse.cz +* Tue Sep 14 2004 jsrain@suse.cz - adapted testsuite to changes in yast2-firewall - 2.10.7 -* Mon Sep 06 2004 - jsrain@suse.cz +* Mon Sep 06 2004 jsrain@suse.cz - fixed using NTP server detected via SLP - 2.10.6 -* Fri Sep 03 2004 - jsrain@suse.cz +* Fri Sep 03 2004 jsrain@suse.cz - added GerModified and SetModified functions to _auto client -* Mon Aug 30 2004 - jsrain@suse.cz +* Mon Aug 30 2004 jsrain@suse.cz - removed duplicated ntp_servers.ycp file - 2.10.5 -* Mon Aug 23 2004 - locilka@suse.cz +* Mon Aug 23 2004 locilka@suse.cz - added missing data: ntp_servers - 2.10.4 -* Thu Aug 19 2004 - visnov@suse.cz +* Thu Aug 19 2004 visnov@suse.cz - fixed command line return type - 2.10.3 -* Mon Aug 16 2004 - jsrain@suse.cz +* Mon Aug 16 2004 jsrain@suse.cz - fixed firewall port identification - 2.10.2 -* Tue Aug 10 2004 - jsrain@suse.cz +* Tue Aug 10 2004 jsrain@suse.cz - merged texts from proofread -* Mon Aug 09 2004 - jsrain@suse.cz +* Mon Aug 09 2004 jsrain@suse.cz - adapted to the new firewall interface - updated to changes in CWM - split the UI and backend (the border wasn't clear) - 2.10.1 -* Tue Aug 03 2004 - jsrain@suse.cz +* Tue Aug 03 2004 jsrain@suse.cz - updated helps - updated comments to functions and texts fro translations - other updates -* Fri Jul 30 2004 - jsrain@suse.cz +* Fri Jul 30 2004 jsrain@suse.cz - UI updates -* Thu Jul 29 2004 - jsrain@suse.cz +* Thu Jul 29 2004 jsrain@suse.cz - added a list of NTP servers and offering to select one of them - added support for configuring via DHCP - 2.10.0 -* Mon Jul 19 2004 - jsrain@suse.cz +* Mon Jul 19 2004 jsrain@suse.cz - use common function for checking installed packages (#30872) -* Mon Jun 21 2004 - jsrain@suse.cz +* Mon Jun 21 2004 jsrain@suse.cz - fixed saving of options to /etc/ntp.conf (#42199) -* Sun May 30 2004 - nashif@suse.de +* Sun May 30 2004 nashif@suse.de - Honor old syntax when importing (#41379) - 2.9.13 -* Fri May 21 2004 - jsrain@suse.cz +* Fri May 21 2004 jsrain@suse.cz - dont complain about missing packages when cloning (nashif) - 2.9.12 -* Tue May 04 2004 - jsrain@suse.cz +* Tue May 04 2004 jsrain@suse.cz - merged texts from proofread - 2.9.11 -* Thu Apr 08 2004 - jsrain@suse.cz +* Thu Apr 08 2004 jsrain@suse.cz - fixed texts of menu button in the log display dialog (#38522) -* Fri Apr 02 2004 - jsrain@suse.de +* Fri Apr 02 2004 jsrain@suse.de - changed version to GPL - 2.9.10 -* Tue Mar 30 2004 - jsrain@suse.de +* Tue Mar 30 2004 jsrain@suse.de - fixed typo in variable name - 2.9.9 -* Fri Mar 26 2004 - jsrain@suse.de +* Fri Mar 26 2004 jsrain@suse.de - added missing textdomain, added missing comments for translators -* Mon Mar 15 2004 - jsrain@suse.cz +* Mon Mar 15 2004 jsrain@suse.cz - fixed parsing of configuration files with comments on the same line as option (eg. server ntp.example.com #comment) (#35818) - fixed saving address of the NTP server from the simple dialog @@ -406,89 +412,89 @@ rm -rf "$RPM_BUILD_ROOT" one network interface started on boot found (#35487) - fixed handling of `abort event - 2.9.8 -* Wed Mar 10 2004 - sh@suse.de +* Wed Mar 10 2004 sh@suse.de - V 2.9.7 - Migration to new wizard -* Tue Mar 09 2004 - jsrain@suse.de +* Tue Mar 09 2004 jsrain@suse.de - Require -> Package - using Sequencer module -* Mon Mar 08 2004 - jsrain@suse.de +* Mon Mar 08 2004 jsrain@suse.de - setting icon - 2.9.6 -* Fri Mar 05 2004 - jsrain@suse.de +* Fri Mar 05 2004 jsrain@suse.de - types fixes - 2.9.5 -* Wed Mar 03 2004 - jsrain@suse.de +* Wed Mar 03 2004 jsrain@suse.de - fixed testsuite - 2.9.4 -* Mon Mar 01 2004 - jsrain@suse.de +* Mon Mar 01 2004 jsrain@suse.de - fixed displaying NTP summary - merged texts from proofread - more strict data types - 2.9.3 -* Mon Feb 16 2004 - jsrain@suse.de +* Mon Feb 16 2004 jsrain@suse.de - syntax fix of abort checking (in order to build) - 2.9.2 -* Tue Feb 10 2004 - jsrain@suse.de +* Tue Feb 10 2004 jsrain@suse.de - dropped .y2cc file - 2.9.1 -* Thu Jan 22 2004 - jsrain@suse.de +* Thu Jan 22 2004 jsrain@suse.de - added displaying of NTP daemon's log - added firewall settin support - 2.9.0 -* Wed Jan 21 2004 - jsrain@suse.de +* Wed Jan 21 2004 jsrain@suse.de - updated for the new interpreter - added support for command line interface -* Thu Sep 25 2003 - jsrain@suse.de +* Thu Sep 25 2003 jsrain@suse.de - typos fixed (#30274) -* Thu Sep 11 2003 - nashif@suse.de +* Thu Sep 11 2003 nashif@suse.de - #30291: return list of required packages for autoinstallation -* Wed Sep 10 2003 - jsrain@suse.de +* Wed Sep 10 2003 jsrain@suse.de - stopping XNTP daemon when set to never start it automatically (30358) - 2.8.9 -* Fri Sep 05 2003 - jsrain@suse.de +* Fri Sep 05 2003 jsrain@suse.de - merged texts from proofread - 2.8.8 -* Tue Sep 02 2003 - jsrain@suse.de +* Tue Sep 02 2003 jsrain@suse.de - marked missed texts for translation - fixed translation of exit without saving popup (was evaluated in incorect textdomain) -* Mon Sep 01 2003 - jsrain@suse.de +* Mon Sep 01 2003 jsrain@suse.de - separated "Type of entry to add" popup to extra dialog and added some help to the entries (#29669) - 2.8.7 -* Fri Aug 29 2003 - jsrain@suse.de +* Fri Aug 29 2003 jsrain@suse.de - improved helps (#29379) - displaying correctly local CMOS clock (#29422) - 2.8.6 -* Mon Aug 25 2003 - jsrain@suse.de +* Mon Aug 25 2003 jsrain@suse.de - not touching sysconfig/xntp:XNTPD_INITIAL_NTPDATE if containg AUTO and would be replaced with empty string (#29315) - 2.8.5 -* Wed Aug 20 2003 - jsuchome@suse.de +* Wed Aug 20 2003 jsuchome@suse.de - removed redundant "initialization dialog" (#28779) - 2.8.4 -* Mon Aug 11 2003 - jsrain@suse.de +* Mon Aug 11 2003 jsrain@suse.de - merged text from proofread - 2.8.3 -* Wed Aug 06 2003 - jsrain@suse.de +* Wed Aug 06 2003 jsrain@suse.de - fixed Abort button handling -* Wed Aug 06 2003 - jsrain@suse.de +* Wed Aug 06 2003 jsrain@suse.de - changed internal structure (autoyast requirement) - reporting error if xntp package installation fails - handling double-click in the summary table - 2.8.2 -* Tue Aug 05 2003 - jsrain@suse.de +* Tue Aug 05 2003 jsrain@suse.de - added warning if NTP daemon set to be started at boot - added more testsuites - added some documentation -* Mon Aug 04 2003 - jsrain@suse.de +* Mon Aug 04 2003 jsrain@suse.de - added .desktop file - 2.8.1 -* Wed Jul 30 2003 - jsrain@suse.de +* Wed Jul 30 2003 jsrain@suse.de - not (re)starting service during autoinstallation -* Tue Jul 29 2003 - jsrain@suse.de +* Tue Jul 29 2003 jsrain@suse.de - adapted to udpated CWM interface -* Mon Jul 07 2003 - jsrain@suse.de +* Mon Jul 07 2003 jsrain@suse.de - initial version