aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-05-08 09:31:30 +0000
committerWerner Koch <[email protected]>2014-05-08 09:31:30 +0000
commit991cde9e79fec70aad093ded383c5574d30f9388 (patch)
treeb8739b6593d742b6cdf1b514da71d5af1ca86a39 /NEWS
parentw32: Fix another memleak on error. (diff)
downloadgpgme-991cde9e79fec70aad093ded383c5574d30f9388.tar.gz
gpgme-991cde9e79fec70aad093ded383c5574d30f9388.zip
Add GPGME_ENCRYPT_NO_COMPRESS flag.
* src/gpgme.h.in (GPGME_ENCRYPT_NO_COMPRESS): New. * src/engine-gpg.c (gpg_encrypt, gpg_encrypt_sign): Implement it. * src/gpgme-tool.c (_cmd_sign_encrypt): Add option --no-compress.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index acba24df..5fb4808b 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ Noteworthy changes in version 1.5.0 (unreleased)
* Add feature to use the gpgme I/O subsystem to run arbitrary
commands.
+ * Add flag to force encryption without the default comprtession step.
+
* Interface changes relative to the 1.4.3 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_get_dirinfo NEW.
@@ -20,6 +22,7 @@ Noteworthy changes in version 1.5.0 (unreleased)
GPGME_PROTOCOL_SPAWN NEW.
GPGME_SPAWN_DETACHED NEW.
GPGME_SPAWN_ALLOW_SET_FG NEW.
+ GPGME_ENCRYPT_NO_COMPRESS NEW.
Noteworthy changes in version 1.4.3 (2013-08-12)