From ca122fa48d5f87345eba814e0439396f6c967418 Mon Sep 17 00:00:00 2001 From: David Venhoek Date: Thu, 19 Sep 2024 15:30:50 +0200 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- docs/man/ntp-ctl.8.md | 2 +- docs/man/ntp-daemon.8.md | 2 +- docs/man/ntp-metrics-exporter.8.md | 2 +- docs/man/ntp.toml.5.md | 2 +- docs/precompiled/man/ntp-ctl.8 | 2 +- docs/precompiled/man/ntp-daemon.8 | 2 +- docs/precompiled/man/ntp-metrics-exporter.8 | 2 +- docs/precompiled/man/ntp.toml.5 | 2 +- 11 files changed, 27 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c3a3751f..28ce3708d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0] - 2024-09-19 + +### Added +- Added force-sync command to ntp-ctl to help with getting a decent initial time if the clock is far away from reality. +- Added information on NTS to the ntp-ctl status overview. + +### Changed +- Made the logs a little less chatty +- Updated dependencies + +### Fixed +- On startup, if the clock needed a jump to get in line, this could cause oscillations. + ## [1.2.3] - 2024-07-22 ### Fixed @@ -231,6 +244,7 @@ process. - Fixed a bug in peer dispersion calculation which resulted in overly pessimistic dispersion estimates. +[1.3.0]: https://github.com/pendulum-project/ntpd-rs/compare/v1.2.3...v1.3.0 [1.2.3]: https://github.com/pendulum-project/ntpd-rs/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/pendulum-project/ntpd-rs/compare/v1.2.0...v1.2.2 [1.2.0]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.3...v1.2.0 diff --git a/Cargo.lock b/Cargo.lock index a4448050d..31908d98c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,7 +356,7 @@ dependencies = [ [[package]] name = "ntp-proto" -version = "1.2.3" +version = "1.3.0" dependencies = [ "aead", "aes-siv", @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "ntpd" -version = "1.2.3" +version = "1.3.0" dependencies = [ "async-trait", "clock-steering", @@ -395,7 +395,7 @@ dependencies = [ [[package]] name = "nts-pool-ke" -version = "1.2.3" +version = "1.3.0" dependencies = [ "ntp-proto", "rustls", diff --git a/Cargo.toml b/Cargo.toml index 64271e35b..6a5e725f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ resolver = "2" # Global settings for our crates [workspace.package] -version = "1.2.3" +version = "1.3.0" edition = "2021" license = "Apache-2.0 OR MIT" repository = "https://github.com/pendulum-project/ntpd-rs" @@ -62,4 +62,4 @@ zeroize = "1.7" # 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 -ntp-proto = { version = "1.2.3", path = "./ntp-proto", features = ["__internal-api"] } +ntp-proto = { version = "1.3.0", path = "./ntp-proto", features = ["__internal-api"] } diff --git a/docs/man/ntp-ctl.8.md b/docs/man/ntp-ctl.8.md index d01c6b438..9cd347723 100644 --- a/docs/man/ntp-ctl.8.md +++ b/docs/man/ntp-ctl.8.md @@ -1,5 +1,5 @@ # NAME diff --git a/docs/man/ntp-daemon.8.md b/docs/man/ntp-daemon.8.md index 323cca88f..096ab4873 100644 --- a/docs/man/ntp-daemon.8.md +++ b/docs/man/ntp-daemon.8.md @@ -1,5 +1,5 @@ # NAME diff --git a/docs/man/ntp-metrics-exporter.8.md b/docs/man/ntp-metrics-exporter.8.md index ba624cf3e..ff17d4a11 100644 --- a/docs/man/ntp-metrics-exporter.8.md +++ b/docs/man/ntp-metrics-exporter.8.md @@ -1,5 +1,5 @@ # NAME diff --git a/docs/man/ntp.toml.5.md b/docs/man/ntp.toml.5.md index 08700e014..3f230ed2a 100644 --- a/docs/man/ntp.toml.5.md +++ b/docs/man/ntp.toml.5.md @@ -1,5 +1,5 @@ # NAME diff --git a/docs/precompiled/man/ntp-ctl.8 b/docs/precompiled/man/ntp-ctl.8 index f31ffe800..7332f9189 100644 --- a/docs/precompiled/man/ntp-ctl.8 +++ b/docs/precompiled/man/ntp-ctl.8 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "NTP-CTL" "8" "" "ntpd-rs 1.2.3" "ntpd-rs" +.TH "NTP-CTL" "8" "" "ntpd-rs 1.3.0" "ntpd-rs" .hy .SH NAME .PP diff --git a/docs/precompiled/man/ntp-daemon.8 b/docs/precompiled/man/ntp-daemon.8 index 44a920171..a7f218c98 100644 --- a/docs/precompiled/man/ntp-daemon.8 +++ b/docs/precompiled/man/ntp-daemon.8 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.2.3" "ntpd-rs" +.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.3.0" "ntpd-rs" .hy .SH NAME .PP diff --git a/docs/precompiled/man/ntp-metrics-exporter.8 b/docs/precompiled/man/ntp-metrics-exporter.8 index 3b6bd4abd..b0ae7ad53 100644 --- a/docs/precompiled/man/ntp-metrics-exporter.8 +++ b/docs/precompiled/man/ntp-metrics-exporter.8 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.2.3" "ntpd-rs" +.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.3.0" "ntpd-rs" .hy .SH NAME .PP diff --git a/docs/precompiled/man/ntp.toml.5 b/docs/precompiled/man/ntp.toml.5 index 52216fd1a..97e0d46ac 100644 --- a/docs/precompiled/man/ntp.toml.5 +++ b/docs/precompiled/man/ntp.toml.5 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "NTP.TOML" "5" "" "ntpd-rs 1.2.3" "ntpd-rs" +.TH "NTP.TOML" "5" "" "ntpd-rs 1.3.0" "ntpd-rs" .hy .SH NAME .PP