Skip to content

Commit

Permalink
Update docs for the v0.17.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed May 3, 2024
1 parent cea8cc5 commit 2e24942
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## Changelog

### 0.17.1 [2024-04-08]

#### General

* Added support for Botan 3.
* Updated support for OpenSSL 3.
* Added support for mimemode in literal data packet.
* Relaxed Base64 decoding to allow spaces after the checksum.

#### FFI

* Added functions `rnp_key_set_features()` and `rnp_signature_get_features()`.

### 0.17.0 [2023-05-01]

#### General
Expand Down
8 changes: 4 additions & 4 deletions docs/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Prerequisites: please ensure `git` is installed on the system
[source,console]
----
# Clone the repository by version tag (or omit it to get the latest sources)
git clone https://github.com/rnpgp/rnp.git -b v0.17.0
git clone https://github.com/rnpgp/rnp.git -b v0.17.1
Please ensure that you clone with submodules if you use a version higher then 0.16.2
git clone https://github.com/rnpgp/rnp.git --recurse-submodules --shallow-submodules
Expand All @@ -63,8 +63,8 @@ git clone https://github.com/rnpgp/rnp.git --recurse-submodules --shallow-submod
sudo apt install g++-8 cmake libbz2-dev zlib1g-dev libjson-c-dev build-essential python-minimal
# Download, build and install Botan2
wget -qO- https://botan.randombit.net/releases/Botan-2.18.2.tar.xz | tar xvJ
cd Botan-2.18.2
wget -qO- https://botan.randombit.net/releases/Botan-2.19.4.tar.xz | tar xvJ
cd Botan-2.19.4
./configure.py --prefix=/usr
make
sudo make install
Expand All @@ -91,7 +91,7 @@ Prerequisite: please ensure `git` is installed on the system.
[source,console]
----
# Clone the repository by version tag (or omit it to get the latest sources)
git clone https://github.com/rnpgp/rnp.git -b v0.17.0
git clone https://github.com/rnpgp/rnp.git -b v0.17.1
Please ensure that you clone with submodules if you use a version higher then 0.16.2
git clone https://github.com/rnpgp/rnp.git --recurse-submodules --shallow-submodules
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.0
0.17.1

0 comments on commit 2e24942

Please sign in to comment.