mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
Update changelog and readme
This commit is contained in:
parent
635de19fb8
commit
18e135823f
2 changed files with 9 additions and 1 deletions
|
@ -5,6 +5,14 @@ SPDX-License-Identifier: CC0-1.0
|
|||
|
||||
# PGPainless Changelog
|
||||
|
||||
## 1.0.0-rc6
|
||||
- Restructure method arguments in `SecretKeyRingEditor`
|
||||
- Add explanations of revocation reasons to `RevocationAttributes`
|
||||
- Rename `CertificationSignatureBuilder` to `ThirdPartyCertificationSignatureBuilder`
|
||||
- `KeyAccessor.ViaKeyId`: Differentiate between primary key (rely on direct-key sig) and subkey (subkey binding sig)
|
||||
- Expose `SignatureSubpacketsUtil.getKeyLifetimeInSeconds`
|
||||
- Various cleanup steps and new tests
|
||||
|
||||
## 1.0.0-rc5
|
||||
- Fix invalid cursor mark in `BufferedInputStream` when processing large cleartext signed messages
|
||||
- Add `SecretKeyRingEditor.revokeUserIds(SelectUserId, SecretKeyRingProtector, RevocationSignatureSubpackets.Callback)`
|
||||
|
|
|
@ -173,7 +173,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.pgpainless:pgpainless-core:1.0.0-rc5'
|
||||
implementation 'org.pgpainless:pgpainless-core:1.0.0-rc6'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue