Skip to content

Commit

Permalink
Merge pull request #316 from NLnetLabs/release-v0.7.0-rc2
Browse files Browse the repository at this point in the history
Prepare for release 0.7.0-rc2.
  • Loading branch information
partim authored Apr 27, 2020
2 parents cee7249 + 4005612 commit 9b27192
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 50 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

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

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "routinator"
version = "0.7.0-rc1-bis"
version = "0.7.0-rc2"
edition = "2018"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]
description = "An RPKI relying party software."
Expand All @@ -18,19 +18,19 @@ clap = "2.33.0"
crossbeam-queue = "0.2.1"
crossbeam-utils = "0.7.2"
dirs = "2.0.2"
fern = "0.6.0"
fern = "0.6.0"
futures = "0.3.4"
hyper = "0.13.4"
json = "0.12.4"
listenfd = "0.3.3"
hyper = "0.13.4"
json = "0.12.4"
listenfd = "0.3.3"
log = "0.4.8"
log-reroute = "0.1.5"
log-reroute = "0.1.5"
num_cpus = "1.12.0"
rand = "0.7.3"
reqwest = { version = "0.10.4", default-features = false, features = ["blocking"] }
ring = "0.16.12"
rpki = "0.9.1"
rpki-rtr = "0.1.0"
reqwest = { version = "0.10.4", default-features = false, features = ["blocking"] }
ring = "0.16.12"
rpki = "0.9.1"
rpki-rtr = "0.1.0"
slab = "0.4.2"
tempfile = "3.1.0"
tokio = { version = "0.2.16", features = [ "io-util", "macros", "rt-threaded", "signal", "sync" ] }
Expand All @@ -39,9 +39,9 @@ uuid = "0.8.1"


[target.'cfg(unix)'.dependencies]
daemonize = "0.4.1"
libc = "0.2.68"
syslog = "5.0.0"
daemonize = "0.4.1"
libc = "0.2.68"
syslog = "5.0.0"

[build-dependencies]
rustc_version = "0.2.3"
Expand Down
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased 0.7.0-rc2
## 0.7.0-rc2

Bug Fixes

Expand All @@ -12,6 +12,7 @@ Bug Fixes
[#315]: https://github.com/NLnetLabs/routinator/pull/315
[@alarig]: https://github.com/alarig


## 0.7.0-rc1

Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion doc/routinator.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "routinator" "1" "April 23, 2020" "NLnet Labs" "routinator 0.7.0-rc1
.TH "routinator" "1" "April 27, 2020" "NLnet Labs" "routinator 0.7.0-rc2
.\"
.\" routinator.1 -- RPKI Relying Party software
.\"
Expand Down

0 comments on commit 9b27192

Please sign in to comment.