Portable build framework for OpenNTPD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.2 KiB

  1. For detailed changes, see the changes either in the OpenBSD CVS repository or
  2. the GitHub mirror.
  3. 2015-01-20 OpenNTPD 5.7p2
  4. * Switched the drift file from an unscaled frequency offset to ppm.
  5. The latter format is compatible with that of ntp.org. This allows
  6. easy switching between ntpd daemons
  7. * Fixed a memory leak in DNS lookups.
  8. * Added support for setting the process title on Linux and OS X.
  9. The different processes are now possible to tell apart by role in
  10. the process list.
  11. * Various bugfixes and refinements from the community.
  12. 2015-01-08 OpenNTPD 5.7p1
  13. * Support for a new build infrastructure based on the LibreSSL framework.
  14. Source code is integrated directly from the OpenBSD tree with few manual
  15. changes, easing maintenance.
  16. * Removed support for several OSes pending test reports and updated
  17. portability code.
  18. * Supports the Simple Network Time Protocol version 4 as described in RFC 5905
  19. * Added route virtualization (rdomain) support.
  20. * Added ntpctl(8), which allows for querying ntpd(8) at runtime.
  21. * Finer-grained clock adjustment via adjfreq / ntp_adjtime where available.
  22. * Improved latency on heavily-loaded machines.