Skip to content

Version 1.0.0-dev.20230907

Pre-release
Pre-release
Compare
Choose a tag to compare
@rnijveld rnijveld released this 07 Sep 12:23
· 790 commits to main since this release
v1.0.0-dev.20230907

Added

  • Man pages have been added to the built packages.
  • ntp-ctl now has human-friendly output

Changed

  • Peers have been renamed to sources.
  • The configuration has been completely reworked, please check the documentation
    for details. Configuration will not automatically migrate.
  • The metrics for observation have been completely reworked.
  • Several changes have been made to reduce the number of dependencies.
  • Send software timestamping is now enabled by default.
  • Hardware timestamping can now only be configured if ntpd-rs is built with the
    hardware-timestamping feature (off by default).
  • The default observation socket path was changed to /var/run/ntpd-rs/observe.
  • Upgraded dependencies.

Fixed

  • Fix bug around handling of leap second indicators.
  • Fixed bug around handling of accumulated step thresholds.

Removed

  • Removed support for the RFC5905 algorithm.
  • Sources and servers can no longer be configured via the command line.
  • Logging can now only be configured via a log level, no other filtering is
    possible.
  • The daemon control socket has been removed, the daemon can no longer be
    reconfigured at runtime.