PGPainless 0.2.15

This commit is contained in:
Paul Schaub 2021-10-08 14:14:02 +02:00
parent 33f516efe8
commit bf80e9262f
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 6 additions and 2 deletions

View File

@ -5,10 +5,14 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 0.2.15-SNAPSHOT
## 0.2.15
- Add `ConsumerOptions.setIgnoreMDCErrors()` which can be used to consume broken messages. Not recommended!
- Add `MessageInspector.isSignedOnly()` which can be used to identify messages created via `gpg --sign --armor`
- Workaround for BCs `PGPUtil.getDecoderStream` mistaking plaintext for base64 encoded data
- Cleanup of unused internal methods
- SOP: Fix `ArmorImpl` writing data to provided output stream instead of `System.out`
- Fix hen and egg problem with streams in signature detaching implementation of SOP
- Make code [REUSE](https://reuse.software) compliant
## 0.2.14
- Export dependency on Bouncycastle's `bcprov-jdk15on`

View File

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