Skip to content

Commit

Permalink
Release 0.13.1-rc1. (#929)
Browse files Browse the repository at this point in the history
New

* Added support for private keys marked as “EC PRIVATE KEY“ in the PEM files
  for TLS server configuration. ([#921])
* The rsync collector now logs stderr output of the rsync command directly
  instead of collecting it and logging it in one go after the commend
  returned. ([#290])

Bug Fixes

* The `dump` command will now succeed even if certain directories or files
  in the repository cache are missing. ([#916])
* A more meaningful message is now printed when decoding RPKI objects
  fails. It will still not give much detail but at least it isn’t
  confusing any more. ([#917])

Other changes

* Updated the `nlnetlabs-testbed` TAL to the current location and key.
  ([#922])
  • Loading branch information
partim authored Jan 17, 2024
1 parent 4a421d3 commit e8e51cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
# Note: some of these values are also used when building Debian packages below.
name = "routinator"
version = "0.13.0"
version = "0.13.1"
edition = "2021"
rust-version = "1.70"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
Expand Down
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## As yet unreleased 0.13.1-rc1
## 0.13.1-rc1

Released 2024-01-17.

New

Expand Down
4 changes: 2 additions & 2 deletions doc/routinator.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "ROUTINATOR" "1" "Sep 21, 2023" "0.13.0" "Routinator"
.TH "ROUTINATOR" "1" "Jan 17, 2024" "0.13.1" "Routinator"
.SH NAME
routinator \- RPKI relying party software
.SH SYNOPSIS
Expand Down Expand Up @@ -1704,6 +1704,6 @@ update the repository fail.
.SH AUTHOR
Jaap Akkerhuis wrote the original version of this manual page, Martin Hoffmann extended it for later versions.
.SH COPYRIGHT
2018–2023, NLnet Labs
2018–2024, NLnet Labs
.\" Generated by docutils manpage writer.
.

0 comments on commit e8e51cc

Please sign in to comment.