mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
Bump version.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -997,7 +997,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "routinator"
|
||||
version = "0.11.0-rc2"
|
||||
version = "0.11.0-dev"
|
||||
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.0-rc2"
|
||||
version = "0.11.0-dev"
|
||||
edition = "2018"
|
||||
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
|
||||
description = "An RPKI relying party software."
|
||||
|
10
Changelog.md
10
Changelog.md
@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
# Unreleased next version
|
||||
|
||||
Bug Fixes
|
||||
|
||||
Other Changes
|
||||
|
||||
|
||||
# 0.11.0-rc2
|
||||
|
||||
Released 2022-02-21
|
||||
@ -11,6 +18,9 @@ Bug Fixes
|
||||
* Improve the way timed out `rsync` processes are killed in an attempt to
|
||||
avoid them becoming zombies. ([#720])
|
||||
|
||||
[#719]: https://github.com/NLnetLabs/routinator/pull/719
|
||||
[#720]: https://github.com/NLnetLabs/routinator/pull/720
|
||||
|
||||
|
||||
# 0.11.0-rc1
|
||||
|
||||
|
@ -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" "Feb 21, 2022" "0.11.0-rc2" "Routinator"
|
||||
.TH "ROUTINATOR" "1" "Feb 21, 2022" "0.11.0-dev" "Routinator"
|
||||
.SH NAME
|
||||
routinator \- RPKI relying party software
|
||||
.SH SYNOPSIS
|
||||
|
Reference in New Issue
Block a user