Skip to content

Commit 96851b2

Browse files
author
Tim Bruijnzeels
committed
Prepare release 0.10.3 with fix for issue #933.
1 parent 20cca9d commit 96851b2

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Cargo.lock

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

Cargo.toml

+2-2
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.10.2"
4+
version = "0.10.3"
55
edition = "2018"
66
rust-version = "1.56"
77
authors = [ "The NLnet Labs RPKI team <[email protected]>" ]
@@ -49,7 +49,7 @@ rand = "^0.8"
4949
regex = { version = "1.5.5", optional = true, default_features = false, features = ["std"] }
5050
reqwest = { version = "0.11", features = ["json"] }
5151
rpassword = { version = "^5.0", optional = true }
52-
rpki = { version = "0.15.6", features = [ "ca", "compat", "rrdp" ] }
52+
rpki = { version = "0.15.7", features = [ "ca", "compat", "rrdp" ] }
5353
# rpki = { version = "0.15.3-dev", git = "https://github.com/nLnetLabs/rpki-rs", branch = "ip-range-as-prefix", features = [ "ca", "compat", "rrdp" ] }
5454
scrypt = { version = "^0.6", optional = true, default-features = false }
5555
serde = { version = "^1.0", features = ["derive", "rc"] }

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ in this [blog post](https://blog.nlnetlabs.nl/testing-the-waters-with-krill/).
2727

2828
# Changelog
2929

30+
## 0.10.3 'Down Under'
31+
32+
This release fixes an interoperability issue with the APNIC CA system which
33+
didn't occur in the public test environment. See issue #933.
34+
3035
## 0.10.2 'All Types'
3136

3237
This release fixes an issue where Krill 0.10.0 and 0.10.1 parent CAs would issue

0 commit comments

Comments
 (0)