mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
PGPainless 0.2.2
This commit is contained in:
parent
548bfff93f
commit
e5bbfd1278
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# PGPainless Changelog
|
# PGPainless Changelog
|
||||||
|
|
||||||
|
## 0.2.2
|
||||||
|
- Fix bug where adding a subkey would ignore the user-requested key flags
|
||||||
|
This would cause subkeys to erroneously carry the certify-others key flag
|
||||||
|
|
||||||
## 0.2.1
|
## 0.2.1
|
||||||
- Bump Bouncycastle dependency to `1.69`
|
- Bump Bouncycastle dependency to `1.69`
|
||||||
This fixes a number of issues ([#70](https://github.com/pgpainless/pgpainless/issues/70),
|
This fixes a number of issues ([#70](https://github.com/pgpainless/pgpainless/issues/70),
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '0.2.2'
|
shortVersion = '0.2.2'
|
||||||
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