Skip to content

Commit

Permalink
PGPainless 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Aug 26, 2021
1 parent ac469ff commit 7926711
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# PGPainless Changelog

## 0.2.9
- Allow customization of ASCII armor comment and version headers
- Small bug fixes of SOP implementation
- Readability fixes
- Switch from JUL to [slf4j](http://www.slf4j.org/) for logging
- SOP: Native support for verify-not-before and verify-not-after
- SOP: Adopt changes for SOP spec version 2
- Add `detach-inband-signatures-and-message` subcommand
- Add support for environment variables
- Remove `-allow-nested`
- Cleartext Signature Framework: Fix handling of trailing newlines

## 0.2.8
- Encrypt to all capable subkeys by default
- Ignore missing CRC checksums in ASCII Armor
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -170,7 +170,7 @@ repositories {
}
dependencies {
implementation 'org.pgpainless:pgpainless-core:0.2.8'
implementation 'org.pgpainless:pgpainless-core:0.2.9'
}
```

Expand Down
2 changes: 1 addition & 1 deletion version.gradle
@@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '0.2.9'
isSnapshot = true
isSnapshot = false
pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.69'
Expand Down

0 comments on commit 7926711

Please sign in to comment.