From 9938199ddf64ae058a232dba68955c8ee4c4dc9c Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 15 Jan 2015 09:00:24 -0600 Subject: [PATCH] add a local ChangeLog file --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index e69de29..7df41dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,27 @@ +For detailed changes, see the changes either in the OpenBSD CVS repository or +the GitHub mirror. + +2015-01-20 OpenNTPD 5.7p2 + + * Switched the drift file from an unscaled frequency offset to ppm. + The latter format is compatible with that of ntp.org. This allows + easy switching between ntpd daemons + * Fixed a memory leak in DNS lookups. + * Added support for setting the process title on Linux and OS X. + The different processes are now possible to tell apart by role in + the process list. + * Various bugfixes and refinements from the community. + +2015-01-08 OpenNTPD 5.7p1 + + * Support for a new build infrastructure based on the LibreSSL framework. + Source code is integrated directly from the OpenBSD tree with few manual + changes, easing maintenance. + * Removed support for several OSes pending test reports and updated + portability code. + * Supports the Simple Network Time Protocol version 4 as described in RFC 5905 + * Added route virtualization (rdomain) support. + * Added ntpctl(8), which allows for querying ntpd(8) at runtime. + * Finer-grained clock adjustment via adjfreq / ntp_adjtime where available. + * Improved latency on heavily-loaded machines. +