Skip to content

Commit 34a76a9

Browse files
committed
Release 1.2.1
1 parent 36578e5 commit 34a76a9

11 files changed

+23
-13
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.2.1] - 2024-07-18
4+
5+
### Changed
6+
- Updated dependencies
7+
8+
### Fixed
9+
- Fixed a bug in network change detection that prevented startup on FreeBSD
10+
- Fixed a bug in leap second flag handling where previous flags weren't explicitly unset.
11+
312
## [1.2.0] - 2024-07-11
413

514
### Added
@@ -215,6 +224,7 @@ process.
215224
- Fixed a bug in peer dispersion calculation which resulted in overly
216225
pessimistic dispersion estimates.
217226

227+
[1.2.1]: https://github.com/pendulum-project/ntpd-rs/compare/v1.2.0...v1.2.1
218228
[1.2.0]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.3...v1.2.0
219229
[1.1.3]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.2...v1.1.3
220230
[1.1.2]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.1...v1.1.2

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolver = "2"
1212

1313
# Global settings for our crates
1414
[workspace.package]
15-
version = "1.2.0"
15+
version = "1.2.1"
1616
edition = "2021"
1717
license = "Apache-2.0 OR MIT"
1818
repository = "https://github.com/pendulum-project/ntpd-rs"
@@ -62,4 +62,4 @@ zeroize = "1.7"
6262

6363
# our own crates used as dependencies, same version as the workspace version
6464
# NOTE: keep this part at the bottom of the file, do not change this line
65-
ntp-proto = { version = "1.2.0", path = "./ntp-proto", features = ["__internal-api"] }
65+
ntp-proto = { version = "1.2.1", path = "./ntp-proto", features = ["__internal-api"] }

docs/man/ntp-ctl.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP-CTL(8) ntpd-rs 1.2.0 | ntpd-rs
2+
title: NTP-CTL(8) ntpd-rs 1.2.1 | ntpd-rs
33
--- -->
44

55
# NAME

docs/man/ntp-daemon.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP-DAEMON(8) ntpd-rs 1.2.0 | ntpd-rs
2+
title: NTP-DAEMON(8) ntpd-rs 1.2.1 | ntpd-rs
33
--- -->
44

55
# NAME

docs/man/ntp-metrics-exporter.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP-METRICS-EXPORTER(8) ntpd-rs 1.2.0 | ntpd-rs
2+
title: NTP-METRICS-EXPORTER(8) ntpd-rs 1.2.1 | ntpd-rs
33
--- -->
44

55
# NAME

docs/man/ntp.toml.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP.TOML(5) ntpd-rs 1.2.0 | ntpd-rs
2+
title: NTP.TOML(5) ntpd-rs 1.2.1 | ntpd-rs
33
--- -->
44

55
# NAME

docs/precompiled/man/ntp-ctl.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP-CTL" "8" "" "ntpd-rs 1.2.0" "ntpd-rs"
17+
.TH "NTP-CTL" "8" "" "ntpd-rs 1.2.1" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

docs/precompiled/man/ntp-daemon.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.2.0" "ntpd-rs"
17+
.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.2.1" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

docs/precompiled/man/ntp-metrics-exporter.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.2.0" "ntpd-rs"
17+
.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.2.1" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

docs/precompiled/man/ntp.toml.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP.TOML" "5" "" "ntpd-rs 1.2.0" "ntpd-rs"
17+
.TH "NTP.TOML" "5" "" "ntpd-rs 1.2.1" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

0 commit comments

Comments
 (0)