From 8d204d798fa1de07a31c551ee7eed6d9f7c0b8b6 Mon Sep 17 00:00:00 2001 From: David Venhoek Date: Thu, 18 Jul 2024 16:07:49 +0200 Subject: [PATCH] Release 1.2.2 --- CHANGELOG.md | 8 +++++--- 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, 18 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b49b818b..7d049d708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ # Changelog -## [1.2.1] - 2024-07-18 +## [1.2.2] - 2024-07-18 ### Changed - Updated dependencies ### Fixed -- Fixed a bug in network change detection that prevented startup on FreeBSD +- Fixed a bug in network change detection that prevented startup on FreeBSD. - Fixed a bug in leap second flag handling where previous flags weren't explicitly unset. +- Fixed bugs that resulted in incorrect handling of large NTS-KE requests. +- Fixed bugs that resulted in non-delivery of NTS-KE error records. ## [1.2.0] - 2024-07-11 @@ -224,7 +226,7 @@ process. - Fixed a bug in peer dispersion calculation which resulted in overly pessimistic dispersion estimates. -[1.2.1]: https://github.com/pendulum-project/ntpd-rs/compare/v1.2.0...v1.2.1 +[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 [1.1.3]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.1...v1.1.2 diff --git a/Cargo.lock b/Cargo.lock index 8999762bd..b9dd7ddba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "ntp-proto" -version = "1.2.1" +version = "1.2.2" dependencies = [ "aead", "aes-siv", @@ -363,7 +363,7 @@ dependencies = [ [[package]] name = "ntpd" -version = "1.2.1" +version = "1.2.2" dependencies = [ "async-trait", "clock-steering", @@ -385,7 +385,7 @@ dependencies = [ [[package]] name = "nts-pool-ke" -version = "1.2.1" +version = "1.2.2" dependencies = [ "ntp-proto", "rustls", diff --git a/Cargo.toml b/Cargo.toml index d26c16340..644903e92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ resolver = "2" # Global settings for our crates [workspace.package] -version = "1.2.1" +version = "1.2.2" 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.1", path = "./ntp-proto", features = ["__internal-api"] } +ntp-proto = { version = "1.2.2", path = "./ntp-proto", features = ["__internal-api"] } diff --git a/docs/man/ntp-ctl.8.md b/docs/man/ntp-ctl.8.md index c28bcd42d..b8eb67fc4 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 00cbaa5a6..bfc929f19 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 e1e17621e..eb0e56378 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 424890830..2727c4fac 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 de83564e3..21802819c 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.1" "ntpd-rs" +.TH "NTP-CTL" "8" "" "ntpd-rs 1.2.2" "ntpd-rs" .hy .SH NAME .PP diff --git a/docs/precompiled/man/ntp-daemon.8 b/docs/precompiled/man/ntp-daemon.8 index eadcc7fdd..47743acb4 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.1" "ntpd-rs" +.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.2.2" "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 645013b4e..61feb11bf 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.1" "ntpd-rs" +.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.2.2" "ntpd-rs" .hy .SH NAME .PP diff --git a/docs/precompiled/man/ntp.toml.5 b/docs/precompiled/man/ntp.toml.5 index feb1621bd..230e57df9 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.1" "ntpd-rs" +.TH "NTP.TOML" "5" "" "ntpd-rs 1.2.2" "ntpd-rs" .hy .SH NAME .PP