From: Harlan Stenn Date: Sat, 26 Oct 2002 01:58:47 +0000 (-0400) Subject: Nits for 4.1.1b X-Git-Tag: NTP_4_1_1C_RC1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d209972007d998d3ba6ac70cf82e0a8485754acc;p=thirdparty%2Fntp.git Nits for 4.1.1b bk: 3db9f6d7H1OnIarLZrJtTse3jQRq-g --- diff --git a/Makefile.am b/Makefile.am index 578dfa331..40200e32c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,7 +80,7 @@ dist-hook: @find $(distdir) -type d -name CVS -print | xargs rm -rf @find $(distdir) -type d -name SCCS -print | xargs rm -rf @for i in `find $(distdir)/ports/winnt -type f -name '*.ds*' -print`; \ - do unix2dos $$i $$i; done + do chmod u+w $$i ; unix2dos $$i $$i; done .warning: @echo "Compiling with GCC now generates lots of new warnings." diff --git a/NEWS b/NEWS index c2ac68a3a..86662487c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ -- +* clock state machine bugfix * Lose the source port check on incoming packets * (x)ntpdc compatibility patch * Virtual IP improvements diff --git a/configure.in b/configure.in index b541a3187..7a1cc8c2e 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CANONICAL_SYSTEM AC_DEFINE_UNQUOTED(STR_SYSTEM, "$host", [canonical system (cpu-vendor-os) string]) AM_CONFIG_HEADER(config.h) AC_ARG_PROGRAM -AM_INIT_AUTOMAKE(ntp, 4.1.1a) +AM_INIT_AUTOMAKE(ntp, 4.1.1b) AC_PREREQ(2.52) # We need the cross-compile-aware SIZEOF stuff. ac_cv_var_atom_ok=no