diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9001d39..6b49b818b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.1] - 2024-07-18 + +### Changed +- Updated dependencies + +### Fixed +- 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. + ## [1.2.0] - 2024-07-11 ### Added @@ -215,6 +224,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.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 a696d0503..5682bbd5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "ntp-proto" -version = "1.2.0" +version = "1.2.1" dependencies = [ "aead", "aes-siv", @@ -363,7 +363,7 @@ dependencies = [ [[package]] name = "ntpd" -version = "1.2.0" +version = "1.2.1" dependencies = [ "async-trait", "clock-steering", @@ -385,7 +385,7 @@ dependencies = [ [[package]] name = "nts-pool-ke" -version = "1.2.0" +version = "1.2.1" dependencies = [ "ntp-proto", "rustls", diff --git a/Cargo.toml b/Cargo.toml index 8bcb4d20c..abdb53700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ resolver = "2" # Global settings for our crates [workspace.package] -version = "1.2.0" +version = "1.2.1" 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.0", path = "./ntp-proto", features = ["__internal-api"] } +ntp-proto = { version = "1.2.1", path = "./ntp-proto", features = ["__internal-api"] } diff --git a/docs/man/ntp-ctl.8.md b/docs/man/ntp-ctl.8.md index ac28c9ef6..c28bcd42d 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 8585db23a..00cbaa5a6 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 61b6bc2ef..e1e17621e 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 5d2454ea6..424890830 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 a08ebee8a..de83564e3 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.0" "ntpd-rs" +.TH "NTP-CTL" "8" "" "ntpd-rs 1.2.1" "ntpd-rs" .hy .SH NAME .PP diff --git a/docs/precompiled/man/ntp-daemon.8 b/docs/precompiled/man/ntp-daemon.8 index fbb5feddf..eadcc7fdd 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.0" "ntpd-rs" +.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.2.1" "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 df437c938..645013b4e 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.0" "ntpd-rs" +.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.2.1" "ntpd-rs" .hy .SH NAME .PP diff --git a/docs/precompiled/man/ntp.toml.5 b/docs/precompiled/man/ntp.toml.5 index 671a191ea..feb1621bd 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.0" "ntpd-rs" +.TH "NTP.TOML" "5" "" "ntpd-rs 1.2.1" "ntpd-rs" .hy .SH NAME .PP