From 9e3ab110a91500dcad291a92ee26193a2b9c3aea Mon Sep 17 00:00:00 2001 From: Nickolay Olshevsky Date: Mon, 8 Apr 2024 12:52:35 +0300 Subject: [PATCH] Update docs for the v0.17.1 release. --- CHANGELOG.md | 13 +++++++++++++ docs/installation.adoc | 8 ++++---- version.txt | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 611e46122b..e17f8e214a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/installation.adoc b/docs/installation.adoc index 866284a247..6ca6856946 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -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 @@ -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 @@ -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 diff --git a/version.txt b/version.txt index c5523bd09b..7cca7711a0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.17.0 +0.17.1