mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-01 01:55:59 +01:00
17 lines
920 B
Markdown
17 lines
920 B
Markdown
# 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
|
|
- Bump Bouncycastle dependency to `1.69`
|
|
This fixes a number of issues ([#70](https://github.com/pgpainless/pgpainless/issues/70),
|
|
[#72](https://github.com/pgpainless/pgpainless/issues/72), [#84](https://github.com/pgpainless/pgpainless/issues/84)).
|
|
As a result the test suite should now run more smoothly \o/
|
|
- Remove Android SDK build dependency
|
|
We can now build PGPainless without the need to have the Android SDK installed
|
|
- `SignatureUtils`: Add `getSignatureDigestPrefix()` method
|
|
- Add `KeyIdUtil` which allows converting 16 digit hex fingerprints to key-ids
|
|
- `SignatureSubpacketsUtil`: Add methods to get notations by name
|
|
- Add public key algorithm policy to reject signatures made by weak signing keys
|