mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
PGPainless 1.0.0-rc8
This commit is contained in:
parent
6c9c683c85
commit
047cf1996d
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '1.0.0-rc8'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
pgpainlessMinAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
bouncyCastleVersion = '1.70'
|
||||
|
|
Loading…
Reference in a new issue