Skip to content

Commit e8869f4

Browse files
committed
Release 1.3.0
1 parent b66040d commit e8869f4

11 files changed

+27
-13
lines changed

CHANGELOG.md

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

3+
## [1.3.0] - 2024-09-19
4+
5+
### Added
6+
- Added force-sync command to ntp-ctl to help with getting a decent initial time if the clock is far away from reality.
7+
- Added information on NTS to the ntp-ctl status overview.
8+
9+
### Changed
10+
- Made the logs a little less chatty
11+
- Updated dependencies
12+
13+
### Fixed
14+
- On startup, if the clock needed a jump to get in line, this could cause oscillations.
15+
316
## [1.2.3] - 2024-07-22
417

518
### Fixed
@@ -231,6 +244,7 @@ process.
231244
- Fixed a bug in peer dispersion calculation which resulted in overly
232245
pessimistic dispersion estimates.
233246

247+
[1.3.0]: https://github.com/pendulum-project/ntpd-rs/compare/v1.2.3...v1.3.0
234248
[1.2.3]: https://github.com/pendulum-project/ntpd-rs/compare/v1.2.2...v1.2.3
235249
[1.2.2]: https://github.com/pendulum-project/ntpd-rs/compare/v1.2.0...v1.2.2
236250
[1.2.0]: https://github.com/pendulum-project/ntpd-rs/compare/v1.1.3...v1.2.0

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.3"
15+
version = "1.3.0"
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.3", path = "./ntp-proto", features = ["__internal-api"] }
65+
ntp-proto = { version = "1.3.0", 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.3 | ntpd-rs
2+
title: NTP-CTL(8) ntpd-rs 1.3.0 | 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.3 | ntpd-rs
2+
title: NTP-DAEMON(8) ntpd-rs 1.3.0 | 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.3 | ntpd-rs
2+
title: NTP-METRICS-EXPORTER(8) ntpd-rs 1.3.0 | 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.3 | ntpd-rs
2+
title: NTP.TOML(5) ntpd-rs 1.3.0 | 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.3" "ntpd-rs"
17+
.TH "NTP-CTL" "8" "" "ntpd-rs 1.3.0" "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.3" "ntpd-rs"
17+
.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.3.0" "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.3" "ntpd-rs"
17+
.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.3.0" "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.3" "ntpd-rs"
17+
.TH "NTP.TOML" "5" "" "ntpd-rs 1.3.0" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

0 commit comments

Comments
 (0)