Skip to content

Commit 53b3c3c

Browse files
authored
Release 0.17.2. (#273)
Bug fixes * Upgraded the dependency on bcder to at least 0.7.3 to avoid a number of decoding issues described in CVE-2023-39914. ([#272])
1 parent 9493eb7 commit 53b3c3c

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rpki"
3-
version = "0.17.2-dev"
3+
version = "0.17.2"
44
edition = "2021"
55
rust-version = "1.63"
66
authors = ["The NLnet Labs RPKI Team <[email protected]>"]

Changelog.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
# Changelog
22

3-
## Unreleased future version
3+
## 0.17.2
44

5-
Breaking changes
6-
7-
New
5+
Released 2023-09-21
86

97
Bug fixes
108

119
* Upgraded the dependency on _[bcder]_ to at least 0.7.3 to avoid a number
1210
of decoding issues described in CVE-2023-39914. ([#272])
1311

14-
Other changes
15-
1612
[#272]: https://github.com/NLnetLabs/rpki-rs/pull/272
1713
[bcder]: (https://github.com/nlnetlabs/bcder)
1814

0 commit comments

Comments
 (0)