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

by Jasper Spaans cvs at cvs.gnupg.org
Mon Aug 27 09:15:35 CEST 2018


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 <jasper at startmail.com>
Date:   Mon Aug 27 09:04:16 2018 +0200

    core: Export gpgme_data_new_from_estream function.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

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




More information about the Gnupg-commits mailing list