From: Harlan Stenn Date: Mon, 19 Jan 2009 09:21:49 +0000 (-0500) Subject: Merge bk://maccarony.ntp.org/ntp-dev X-Git-Tag: NTP_4_2_5P156~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca1e3e23137afd724aac90e585e2891fa9ca2175;p=thirdparty%2Fntp.git Merge bk://maccarony.ntp.org/ntp-dev into pogo.udel.edu:/pogo/users/burnicki/ntp-dev-bug-1118 bk: 4974462d8SmA7VtAbhvgAFvCVPc7tQ --- ca1e3e23137afd724aac90e585e2891fa9ca2175 diff --cc ChangeLog index 89f88bd75,0f499d74f..1bfd4c484 --- a/ChangeLog +++ b/ChangeLog @@@ -1,6 -1,10 +1,13 @@@ +* [Bug 1118] Fixed sign extension for 32 bit time_t in caljulian() and prettydate(). + Fixed some compiler warnings about missing prototypes. + Fixed some other simple compiler warnings. + * [Bug 1119] [CID 52] Avoid a possible null-dereference in ntp_crypto.c. + * [Bug 1120] [CID 51] INSIST that peer is non-null before we dereference it. + * [Bug 1121] [CID 47] double fclose() in ntp-keygen.c. + (4.2.5p155) 2009/01/18 Released by Harlan Stenn + * Documentation updates from Dave Mills. + * CHU frequency updates. + * Design assertion fixes for ntp_crypto.c from Dave Mills. (4.2.5p154) 2009/01/13 Released by Harlan Stenn * [Bug 992] support interface event change on Linux from Miroslav Lichvar.