Skip to content

Commit 555332d

Browse files
authored
Merge pull request #116 from NLnetLabs/release-0.10.0
Prepare for release 0.10.0
2 parents d19b07b + 2fe2070 commit 555332d

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rpki"
3-
version = "0.9.2-bis"
3+
version = "0.10.0"
44
edition = "2018"
55
authors = ["The NLnet Labs RPKI Team <[email protected]>"]
66
description = "A library for validating and creating RPKI data."
@@ -12,13 +12,13 @@ categories = ["network-programming"]
1212
license = "BSD-3-Clause"
1313

1414
[dependencies]
15-
base64 = "^0.12.0"
15+
base64 = "^0.13.0"
1616
bcder = "^0.5.0"
1717
bytes = "^0.5.4"
1818
chrono = { version = "^0.4.10", features = [ "serde" ] }
1919
log = "^0.4.7"
2020
openssl = { version = "^0.10.23", optional = true }
21-
quick-xml = "^0.18.1"
21+
quick-xml = "^0.19.0"
2222
ring = "0.16.11"
2323
serde = { version = "^1.0.95", features = [ "derive" ] }
2424
slab = { version = "^0.4.1", optional = true }

Changelog.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
# Unreleased next version
3+
## 0.10.0
44

55
Breaking
66

@@ -17,18 +17,11 @@ Breaking
1717
are multiple CRLs and is therefore not necessary any more. ([#112])
1818
* The minimum required Rust version is now 1.42. ([#108])
1919

20-
Bug Fixes
21-
22-
* Don’t refuse a rpkiNotify SIA in EE certificates in strict validation mode.
23-
This was accidentally introduced by misreading the spec. ([#105])
24-
* Do not include a parameter to the algorithm identifier of the SHA-256
25-
digest algorithm. ([#109])
26-
2720
New
2821

2922
* `cert::Cert` can now decode, inspect, and verify BGPSec router
3023
certificates. ([#113])
31-
* Module `rta` for handling Resource Tagged Assertions. ([#108])
24+
* Module `rta` for handling Resource Tagged Assertions. ([#108])
3225
* `crypto::DigestAlgorithm::digest_file` allows calculating the digest
3326
value of an entire file. ([#108])
3427
* `IpBlock` can now be displayed via helper types to select IPv4 or IPv6.
@@ -43,7 +36,13 @@ New
4336
* `resources::IpBlocks::contains_block` and `intersects_block` ([#110)]
4437
* `roa::FriendlyRoaIpAddress::prefix` and `is_v4` ([#110)]
4538

46-
Dependencies
39+
Bug Fixes
40+
41+
* Don’t refuse an rpkiNotify SIA in EE certificates in strict validation mode.
42+
The spec is somewhat contradictory on whether they are allowed or now,
43+
so we should allow them. ([#105])
44+
* Do not include a parameter to the algorithm identifier of the SHA-256
45+
digest algorithm. ([#109])
4746

4847
[#105]: https://github.com/NLnetLabs/rpki-rs/pull/105
4948
[#108]: https://github.com/NLnetLabs/rpki-rs/pull/108
@@ -54,7 +53,7 @@ Dependencies
5453
[#113]: https://github.com/NLnetLabs/rpki-rs/pull/113
5554

5655

57-
# 0.9.2
56+
## 0.9.2
5857

5958
New
6059

@@ -64,7 +63,7 @@ New
6463
[#106]: https://github.com/NLnetLabs/rpki-rs/pull/106
6564

6665

67-
# 0.9.1
66+
## 0.9.1
6867

6968
New
7069

@@ -87,7 +86,7 @@ Dependencies
8786
[#103]: https://github.com/NLnetLabs/rpki-rs/pull/102
8887

8988

90-
# 0.9.0
89+
## 0.9.0
9190

9291
Breaking
9392

@@ -109,7 +108,7 @@ Dependencies
109108
[@dadepo]: https://github.com/dadepo
110109

111110

112-
# 0.8.3
111+
## 0.8.3
113112

114113
Bug Fixes
115114

@@ -119,7 +118,7 @@ Bug Fixes
119118
[(#93)]: https://github.com/NLnetLabs/rpki-rs/pull/93
120119

121120

122-
# 0.8.2
121+
## 0.8.2
123122

124123
Bug Fixes
125124

@@ -129,7 +128,7 @@ Bug Fixes
129128
[(#91)]: https://github.com/NLnetLabs/rpki-rs/pull/91
130129

131130

132-
# 0.8.1
131+
## 0.8.1
133132

134133
New
135134

@@ -144,7 +143,7 @@ Bug Fixes
144143
[(#88)]: https://github.com/NLnetLabs/rpki-rs/pull/88
145144

146145

147-
# 0.8.0
146+
## 0.8.0
148147

149148
Breaking
150149

@@ -168,7 +167,7 @@ Bug Fixes
168167
[(#85)]: https://github.com/NLnetLabs/rpki-rs/pull/85
169168

170169

171-
# 0.7.0
170+
## 0.7.0
172171

173172
Breaking
174173

@@ -200,7 +199,7 @@ Other Changes
200199
[(#80)]: https://github.com/NLnetLabs/rpki-rs/pull/80
201200

202201

203-
# 0.6.0
202+
## 0.6.0
204203

205204
Breaking
206205

@@ -239,7 +238,7 @@ Bug Fixes
239238
[(#73)]: https://github.com/NLnetLabs/rpki-rs/pull/73
240239

241240

242-
# 0.5.0
241+
## 0.5.0
243242

244243
Breaking
245244

@@ -285,7 +284,7 @@ Dependencies
285284
[(#57)]: https://github.com/NLnetLabs/rpki-rs/pull/57
286285

287286

288-
# 0.4.0
287+
## 0.4.0
289288

290289
Breaking
291290

0 commit comments

Comments
 (0)