[git] GPGME - branch, master, updated. gpgme-1.11.1-238-g08cd34a

[email protected] (by Jasper Spaans)
Newsgroups gmane.comp.encryption.gpg.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  08cd34afb762975b0273575035dacf69449ef241 (commit)
      from  138e1dde027338358a8da19ff8592b7369494534 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 08cd34afb762975b0273575035dacf69449ef241
Author: Jasper Spaans <[email protected]>
Date:   Mon Aug 27 09:04:16 2018 +0200

    core: Export gpgme_data_new_from_estream function.
    
    Signed-off-by: Werner Koch <[email protected]>

diff --git a/src/gpgme.def b/src/gpgme.def
index a01d89a..c690220 100644
--- a/src/gpgme.def
+++ b/src/gpgme.def
@@ -272,5 +272,7 @@ EXPORTS
     gpgme_op_encrypt_sign_ext             @202
     gpgme_op_encrypt_sign_ext_start       @203
 
+    gpgme_data_new_from_estream           @204
+
 ; END
 
diff --git a/src/libgpgme.vers b/src/libgpgme.vers
index b49c86d..7531f54 100644
--- a/src/libgpgme.vers
+++ b/src/libgpgme.vers
@@ -133,6 +133,9 @@ GPGME_1.1 {
 
     gpgme_op_decrypt_ext;
     gpgme_op_decrypt_ext_start;
+
+    gpgme_data_new_from_estream;
+
 };
 
 

-----------------------------------------------------------------------

Summary of changes:
 src/gpgme.def     | 2 ++
 src/libgpgme.vers | 3 +++
 2 files changed, 5 insertions(+)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.