[git] GPGME - branch, master, updated. gpgme-1.11.1-245-g8aa61fd

by Maximilian Krambach cvs at cvs.gnupg.org
Mon Aug 27 13:23:54 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  8aa61fd3a270c167bf85cdd3f4148c48f5ae9ff7 (commit)
      from  28086252f15e2c124a2a00c2abc87a815d227fbe (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 8aa61fd3a270c167bf85cdd3f4148c48f5ae9ff7
Author: Maximilian Krambach <maximilian.krambach at intevation.de>
Date:   Mon Aug 27 13:24:18 2018 +0200

    js: small documentation update
    
    --

diff --git a/lang/js/src/gpgmejs.js b/lang/js/src/gpgmejs.js
index 592b0a1..08f80fc 100644
--- a/lang/js/src/gpgmejs.js
+++ b/lang/js/src/gpgmejs.js
@@ -33,9 +33,11 @@ import { createSignature } from './Signature';
  * @property {String|Uint8Array} data The decrypted data
  * @property {String} format Indicating how the data was converted after being
  * received from gpgme.
+ *      'ascii': Data was ascii-encoded and no further processed
  *      'string': Data was decoded into an utf-8 string,
  *      'base64': Data was not processed and is a base64 string
  *      'uint8': data was turned into a Uint8Array
+ *
  * @property {Boolean} is_mime (optional) the data claims to be a MIME
  * object.
  * @property {String} file_name (optional) the original file name
@@ -82,7 +84,6 @@ import { createSignature } from './Signature';
  * @property {Boolean} data: The verified data
  * @property {Boolean} is_mime (optional) the data claims to be a MIME
  * object.
- * @property {String} file_name (optional) the original file name
  * @property {signatureDetails} signatures Verification details for
  * signatures
  */

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

Summary of changes:
 lang/js/src/gpgmejs.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list