From: Harlan Stenn Date: Fri, 29 Nov 2013 06:20:54 +0000 (+0000) Subject: Merge bk://bk.ntp.org/ntp-dev X-Git-Tag: NTP_4_2_7P402~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93cbcb830ed213ebe3af79782c3aa1c2e4e42b70;p=thirdparty%2Fntp.git Merge bk://bk.ntp.org/ntp-dev into psp-deb1.ntp.org:/home/kindernay/ntp-dev-final bk: 52983246migNfLqpVUy-ZTU40VfJbg --- 93cbcb830ed213ebe3af79782c3aa1c2e4e42b70 diff --cc ChangeLog index 4e27e6d40,d35d801ee..45e1ad0db --- a/ChangeLog +++ b/ChangeLog @@@ -1,30 -1,4 +1,31 @@@ + * Incorporate Oliver Kindernay's GSoC 2013 scripts/ cleanup. +(4.2.7p399) 2013/11/28 Released by Harlan Stenn +* [Bug 2326] More leapsecond file notification cleanup. +* [Bug 2506] make sure routing updates are always tracked +* [Bug 2514] secs/* #define usage cleanup. +(4.2.7p398) 2013/11/25 Released by Harlan Stenn +* [Bug 2326] More leapsecond file notification cleanup. +* Improve sntp KoD data file fopen() error message. +(4.2.7p397) 2013/11/20 Released by Harlan Stenn +* [Bug 2326] More leapsecond file notification cleanup. +(4.2.7p396) 2013/11/19 Released by Harlan Stenn +* [Bug 2326] Improve stale leapsecond notifications. +(4.2.7p395) 2013/11/12 Released by Harlan Stenn +* Upgrade to autogen-5.18.3pre5 and libopts-40.1.15. +(4.2.7p394) 2013/11/05 Released by Harlan Stenn +* [Bug 1050] Change ONCORE log message for leap second announcement + to avoid misunderstandings. +* [Bug 2499] Win32 user-space/loopback ppsapi provider drops samples. +* [Bug 2256] Improve configure's function searches in libraries. +(4.2.7p393) 2013/10/16 Released by Harlan Stenn +* [Bug 2272] Use C99 integer types. ntp_calendar.h and ntp_types.h . +(4.2.7p392) 2013/10/15 Released by Harlan Stenn +* [Bug 2375] Improve AIX compatibility. +* [Bug 2490] Fixed non-const initializer coming from [Bug 2250] fix. +(4.2.7p391) 2013/10/12 Released by Harlan Stenn +* [Bug 2250] Rework of leap second handling machine. +* [Bug 2419] [rc-nmea] Improve clockstats reporting when receiver sends + data without valid GPS fix. (4.2.7p390) 2013/09/26 Released by Harlan Stenn * [Bug 2482] Cleanup of droproot and jail support for Solaris. (4.2.7p389) 2013/09/24 Released by Harlan Stenn diff --cc configure.ac index 8add1c760,ee5d0f1d8..dec54e786 --- a/configure.ac +++ b/configure.ac @@@ -4256,11 -4250,27 +4258,28 @@@ AC_CONFIG_FILES([scripts/ntptrace/Makef AC_CONFIG_FILES([scripts/ntpver], [chmod +x scripts/ntpver]) AC_CONFIG_FILES([scripts/plot_summary], [chmod +x scripts/plot_summary]) AC_CONFIG_FILES([scripts/summary], [chmod +x scripts/summary]) + AC_CONFIG_FILES([scripts/build/Makefile]) AC_CONFIG_FILES([tests/Makefile]) AC_CONFIG_FILES([tests/libntp/Makefile]) +AC_CONFIG_FILES([tests/ntpd/Makefile]) AC_CONFIG_FILES([util/Makefile]) + perllibdir="${datadir}/ntp/lib" + AC_DEFINE_DIR([PERLLIBDIR], [perllibdir], [data dir]) + + calc_tickadj_opts="scripts/calc_tickadj/calc_tickadj-opts" + AC_SUBST_FILE([calc_tickadj_opts]) + ntp_wait_opts="scripts/ntp-wait/ntp-wait-opts" + AC_SUBST_FILE([ntp_wait_opts]) + ntpsweep_opts="scripts/ntpsweep/ntpsweep-opts" + AC_SUBST_FILE([ntpsweep_opts]) + ntptrace_opts="scripts/ntptrace/ntptrace-opts" + AC_SUBST_FILE([ntptrace_opts]) + summary_opts="scripts/summary-opts" + AC_SUBST_FILE([summary_opts]) + plot_summary_opts="scripts/plot_summary-opts" + AC_SUBST_FILE([plot_summary_opts]) + AC_CONFIG_SUBDIRS([sntp]) AC_OUTPUT