Skip to content

Commit 180185b

Browse files
author
Tim Bruijnzeels
committed
Update version and readme for release 0.9.5
1 parent 760db30 commit 180185b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
# Note: some of these values are also used when building Debian packages below.
33
name = "krill"
4-
version = "0.9.5-rc9"
4+
version = "0.9.5"
55
edition = "2018"
66
authors = [ "The NLnet Labs RPKI team <[email protected]>" ]
77
description = "Resource Public Key Infrastructure (RPKI) daemon"

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ For more information please refer to the [documentation](https://krill.docs.nlne
2121

2222
# Changelog
2323

24-
## 0.9.5 RC9 'Have You considered these Upgrades?'
24+
## 0.9.5 'Have You considered these Upgrades?'
2525

26-
This release was primarily intended to improve support for migrations of pre-0.9.0
26+
This release is primarily intended to improve support for migrations of pre-0.9.0
2727
installations. The upgrade code has been separated more cleanly into a step where
2828
the new 0.9.0 data structures are prepared in a new directory first, and a second
2929
step where this new data is made active and the old data is archived. Earlier versions
@@ -74,7 +74,6 @@ In addition to this we added a few other quick fixes in this release:
7474
- Improve efficiency of connection status tracking #811
7575
- Do not resync CAs with repo on startup if there are too many #818
7676

77-
7877
The full list of changes can be found here:
7978
https://github.com/NLnetLabs/krill/projects/20
8079

0 commit comments

Comments
 (0)