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
commit4db435874bc286631d5dc726f68ba5bb86a1bb89 (patch)
tree272c0eda6487854588390073f08ce293a82560f0 /NEWS
parent670d9afb902f264b6410d307c429f02ed8685fd3 (diff)
downloadgpgme-4db435874bc286631d5dc726f68ba5bb86a1bb89.tar.gz
gpgme-4db435874bc286631d5dc726f68ba5bb86a1bb89.tar.bz2
gpgme-4db435874bc286631d5dc726f68ba5bb86a1bb89.zip
Imported Upstream version 1.4.3upstream/1.4.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7df3cd2..f68035d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Noteworthy changes in version 1.4.3 (2013-08-12)
+------------------------------------------------
+
+ * The default engine names are now taken from the output of gpgconf.
+ If gpgconf is not found the use of gpg 1 is assumed.
+
+ * Under Windows the default engines names are first searched in the
+ installation directory of the gpgme DLL.
+
+ * New function gpgme_data_identify to detect the type of a message.
+
+ * Interface changes relative to the 1.4.2 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ gpgme_signers_count NEW.
+ gpgme_data_type_t NEW.
+ gpgme_data_identify NEW.
+
+
Noteworthy changes in version 1.4.2 (2013-05-28)
------------------------------------------------