From: Harlan Stenn Date: Mon, 19 Jan 2009 09:21:49 +0000 (-0500) Subject: Merge bk://maccarony.ntp.org/ntp-dev X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a6492cb13d73885b67db1bbd86449e101a442bc;p=thirdparty%2Fntp.git Merge bk://maccarony.ntp.org/ntp-dev into pogo.udel.edu:/pogo/users/burnicki/ntp-dev-bug-1118 bk: 4974462d8SmA7VtAbhvgAFvCVPc7tQ --- 1a6492cb13d73885b67db1bbd86449e101a442bc diff --cc ChangeLog index 89f88bd75d,0f499d74f9..1bfd4c4848 --- 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.