]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, NEWS, winnt.htm:
authorSven Dietricht <dietrict@ntp.org>
Tue, 22 Feb 2000 07:32:39 +0000 (07:32 -0000)
committerSven Dietricht <dietrict@ntp.org>
Tue, 22 Feb 2000 07:32:39 +0000 (07:32 -0000)
  Patch from Carl Byington <carl@five-ten-sg.com> to fix MD5 on WINNT

bk: 38b23b97l04YZyoj0B5MyZRX9ApHvA

ChangeLog
NEWS
html/hints/winnt.htm

index 8b99119cb9fffb01ce300af9d2fc6861d1669484..81111cff579ac61435691d9cd4c7f1648a19c244 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-02-21  Sven Dietrich <sven_dietrich@trimble.com>
+
+       * ports/winnt/include/config.h: Enable MD5 and RANDOM by default
+       * ports/winnt/libntp/SetSystemTime.c: Fix warning and const declaration
+       From: Carl Byington <carl@five-ten-sg.com>
+
 2000-02-21  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * Makefile.am (SUBDIRS): Make librsaref right after includes so we
diff --git a/NEWS b/NEWS
index 82026a8795c711950018f3204e9956b9d6e5be46..09346276dac7503d9d97281f4562227a716822a7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* WINNT builds with MD5 by default
 * WINNT no longer requires Perl for building with Visual C++ 6.0
 * algorithmic improvements, bugfixes
 * Solaris dosynctodr info update
index d316607b70833aefd57b8535840d91e1feacfdcd..c4a326b855ae4550415c0963b6fd101739b36c77 100644 (file)
@@ -69,7 +69,7 @@ Compiling Requirements</h2>
 
 <ul>
 <li>
-<tt>Windows NT 4.0 or 5.0 (2000)</tt></li>
+<tt>Windows NT 4.0 or 2000</tt></li>
 
 <li>
 <tt>Microsoft Visual C++ 6.0</tt></li>
@@ -82,6 +82,7 @@ Some version of the archiving program <tt>ZIP</tt>.</li>
 Compiling Instructions</h2>
 
 <ol>
+
 <li>
 Unpack the NTP-4.x.tar.gz</li>