Browse Source

Updated Changelog for OpenNTPD 5.9

OPENBSD_5_9
Brent Cook 8 years ago
parent
commit
9182c78287
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      ChangeLog

+ 19
- 0
ChangeLog View File

@ -2,6 +2,7 @@ For detailed changes, see the changes either in the OpenBSD CVS repository or
the GitHub mirror. the GitHub mirror.
2016-03-28 OpenNTPD 5.9p1 2016-03-28 OpenNTPD 5.9p1
* When a single "constraint" is specified, try all returned addresses * When a single "constraint" is specified, try all returned addresses
until one succeeds, rather than the first returned address. until one succeeds, rather than the first returned address.
* Relaxed the constraint error margin to be proportional to the number * Relaxed the constraint error margin to be proportional to the number
@ -19,7 +20,25 @@ the GitHub mirror.
* Switched to RMS for jitter calculations. * Switched to RMS for jitter calculations.
* Unified logging functions with other OpenBSD base programs. * Unified logging functions with other OpenBSD base programs.
OpenNTPD Portable-specific changes
* Added support for syncing time with the Realtime Clock (RTC) on OSes
that require it.
* CFLAGS is no longer overridden by the build system.
* FreeBSD RTABLE support is disabled
* FreeBSD is no longer linked with -lmd to avoid hash function
collisions, causing failures in constraint certificate loading.
* Fixed crashes due to __progname being used before initialized.
* Added Solaris 10 compatibility.
* Added --disable-https-constraint build option for explicitly
disabling constraint support.
* Synced build system files with LibreSSL
The libtls library, as shipped with LibreSSL 2.3.2 or later, is
required to use the HTTPS constraint feature, though it is not
required to use OpenNTPD.
2015-03-24 OpenNTPD 5.7p4 2015-03-24 OpenNTPD 5.7p4
* Added support for HTTPS constraints to validate NTP responses. * Added support for HTTPS constraints to validate NTP responses.
See the man page and example config file for how to configure it. See the man page and example config file for how to configure it.
The initial announcement: The initial announcement:


Loading…
Cancel
Save