Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Jan 17, 2024
1 parent e00b657 commit 801373f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ Bug fixes

* The RTR server now returns the expected protocol version in the version
negotiation error message rather than the requested version. ([#280])
* The RTR server does not accept protocol version 2 for now to avoid
sending illegal ASPA PDUs. This is a workaround until the final format
of the PDU is specified. ([#281])
* Fixed protocol version negotiation in the RTR client. It will now error
out if the server responds with a version greater than the requested one
rather just accepting it. ([#282])

Other changes

[#280]: https://github.com/NLnetLabs/rpki-rs/pull/280
[#281]: https://github.com/NLnetLabs/rpki-rs/pull/281
[#282]: https://github.com/NLnetLabs/rpki-rs/pull/282


## 0.18.0
Expand Down

0 comments on commit 801373f

Please sign in to comment.