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.

41 lines
1.7 KiB

10 years ago
  1. For detailed changes, see the changes either in the OpenBSD CVS repository or
  2. the GitHub mirror.
  3. 2015-01-27 OpenNTPD 5.7p3
  4. * Fixed issue resolving hostnames when the network is initially
  5. unavailable.
  6. * Fixed process name logging on Linux and OS X.
  7. * Fixed adjfreq failures on Solaris due to uninitialized struct timex.
  8. * Support building on Linux musl libc.
  9. * Default privilege separation directory changed from /var/empty/ntp
  10. to /var/empty. Please ensure that if you are using the default from
  11. previous releases that the privsep directory is empty, owned by
  12. root, and has no write privileges for other users.
  13. 2015-01-20 OpenNTPD 5.7p2
  14. * Switched the drift file from an unscaled frequency offset to ppm.
  15. The latter format is compatible with that of ntp.org. This allows
  16. easy switching between ntpd daemons
  17. * Fixed a memory leak in DNS lookups.
  18. * Added support for setting the process title on Linux and OS X.
  19. The different processes are now possible to tell apart by role in
  20. the process list.
  21. * Import NetBSD support.
  22. * Various bugfixes and refinements from the community.
  23. 2015-01-08 OpenNTPD 5.7p1
  24. * Support for a new build infrastructure based on the LibreSSL
  25. framework. Source code is integrated directly from the OpenBSD tree
  26. with few manual changes, easing maintenance.
  27. * Removed support for several OSes pending test reports and updated
  28. portability code.
  29. * Supports the Simple Network Time Protocol version 4 as described in
  30. RFC 5905
  31. * Added route virtualization (rdomain) support.
  32. * Added ntpctl(8), which allows for querying ntpd(8) at runtime.
  33. * Finer-grained clock adjustment via adjfreq / ntp_adjtime where
  34. available.
  35. * Improved latency on heavily-loaded machines.