]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Merge bk://bk.ntp.org/ntp-stable
authorHarlan Stenn <stenn@ntp.org>
Sun, 7 Jun 2015 09:06:25 +0000 (09:06 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 7 Jun 2015 09:06:25 +0000 (09:06 +0000)
into  psp-at1.ntp.org:/a/etc/amd.stage/thump2-g3/export/ntp/home/stenn/ntp-stable-unity

bk: 55740991cu4ybFZbmfjnJ9UWs3TB9A

1  2 
ChangeLog
configure.ac

diff --cc ChangeLog
index 1fc33182713b421a0bb71396f9e88838338601aa,6845d2e218519afe2a217afe73695a10249cce08..0a6aa6db5bede1e4e1e4e7e4f0f03d67b7d7ceb0
+++ b/ChangeLog
@@@ -1,7 -1,19 +1,21 @@@
  ---
  
+ * [Bug 2824] Convert update-leap to perl. (also see 2769)
+ * [Bug 2830] ntpd doesn't always transfer the correct TAI offset via autokey
+    NTPD transfers the current TAI (instead of an announcement) now.
+    This might still needed improvement.
+ * [Bug 2832] refclock_jjy.c supports the TDC-300.
+ * [Bug 2834] Correct a broken html tag in html/refclock.html
+ * [Bug 2836] DFC77 patches from Frank Kardel to make decoding more
+   robust, and require 2 consecutive timestamps to be consistent.
+ * [Bug 2837] Allow a configurable DSCP value.
+ * [Bug 2837] add test for DSCP to ntpd/complete.conf.in
+ * [Bug 2842] Glitch in ntp.conf.def documentation stanza.
+ * [Bug 2842] Bug in mdoc2man.
+ * Report select() debug messages at debug level 3 now.
+ * sntp/scripts/genLocInfo: treat raspbian as debian.
 +* Unity test framework fixes.
 +* Initial support for PACKAGE_VERSION tests.
  ---
  (4.2.8p3-RC1) 2015/05/12 Released by Harlan Stenn <stenn@ntp.org>
  
diff --cc configure.ac
index 0cd0e482223f43eaf059971551a7867b543cfc96,37f492afe4ab075740c821d6399484794400c8cd..b647090f5fd6213f021efe79faa61d3048aa278d
@@@ -4388,11 -4385,10 +4388,12 @@@ AC_CONFIG_FILES([scripts/ntpver],    [chmo
  AC_CONFIG_FILES([scripts/plot_summary],       [chmod +x scripts/plot_summary])
  AC_CONFIG_FILES([scripts/summary],    [chmod +x scripts/summary])
  AC_CONFIG_FILES([scripts/update-leap/Makefile])
+ AC_CONFIG_FILES([scripts/update-leap/update-leap], [chmod +x scripts/update-leap/update-leap])
  AC_CONFIG_FILES([tests/Makefile])
 +AC_CONFIG_FILES([tests/bug-2803/Makefile])
  AC_CONFIG_FILES([tests/libntp/Makefile])
  AC_CONFIG_FILES([tests/ntpd/Makefile])
 +AC_CONFIG_FILES([tests/sandbox/Makefile])
  AC_CONFIG_FILES([util/Makefile])
  
  perllibdir="${datadir}/ntp/lib"