File tree Expand file tree Collapse file tree 7 files changed +26
-10
lines changed
Expand file tree Collapse file tree 7 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.1] - 2024-06-07
4+
5+ ### Added
6+ - Threat model in the documentation
7+ - Sample config for IEC/IEEE 61580
8+
9+ ### Changed
10+ - Wrap PTP instance's state in a generic mutex and handle announce messages on slave ports
11+ - Handling of multiple ports of the instance being connected to the same network
12+ - Now using tracing instead of fern for logging
13+
14+ ### Fixed
15+ - Actually forward TLVs on announce messages
16+ - Fixed two bugs in the BMCA
17+
318## [ 0.2.0] - 2024-03-07
419
520### Added
1732### Fixed
1833- Fixed race condition during startup
1934
35+ [ 0.2.1 ] : https://github.com/pendulum-project/statime/compare/v0.2.0...v0.2.1
2036[ 0.2.0 ] : https://github.com/pendulum-project/statime/compare/v0.1.0...v0.2.0
2137[ 0.1.0 ] : https://github.com/pendulum-project/statime/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ exclude = [
99resolver = " 2"
1010
1111[workspace .package ]
12- version = " 0.2.0 "
12+ version = " 0.2.1 "
1313edition = " 2021"
1414license = " Apache-2.0 OR MIT"
1515repository = " https://github.com/pendulum-project/statime"
@@ -53,7 +53,7 @@ timestamped-socket = "0.2.1"
5353
5454# our own crates used as dependencies, same version as the workspace version
5555# NOTE: keep this part at the bottom of the file, do not change this line
56- statime = { version = " 0.2.0 " , path = " ./statime" }
56+ statime = { version = " 0.2.1 " , path = " ./statime" }
5757
5858[profile .release ]
5959debug = 2
Original file line number Diff line number Diff line change 11<!-- ---
2- title: STATIME(8) statime 0.2.0 | statime
2+ title: STATIME(8) statime 0.2.1 | statime
33--- -->
44
55# NAME
Original file line number Diff line number Diff line change 11<!-- ---
2- title: STATIME.TOML(5) statime 0.2.0 | statime
2+ title: STATIME.TOML(5) statime 0.2.1 | statime
33--- -->
44
55# NAME
Original file line number Diff line number Diff line change 1- .\" Automatically generated by Pandoc 3.1.13
1+ .\" Automatically generated by Pandoc 3.2
22.\"
3- .TH "STATIME" "8" "" "statime 0.2.0 " "statime"
3+ .TH "STATIME" "8" "" "statime 0.2.1 " "statime"
44.SH NAME
55\f[CR] statime \f[ R ] \- The Statime PTP daemon for linux
66.SH SYNOPSIS
Original file line number Diff line number Diff line change 1- .\" Automatically generated by Pandoc 3.1.13
1+ .\" Automatically generated by Pandoc 3.2
22.\"
3- .TH "STATIME.TOML" "5" "" "statime 0.2.0 " "statime"
3+ .TH "STATIME.TOML" "5" "" "statime 0.2.1 " "statime"
44.SH NAME
55\f[CR] statime.toml \f[ R ] \- configuration file for the statime
66ptp\- daemon
You can’t perform that action at this time.
0 commit comments