diff --git a/ChangeLog b/ChangeLog index 21c06eb..cd30d61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,18 @@ For detailed changes, see the changes either in the OpenBSD CVS repository or the GitHub mirror. -2017-06-* OpenNTPD 6.2p1 +2017-07-13 OpenNTPD 6.2p1 + * Added option "query from " to ntpd.conf, to specify a local IP address for outgoing NTP queries. -2017-06-12 OpenNTPD 6.1p1 +2017-07-13 OpenNTPD 6.1p1 + * Quieted warnings about constraint connection retries. * Implemented fork+exec for ntpd child processes. * Added imsg inter-process reliability fixes. * Fixed memory leaks and reduced heap memory usage. * Numerous logging improvements and additions. - - OpenNTPD portable-specific changes: - * Added macOS 10.12 getentropy support. * Fixed arc4random blacklist use native implementations where possible. diff --git a/VERSION b/VERSION index db441ec..0dff337 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2p0 +6.2p1