From: Harlan Stenn Date: Wed, 23 Feb 2011 21:58:30 +0000 (-0500) Subject: merge cleanup X-Git-Tag: NTP_4_2_7P134~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d148dc8d0e4cd7fe6997f8a634e2379b34639c4;p=thirdparty%2Fntp.git merge cleanup bk: 4d658306U1HEQvU6WPeAxNkMFt0hRg --- diff --git a/ChangeLog b/ChangeLog index 92a6c7e9c..4d96b3a3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ -(4.2.7p133) 2011/02/23 Released by Harlan Stenn -* [Bug 1834] ntpdate 4.2.7p131 aborts with assertion failure. * [Bug 1837] Build fails on Win7 due to regedit requiring privilege. * Provide fallback definitions for GetAdaptersAddresses() for Windows build environments lacking iphlpapi.h. +* Rename file containing 1.xxxx ChangeSet revision from version to + scm-rev to avoid invoking GNU make implicit rules attempting to + compile version.c into version. Problem was with sntp/version.o + during make distcheck after fix for spurious sntp rebuilds. +* Add INC_ALIGNED_PTR() macro to align pointers like malloc(). +(4.2.7p133) 2011/02/23 Released by Harlan Stenn +* [Bug 1834] ntpdate 4.2.7p131 aborts with assertion failure. * Move sntp last in top-level Makefile.am SUBDIRS so that the libevent tearoff (if required) and sntp are compiled after the rest. * Use a single set of Automake options for each package in configure.ac @@ -11,11 +16,6 @@ sntp/version was out-of-date relative to phony target FRC.version. * Do not cache paths to perl, test, or pkg-config, searching the PATH at configure time is worth it to pick up tool updates. -* Rename file containing 1.xxxx ChangeSet revision from version to - scm-rev to avoid invoking GNU make implicit rules attempting to - compile version.c into version. Problem was with sntp/version.o - during make distcheck after fix for spurious sntp rebuilds. -* Add INC_ALIGNED_PTR() macro to align pointers like malloc(). (4.2.7p132) 2011/02/22 Released by Harlan Stenn * [Bug 1832] ntpdate doesn't allow timeout > 2s. * [Bug 1833] The checking sem_timedwait() fails without -pthread.