From 8cbb86a04cbf0fe6e653c2d425af1fea7a689753 Mon Sep 17 00:00:00 2001 From: cikzh Date: Fri, 7 Jun 2024 16:57:27 +0200 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- docs/man/statime.8.md | 2 +- docs/man/statime.toml.5.md | 2 +- docs/precompiled/man/statime.8 | 4 ++-- docs/precompiled/man/statime.toml.5 | 4 ++-- 7 files changed, 26 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1556481..2aae57224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [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 @@ -17,5 +32,6 @@ ### Fixed - Fixed race condition during startup +[0.2.1]: https://github.com/pendulum-project/statime/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/pendulum-project/statime/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/pendulum-project/statime/releases/tag/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 2a7315fe6..64eb3555f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "statime" -version = "0.2.0" +version = "0.2.1" dependencies = [ "arrayvec", "az", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "statime-linux" -version = "0.2.0" +version = "0.2.1" dependencies = [ "arrayvec", "clap", diff --git a/Cargo.toml b/Cargo.toml index a51e20b4e..9c210d296 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = [ resolver = "2" [workspace.package] -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "Apache-2.0 OR MIT" repository = "https://github.com/pendulum-project/statime" @@ -53,7 +53,7 @@ timestamped-socket = "0.2.1" # our own crates used as dependencies, same version as the workspace version # NOTE: keep this part at the bottom of the file, do not change this line -statime = { version = "0.2.0", path = "./statime" } +statime = { version = "0.2.1", path = "./statime" } [profile.release] debug = 2 diff --git a/docs/man/statime.8.md b/docs/man/statime.8.md index a74468897..90a85888b 100644 --- a/docs/man/statime.8.md +++ b/docs/man/statime.8.md @@ -1,5 +1,5 @@ # NAME diff --git a/docs/man/statime.toml.5.md b/docs/man/statime.toml.5.md index 471ff302a..8b65344d9 100644 --- a/docs/man/statime.toml.5.md +++ b/docs/man/statime.toml.5.md @@ -1,5 +1,5 @@ # NAME diff --git a/docs/precompiled/man/statime.8 b/docs/precompiled/man/statime.8 index 66f58d00f..05ecea1f1 100644 --- a/docs/precompiled/man/statime.8 +++ b/docs/precompiled/man/statime.8 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.1.13 +.\" Automatically generated by Pandoc 3.2 .\" -.TH "STATIME" "8" "" "statime 0.2.0" "statime" +.TH "STATIME" "8" "" "statime 0.2.1" "statime" .SH NAME \f[CR]statime\f[R] \- The Statime PTP daemon for linux .SH SYNOPSIS diff --git a/docs/precompiled/man/statime.toml.5 b/docs/precompiled/man/statime.toml.5 index 80a50c3f1..41ec6068c 100644 --- a/docs/precompiled/man/statime.toml.5 +++ b/docs/precompiled/man/statime.toml.5 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.1.13 +.\" Automatically generated by Pandoc 3.2 .\" -.TH "STATIME.TOML" "5" "" "statime 0.2.0" "statime" +.TH "STATIME.TOML" "5" "" "statime 0.2.1" "statime" .SH NAME \f[CR]statime.toml\f[R] \- configuration file for the statime ptp\-daemon