Skip to content

Commit 6aeab55

Browse files
ni4ronaldtse
authored andcommitted
Release v0.15.2
1 parent dac865d commit 6aeab55

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
## Changelog
22

3+
### 0.15.2 [2021-07-20]
4+
5+
#### General
6+
7+
* Be less strict in userid validation: allow to use userids with self-signature, which has key expiration in the past.
8+
* Do not mark signature as invalid if key which produced it is expired now, but was valid during signing.
9+
* Fix incorrect key expiration calculation in some cases.
10+
* Fix incorrect version number in the `version.txt`.
11+
12+
#### FFI
13+
14+
* Add function `rnp_key_get_default_key()` to pick the default key/subkey for the specific operation.
15+
* Allow to pass NULL hash parameter to `rnp_key_add_uid()` to pick the default one.
16+
* Use the same approach as in `rnp_op_encrypt_add_recipient()` for encryption subkey selection in `rnp_key_export_autocrypt()`.
17+
18+
#### CLI
19+
20+
* `rnp`: Show error message if encryption failed.
21+
* `rnpkeys` : Add `--expiration` option to specify expiration time during key generation.
22+
323
### 0.15.1 [2021-05-28]
424

525
#### General

docs/installation.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Prerequisite: please ensure `git` is installed on the system.
3434
[source,console]
3535
----
3636
# Clone the repository by version tag (or omit it to get the latest sources)
37-
git clone https://github.com/rnpgp/rnp.git -b v0.15.1
37+
git clone https://github.com/rnpgp/rnp.git -b v0.15.2
3838
3939
# Install required packages
4040
sudo apt install g++-8 cmake libbz2-dev zlib1g-dev libjson-c-dev \
@@ -70,7 +70,7 @@ Prerequisite: please ensure `git` is installed on the system.
7070
[source,console]
7171
----
7272
# Clone the repository by version tag (or omit it to get the latest sources)
73-
git clone https://github.com/rnpgp/rnp.git -b v0.15.1
73+
git clone https://github.com/rnpgp/rnp.git -b v0.15.2
7474
7575
# Enable access to `testing` packages by editing /etc/apt/sources.list
7676
# deb http://deb.debian.org/debian testing main

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.1
1+
0.15.2

0 commit comments

Comments
 (0)