Skip to content

Commit c1f6b94

Browse files
authored
Release 0.3.3 ‘Mischief, Gold, and Piracy’. (#147)
New * Changed the version negotiation mechanism of the RTR client to follow [draft-ietf-sidrops-8210bis]. (Via [rpki-rs#346]) Bug fixes * Fixed various aspects of handling of ASPA PDUs: * The provider AS set in withdrawal PDUs is now always empty. (Via [rpki-rs#350]) * When updating an ASPA, there will not be a stray withdrawl any more. ([#142]) Other changes * Update the systems binary packages are built for. These are now: * Debian Bullseye, Bookworm, and Trixie (ie., 11, 12, 13), * Ubuntu Jammy 22.04 and Noble 24.04, * Red Hat Enterprise Linux 8, 9, and 10 or compatible.
1 parent ec70d49 commit c1f6b94

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.3-rc1"
3+
version = "0.3.3"
44
edition = "2021"
55
rust-version = "1.88.0"
66
authors = ["NLnet Labs <rpki-team@nlnetlabs.nl>"]

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.3.3 ‘Mischief, Gold, and Piracy’
4+
5+
Released 2026-02-10.
6+
7+
There have been no changes since 0.3.3-rc1.
8+
9+
310
## 0.3.3-rc1
411

512
Released 2026-01-29.

0 commit comments

Comments
 (0)