Skip to content

Commit 69667d0

Browse files
authored
Release 0.3.2 ‘Based on a True Story.’ (#140)
New * Add ASPA support to JSON input and output. ([#132] by [@devsnek]) * ASPA JSON compatibility with krill & routinator ([#134] by [@ember-ana]) * The `json` can now use the native TLS implementations of Windows and macOS. This needs to be enabled during compile time through the `native-tls` feature and then for a unit through the new `native-tls` option. When enabled, this uses TLS via OpenSSL rather than Rustls on other systems. ([#137]) * The `json` unit can now be forced to stick to TLS 1.2 or less via the new `tls-12` option. ([#137]) Bug fixes * Fix rtr-tls target having certificate and key options reversed. ([#133] by [@ember-ana]) * Fixes to RTR handling via [rpki-rs 0.18.6]. * The `working-dir` option was accidentally used as the path for the PID file. Now the `pid-file` option is used as intended. (via [daemonbase 0.1.3]) Other changes * The minimum supported Rust version is now 1.81. ([#138])
1 parent e2fbbe2 commit 69667d0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtrtr"
3-
version = "0.3.2-dev"
3+
version = "0.3.2"
44
edition = "2021"
55
rust-version = "1.81.0"
66
authors = ["NLnet Labs <rpki-team@nlnetlabs.nl>"]

Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Change Log
22

3-
## Unreleased next version
3+
## 0.3.2 ‘Based on a True Story’
44

5-
Bug fixes
5+
Released 2025-05-06.
66

7-
Other changes
7+
There have been no changes since 0.3.2-rc1.
88

99

1010
## 0.3.2-rc1

doc/rtrtr.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "RTRTR" "1" "Apr 24, 2025" "0.3.2-rc1" "RTRTR"
30+
.TH "RTRTR" "1" "May 06, 2025" "0.3.2" "RTRTR"
3131
.SH NAME
3232
rtrtr \- RPKI data proxy
3333
.SH SYNOPSIS

0 commit comments

Comments
 (0)