PGPainless 1.0.0-rc8

This commit is contained in:
Paul Schaub 2021-12-23 16:22:08 +01:00
parent 6c9c683c85
commit 047cf1996d
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,12 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 1.0.0-rc7-SNAPSHOT
## 1.0.0-rc8
- `KeyRingInfo.getPrimaryUserId()`: return first user-id when no primary user-id is found
- Rename method `getBoundButPossiblyExpiredUserIds` to `getValidAndExpiredUserIds()`
- Remove audit resource material
## 1.0.0-rc7
- Make `Passphrase` comparison constant time
- Bump Bouncycastle to 1.70
- Use new `PGPCanonicalizedDataGenerator` where applicable

View File

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