]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, NEWS, configure, configure.in: NTP_4_0_98
authorHarlan Stenn <stenn@ntp.org>
Fri, 17 Sep 1999 23:40:09 +0000 (23:40 -0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 17 Sep 1999 23:40:09 +0000 (23:40 -0000)
  * configure.in: 4.0.98

bk: 37e2d159Qjq1zRrQTbc-g_yecFFbrA

ChangeLog
NEWS
configure
configure.in

index 7f1f1d63a3f236126d3a727ac523429e8266535f..e1ab0afd4ad81833d47d721bd2970b8f536af7eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,34 @@
 1999-09-17  Harlan Stenn  <stenn@whimsy.udel.edu>
 
-       * 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 <wsanchez@apple.com>
 
 1999-09-15  Harlan Stenn  <stenn@whimsy.udel.edu>
diff --git a/NEWS b/NEWS
index 7786d715b5e6126238630f4d2828feb9efeb09a8..8fee9b0adb7d150fc5a77d849f960942af928d81 100644 (file)
--- 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
index bdec5804193df5c53e32f674c2b8b4d05058528b..5f2c76a8683d69e144dd9a9d2d52a50e950e9e94 100755 (executable)
--- 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; }
index 6f45ad7fb43c097a2719cde7ac18ba4a2d40d2da..3c26bf931664dc14c9ab54820bd3f4cf20c98cb3 100644 (file)
@@ -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