aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-08-24 14:19:54 +0000
committerWerner Koch <[email protected]>2017-08-24 14:20:51 +0000
commit6745eb69e27bc73fece88c5e4e0b0bca13fa8b11 (patch)
tree10ae7226c3fad7b4186de3488d1008d7e92a9dbf /NEWS
parentcore: New public enum gpgme_keyorg_t. (diff)
downloadgpgme-6745eb69e27bc73fece88c5e4e0b0bca13fa8b11.tar.gz
gpgme-6745eb69e27bc73fece88c5e4e0b0bca13fa8b11.zip
Set next version to 1.10.0
--
Diffstat (limited to '')
-rw-r--r--NEWS28
1 files changed, 14 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index f3394a2f..25552ad6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,21 +1,22 @@
-Noteworthy changes in version 1.9.1 (unreleased)
-------------------------------------------------
+Noteworthy changes in version 1.10.0 (unreleased)
+-------------------------------------------------
* Interface changes relative to the 1.9.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- gpgme_decrypt_result_t EXTENDED: New field 'is_de_vs'.
- gpgme_signature_t EXTENDED: New field 'is_de_vs'.
- gpgme_op_delete_ext NEW
- gpgme_op_delete_ext_start NEW
- GPGME_DELETE_ALLOW_SECRET NEW
- GPGME_DELETE_FORCE NEW
- gpgme_op_conf_dir NEW
+ gpgme_decrypt_result_t EXTENDED: New field 'is_de_vs'.
+ gpgme_signature_t EXTENDED: New field 'is_de_vs'.
+ gpgme_keyorg_t NEW.
+ gpgme_op_delete_ext NEW.
+ gpgme_op_delete_ext_start NEW.
+ GPGME_DELETE_ALLOW_SECRET NEW.
+ GPGME_DELETE_FORCE NEW.
+ gpgme_op_conf_dir NEW.
cpp: DecryptionResult::isDeVs NEW.
cpp: Signature::isDeVs NEW.
- py: DecryptResult EXTENDED: New boolean field 'is_de_vs'.
- py: Signature EXTENDED: New boolean field 'is_de_vs'.
- py: GpgError EXTENDED: Partial results in 'results'.
+ py: DecryptResult EXTENDED: New boolean field 'is_de_vs'.
+ py: Signature EXTENDED: New boolean field 'is_de_vs'.
+ py: GpgError EXTENDED: Partial results in 'results'.
+
Noteworthy changes in version 1.9.0 (2017-03-28)
------------------------------------------------
@@ -44,7 +45,6 @@ Noteworthy changes in version 1.9.0 (2017-03-28)
* Many smaller bug fixes.
-
* Interface changes relative to the 1.8.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_op_createkey CHANGED: Meaning of 'expire' parameter.