Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 1.4 KB

Changelog

0.2.2 - 2024-20-09

Added

  • Added support for the path trace option
  • Added support for disabling synchronization of the system clock, touching only the ptp hardware clocks.

Changed

  • Updated dependencies
  • Be less chatty about unexpected PTPv1 messages

Fixed

  • Correctly ignore rogue masters in the PTP network

0.2.1 - 2024-06-07

Added

  • Threat model in the documentation
  • Sample config for IEC/IEEE 61580

Changed

  • Wrap PTP instance's state in a generic mutex and handle announce messages on slave ports
  • Handling of multiple ports of the instance being connected to the same network
  • Now using tracing instead of fern for logging

Fixed

  • Actually forward TLVs on announce messages
  • Fixed two bugs in the BMCA

0.2.0 - 2024-03-07

Added

  • Take into account delay asymmetry
  • Metrics exporter
  • Implement forwaring of TLVs
  • Support for peer delay
  • udev rules for better permissions

Changed

  • Updated dependencies
  • Implement kalman filter for incoming timestamps
  • Simplified state management of ports

Fixed

  • Fixed race condition during startup