mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-12-21 12:47:56 +01:00
SOP-Java 7.0.0
This commit is contained in:
parent
308c4b452f
commit
f2073dcbf4
2 changed files with 3 additions and 4 deletions
|
@ -6,14 +6,13 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 7.0.0-SNAPSHOT
|
## 7.0.0
|
||||||
- Update implementation to [SOP Specification revision 07](https://www.ietf.org/archive/id/draft-dkg-openpgp-stateless-cli-07.html).
|
- Update implementation to [SOP Specification revision 07](https://www.ietf.org/archive/id/draft-dkg-openpgp-stateless-cli-07.html).
|
||||||
- Add support for new `revoke-key` subcommand
|
- Add support for new `revoke-key` subcommand
|
||||||
- Add support for new `change-key-password` subcommand
|
- Add support for new `change-key-password` subcommand
|
||||||
- Add support for new `--signing-only` option of `generate-key` subcommand
|
- Add support for new `--signing-only` option of `generate-key` subcommand
|
||||||
|
|
||||||
## 6.1.1-SNAPSHOT
|
|
||||||
- Add `dearmor.data(String)` utility method
|
- Add `dearmor.data(String)` utility method
|
||||||
|
- Fix typos in, and improve i18n of CLI help pages
|
||||||
|
|
||||||
## 6.1.0
|
## 6.1.0
|
||||||
- `listProfiles()`: Add shortcut methods `generateKey()` and `encrypt()`
|
- `listProfiles()`: Add shortcut methods `generateKey()` and `encrypt()`
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '7.0.0'
|
shortVersion = '7.0.0'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
minAndroidSdk = 10
|
minAndroidSdk = 10
|
||||||
javaSourceCompatibility = 1.8
|
javaSourceCompatibility = 1.8
|
||||||
gsonVersion = '2.10.1'
|
gsonVersion = '2.10.1'
|
||||||
|
|
Loading…
Reference in a new issue