mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
PGPainless 0.2.6
This commit is contained in:
parent
107e53c03e
commit
d35c1e11e9
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
# PGPainless Changelog
|
# PGPainless Changelog
|
||||||
|
|
||||||
|
## 0.2.6
|
||||||
|
- Actually properly detect CRC checksum errors in ASCII armor
|
||||||
|
|
||||||
## 0.2.5
|
## 0.2.5
|
||||||
- Explicitly reject non-self-signatures when picking user-id self-signatures
|
- Explicitly reject non-self-signatures when picking user-id self-signatures
|
||||||
- pgpainless-cli: Set executable name in help text
|
- pgpainless-cli: Set executable name in help text
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '0.2.6'
|
shortVersion = '0.2.6'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
pgpainlessMinAndroidSdk = 10
|
pgpainlessMinAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
bouncyCastleVersion = '1.69'
|
bouncyCastleVersion = '1.69'
|
||||||
|
|
Loading…
Reference in a new issue