mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
Prepare for release 0.11.2. (#748)
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -983,7 +983,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "routinator"
|
||||
version = "0.11.2-dev"
|
||||
version = "0.11.2"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bytes",
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
# Note: some of these values are also used when building Debian packages below.
|
||||
name = "routinator"
|
||||
version = "0.11.2-dev"
|
||||
version = "0.11.2"
|
||||
edition = "2018"
|
||||
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
|
||||
description = "An RPKI relying party software."
|
||||
|
11
Changelog.md
11
Changelog.md
@ -1,17 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## Unreleased future version
|
||||
## 0.11.2
|
||||
|
||||
Breaking Changes
|
||||
|
||||
New
|
||||
Released 2022-04-20.
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* Fixes an issue that caused the RTR server to possibly skip over some
|
||||
withdrawn VRPs when in response to a serial query. ([#747])
|
||||
|
||||
Other Changes
|
||||
withdrawn VRPs in response to a serial query. (Found by Jay Borkenhagen,
|
||||
[#747])
|
||||
|
||||
[#747]: https://github.com/NLnetLabs/routinator/pull/747
|
||||
|
||||
|
@ -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" "Apr 07, 2022" "0.11.2-dev" "Routinator"
|
||||
.TH "ROUTINATOR" "1" "Apr 20, 2022" "0.11.2" "Routinator"
|
||||
.SH NAME
|
||||
routinator \- RPKI relying party software
|
||||
.SH SYNOPSIS
|
||||
|
Reference in New Issue
Block a user