Skip to content

Commit

Permalink
update release notes to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceOrunitia committed Jun 11, 2024
1 parent 6297b47 commit 809b26a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 3 additions & 9 deletions content/en/docs/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,8 @@ <h2>What planned features are on the way?</h2>
</ul>

<h2>Current Version Release Notes</h2>
<h3>&nbsp;&nbsp;0.2.1</h3>
<h3>&nbsp;&nbsp;0.2.2</h3>
<ul>
<li> Improved code quality by applying clippy lints</li>
<li> Removed unnecessary unsafe keyword instances</li>
<li> Addressed stack overflow based test failure using the stacker crate</li>
<li> Added fix to reap lingering wireguard child-processes</li>
<li> Updated manpage</li>
<li> Split code into subcrates, added cargo workspace</li>
<li> Repaired benchmark code</li>
<li> Added a couple more unit tests</li>
<li> Fixes vulnerability to prevent output shared key (OSK) to be set or written again on a responder receiving the same InitConf message during a handshake.</li>
<li> This release has no impact for majority of users using Rosenpass with Wireguard</li>
</ul>
6 changes: 6 additions & 0 deletions content/en/docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ menu: false
type: docs
---


## 0.2.2
- Fixes vulnerability to prevent output shared key (OSK) to be set or written again on a responder receiving the same InitConf message during a handshake.
- This release has no impact for majority of users using Rosenpass with Wireguard


## 0.2.1

- Improved code quality by applying clippy lints
Expand Down

0 comments on commit 809b26a

Please sign in to comment.