summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2021-12-01 16:54:34 +0900
committerJinWang An <jinwang.an@samsung.com>2021-12-01 16:54:34 +0900
commit995a02825947cf6f11b67998d850c748d320c8cd (patch)
tree941ed2cd17bb2649ad441e9e49aaff3aeda987d3 /NEWS
parent446ad01df66cb2f4dd51d97ff02be16d765847e1 (diff)
downloadgpgme-995a02825947cf6f11b67998d850c748d320c8cd.tar.gz
gpgme-995a02825947cf6f11b67998d850c748d320c8cd.tar.bz2
gpgme-995a02825947cf6f11b67998d850c748d320c8cd.zip
Imported Upstream version 1.5.0upstream/1.5.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS53
1 files changed, 40 insertions, 13 deletions
diff --git a/NEWS b/NEWS
index d1adc24..82d4914 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,43 @@
-Noteworthy changes in version 1.4.4 (2014-07-30) [C22/A11/R1]
+Noteworthy changes in version 1.5.0 (2014-05-21) [C23/A12/R0]
-------------------------------------------------------------
- Backported from 1.5.1:
+ * On Unices the engine file names are not not anymore hardwired but
+ located via the envvar PATH. All options to set the name of the
+ engines for the configure run are removed.
- * Fixed possible overflow in gpgsm and uiserver engines.
- [CVE-2014-3564]
+ * If GPGME finds the gpgconf binary it defaults to using gpg2 or
+ whatever gpgconf tells as name for the OpenPGP engine. If gpgconf
+ is not found, GPGME looks for an engine named "gpg".
- * Fixed possibled segv in gpgme_op_card_edit.
+ * New feature to use the gpgme I/O subsystem to run arbitrary
+ commands.
- * Fixed minor memleaks and possible zombie processes.
+ * New flag to use encryption without the default compression step.
- * Fixed prototype inconsistencies and void pointer arithmetic.
+ * New function to access "gpg-conf --list-dirs"
+
+ * New configure option --enable-fixed-path for use by Android.
+
+ * Support ECC algorithms.
+
+ * Interface changes relative to the 1.4.3 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ gpgme_get_dirinfo NEW.
+ gpgme_op_spawn_start NEW.
+ gpgme_op_spawn NEW.
+ GPGME_PROTOCOL_SPAWN NEW.
+ GPGME_SPAWN_DETACHED NEW.
+ GPGME_SPAWN_ALLOW_SET_FG NEW.
+ GPGME_ENCRYPT_NO_COMPRESS NEW.
+ GPGME_PK_ECC NEW.
+ GPGME_MD_SHA224 NEW.
+ gpgme_subkey_t EXTENDED: New field curve.
+ GPGME_STATUS_PLAINTEXT_LENGTH NEW.
+ GPGME_STATUS_MOUNTPOINT NEW.
+ GPGME_STATUS_PINENTRY_LAUNCHED NEW.
+ GPGME_STATUS_ATTRIBUTE NEW.
+ GPGME_STATUS_BEGIN_SIGNING NEW.
+ GPGME_STATUS_KEY_NOT_CREATED NEW.
Noteworthy changes in version 1.4.3 (2013-08-12) [C22/A11/R0]
@@ -31,8 +58,8 @@ Noteworthy changes in version 1.4.3 (2013-08-12) [C22/A11/R0]
gpgme_data_identify NEW.
-Noteworthy changes in version 1.4.2 (2013-05-28)
-------------------------------------------------
+Noteworthy changes in version 1.4.2 (2013-05-28) [C21/A10/R0]
+-------------------------------------------------------------
* Allow symmetric encryption with gpgme_op_encrypt_sign.
@@ -45,8 +72,8 @@ Noteworthy changes in version 1.4.2 (2013-05-28)
GPGME_PROTOCOL_OPENPGP NEW alias.
-Noteworthy changes in version 1.4.1 (2013-05-01)
-------------------------------------------------
+Noteworthy changes in version 1.4.1 (2013-05-01) [C20/A9/R1]
+------------------------------------------------------------
* Fixed reading of gpg.conf files with excessive use of the group
option.
@@ -56,8 +83,8 @@ Noteworthy changes in version 1.4.1 (2013-05-01)
* Disabled FD passing by default for Apple.
-Noteworthy changes in version 1.4.0 (2013-02-26)
-------------------------------------------------
+Noteworthy changes in version 1.4.0 (2013-02-26) [C20/A9/R0]
+------------------------------------------------------------
* New function gpgme_set_global_flag to help debugging on Android.