]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Merge bk://bk.ntp.org/ntp-stable
authorHarlan Stenn <stenn@ntp.org>
Sun, 22 Mar 2015 07:36:19 +0000 (07:36 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 22 Mar 2015 07:36:19 +0000 (07:36 +0000)
into  psp-fb1.ntp.org:/a/etc/amd.stage/thump2-g3/export/ntp/home/stenn/ntp-stable-2790

bk: 550e70f3lEcIltejac5m6h1f_h6-eg

1  2 
ChangeLog

diff --cc ChangeLog
index 3012da3852caa339029500aa1bf85f3c39a9b3b0,1a2850d749b789c9542ff3ab919c7091632377dd..fb980219b9e12c05836eec38197cce9f1a9c300a
+++ b/ChangeLog
  * [Bug 2773] Early leap announcement from Palisade/Thunderbolt
  * [Bug 2774] Unreasonably verbose printout - leap pending/warning
  * [Bug 2775] ntp-keygen.c fails to compile under Windows.
+ * [Bug 2777] Fixed loops and decoding of Meinberg GPS satellite info.
+   Removed non-ASCII characters from some copyright comments.
+   Removed trailing whitespace.
+   Updated definitions for Meinberg clocks from current Meinberg header files.
+   Now use C99 fixed-width types and avoid non-ASCII characters in comments.
+   Account for updated definitions pulled from Meinberg header files.
+   Updated comments on Meinberg GPS receivers which are not only called GPS16x.
+   Replaced some constant numbers by defines from ntp_calendar.h
+   Modified creation of parse-specific variables for Meinberg devices
+   in gps16x_message().
+   Reworked mk_utcinfo() to avoid printing of ambiguous leap second dates.
+   Modified mbg_tm_str() which now expexts an additional parameter controlling
+   if the time status shall be printed.
  * [Bug 2783] Quiet autoconf warnings about missing AC_LANG_SOURCE.
++* [Bug 2790] If ntpd sets the Windows MM timer highest resolution
++  pause briefly before measuring system clock precision to yield
++  correct results.
+ * [Bug 2791] Quiet compiler warnings from libevent.
+ * Comment from Juergen Perlinger in ntp_calendar.c to make the code clearer.
+ * Use predefined function types for parse driver functions
+   used to set up function pointers.
+   Account for changed prototype of parse_inp_fnc_t functions.
+   Cast parse conversion results to appropriate types to avoid
+   compiler warnings.
+   Let ioctl() for Windows accept a (void *) to avoid compiler warnings
+   when called with pointers to different types.
  ---
  (4.2.8p1) 2015/02/04 Released by Harlan Stenn <stenn@ntp.org>