From: Harlan Stenn Date: Sat, 15 Jul 2023 05:43:54 +0000 (-0700) Subject: clean up ChangeLog listing order X-Git-Tag: NTP_4_2_8P18_RC1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eed89768f15bb968180f21eb1f792e4b997449a3;p=thirdparty%2Fntp.git clean up ChangeLog listing order bk: 64b2321aNScf_RRmEcJzgUmziEmptw --- diff --git a/ChangeLog b/ChangeLog index 748132e2f..5837636c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,18 +1,19 @@ --- -* [Bug 3825] Don't touch HTML files unless building inside a BK repo. - Fix the script checkHtmlFileDates. -* [Bug 3827] Fix build in case CLOCK_HOPF6021 or CLOCK_WHARTON_400A - is disabled. -* [Bug 3828] BK should ignore a git repo in the same directory. - -* [Bug 3831] pollskewlist zeroed on runtime configuration. -* [Bug 3835] NTP_HARD_*FLAGS not used by libevent tearoff. -* [Bug 3837] NULL pointer deref crash when ntpd deletes last interface. - Reported by renmingshuai. Correct UNLINK_EXPR_SLIST() when the - list is empty. + * [Bug 3841] 4.2.8p17 build break w/ gcc 12 -Wformat-security without -Wformat Need to remove --Wformat-security when removing -Wformat to silence numerous libopts warnings. +* [Bug 3837] NULL pointer deref crash when ntpd deletes last interface. + Reported by renmingshuai. Correct UNLINK_EXPR_SLIST() when the + list is empty. +* [Bug 3835] NTP_HARD_*FLAGS not used by libevent tearoff. +* [Bug 3831] pollskewlist zeroed on runtime configuration. +* [Bug 3828] BK should ignore a git repo in the same directory. + +* [Bug 3827] Fix build in case CLOCK_HOPF6021 or CLOCK_WHARTON_400A + is disabled. +* [Bug 3825] Don't touch HTML files unless building inside a BK repo. + Fix the script checkHtmlFileDates. * html/clockopt.html cleanup. * Add DSA, DSA-SHA, and SHA to tests/libntp/digests.c.