From 1403cd8455095c00a5e7d76a38c50937bbff296d Mon Sep 17 00:00:00 2001 From: Harlan Stenn Date: Fri, 17 Sep 1999 23:40:09 +0000 Subject: [PATCH] ChangeLog, NEWS, configure, configure.in: * configure.in: 4.0.98 bk: 37e2d159Qjq1zRrQTbc-g_yecFFbrA --- ChangeLog | 43 +++++++++++++++++++++++++++++-------------- NEWS | 7 +++++++ configure | 2 +- configure.in | 2 +- 4 files changed, 38 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f1f1d63a..e1ab0afd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,34 @@ 1999-09-17 Harlan Stenn - * acconfig.h: - * config.guess: - * config.h.in: - * config.sub: - * configure.in: - * html/copyright.htm: - * html/notes.htm: - * html/ntpd.htm: - * html/ntpdate.htm: - * include/ntp.h: - * ntpd/ntp_config.c: - * ntpdate/ntpdate.c: - * util/tickadj.c: - NetInfo support. + * configure.in: 4.0.98 + + NetInfo support: + + * config.guess + * config.sub + Add Mac OS (versions 10 and up). + + * acconfig.h + * config.h.in + * configure.in + Check for NetInfo API; add HAVE_NETINFO macro and friends. + + * include/ntp.h + * ntpd/ntp_config.c + * ntpdate/ntpdate.c + Add support for reading configuration from NetInfo. + + * ntpd/ntp_config.c + Get rid of unnecessary eol variable in tokenizer. + + * html/notes.htm + * html/ntpd.htm + * html/ntpdate.htm + Document NetInfo functionality. + + * util/tickadj.c + Use HAVE_KVM_OPEN conditional around kvm.h include. + From: Wilfredo Sanchez 1999-09-15 Harlan Stenn diff --git a/NEWS b/NEWS index 7786d715b..8fee9b0ad 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ +(4.0.98) +* Solaris kernel FLL bug is fixed in 106541-07 +* Bug/lint cleanup +* PPS cleanup +* ReliantUNIX patches * NetInfo support * Ultralink driver * Trimble OEM Ace-II support +* DCF77 power choices +* Oncore improvements (4.0.97) * NT patches * AIX,SunOS,IRIX portability diff --git a/configure b/configure index bdec58041..5f2c76a86 100755 --- a/configure +++ b/configure @@ -968,7 +968,7 @@ fi PACKAGE=ntp -VERSION=4.0.97f +VERSION=4.0.98 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/configure.in b/configure.in index 6f45ad7fb..3c26bf931 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CANONICAL_SYSTEM AC_DEFINE_UNQUOTED(STR_SYSTEM, "$target") AM_CONFIG_HEADER(config.h) AC_ARG_PROGRAM -AM_INIT_AUTOMAKE(ntp, 4.0.97f) +AM_INIT_AUTOMAKE(ntp, 4.0.98) AC_PREREQ(2.13) ac_cv_var_oncore_ok=no -- 2.47.3