[git] GPGME - branch, master, updated. gpgme-1.11.1-296-gec2d2b7

by Maximilian Krambach cvs at cvs.gnupg.org
Thu Sep 20 15:46:05 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  ec2d2b78bc61a730d0d33bd997f386ba381720c5 (commit)
      from  9f19b3aaecd23a12b2e6692faeefa936e490d343 (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 ec2d2b78bc61a730d0d33bd997f386ba381720c5
Author: Maximilian Krambach <maximilian.krambach at intevation.de>
Date:   Thu Sep 20 15:46:03 2018 +0200

    js: renamed keygen algo option
    
    --
    
    * src/Keyring.js: Confused default-future with future-default
    
    * reverts commit 34be6163f6c1057e2a87705925a9d0c70e4ecf17

diff --git a/lang/js/src/Keyring.js b/lang/js/src/Keyring.js
index 9e0a3e5..2071c6d 100644
--- a/lang/js/src/Keyring.js
+++ b/lang/js/src/Keyring.js
@@ -428,7 +428,7 @@ export class GPGME_Keyring {
  * documentation for details
  */
 const supportedKeyAlgos = [
-    'default', 'default-future',
+    'default', 'future-default',
     'rsa', 'rsa2048', 'rsa3072', 'rsa4096',
     'dsa', 'dsa2048', 'dsa3072', 'dsa4096',
     'elg', 'elg2048', 'elg3072', 'elg4096',
@@ -436,4 +436,4 @@ const supportedKeyAlgos = [
     'cv25519',
     'brainpoolP256r1', 'brainpoolP384r1', 'brainpoolP512r1',
     'NIST P-256', 'NIST P-384', 'NIST P-521'
-];
\ No newline at end of file
+];

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

Summary of changes:
 lang/js/src/Keyring.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list