PGPainless 1.0.0-rc9

This commit is contained in:
Paul Schaub 2021-12-27 14:04:09 +01:00
parent d0ef8581e8
commit a86de0591b
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog # PGPainless Changelog
## 1.0.0-rc9-SNAPSHOT ## 1.0.0-rc9
- When key has both direct-key sig + primary user-id sig: resolve expiration date to earliest expiration - When key has both direct-key sig + primary user-id sig: resolve expiration date to earliest expiration
- Add `SecretKeyRingEditor.removeUserId()` convenience methods that do soft-revoke the user-id. - Add `SecretKeyRingEditor.removeUserId()` convenience methods that do soft-revoke the user-id.
- Add `SelectUserId.byEmail()` which also matches the plain email address - Add `SelectUserId.byEmail()` which also matches the plain email address

View File

@ -5,7 +5,7 @@
allprojects { allprojects {
ext { ext {
shortVersion = '1.0.0-rc9' shortVersion = '1.0.0-rc9'
isSnapshot = true isSnapshot = false
pgpainlessMinAndroidSdk = 10 pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8 javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.70' bouncyCastleVersion = '1.70'