[git] gnupg-doc - branch, master, updated. b6911ba1c8bbeba980e580f4301116864297d73d

by Werner Koch cvs at cvs.gnupg.org
Tue Mar 28 17:18:55 CEST 2017


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 "The GnuPG website and other docs".

The branch, master has been updated
       via  b6911ba1c8bbeba980e580f4301116864297d73d (commit)
      from  4bd34eec5d861fe44a76a4bb3ea741bb0ffe94e7 (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 b6911ba1c8bbeba980e580f4301116864297d73d
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Mar 28 17:15:49 2017 +0200

    swdb: Release GPGME 1.9.0

diff --git a/web/Makefile b/web/Makefile
index 17bf6e7..e53d091 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -13,6 +13,6 @@ swdb.lst.sig: swdb.lst
 
 upload: swdb.lst.sig
 	scp swdb.lst.sig swdb.lst playfair.gnupg.org:/var/www/git/versions.gnupg.org/htdocs/
-	scp swdb.lst.sig swdb.lst werner at trithemius.gnupg.org:/var/www/www/www.gnupg.org/htdocs/
+	scp swdb.lst.sig swdb.lst webbuilder at trithemius.gnupg.org:/var/www/www/www.gnupg.org/htdocs/
 
 .PHONY: upload all
diff --git a/web/index.org b/web/index.org
index 056991c..a3ad964 100644
--- a/web/index.org
+++ b/web/index.org
@@ -66,6 +66,12 @@ The latest release news:\\
 # point or paste the [[news.en.rss][RSS file]] into your aggregator.
 
 
+** GnuPG Made Easy 1.9.0 released (2017-03-28)
+
+[[file:software/gpgme/index.org][GPGME]] is a library that allows to add support for cryptography to a
+program.  {[[https://lists.gnupg.org/pipermail/gnupg-announce/2017q1/000403.html][more]]}
+
+
 ** GnuPG 2.1.19 released (2017-03-01)
 
 A new version of GnuPG has been released.  Read the full [[https://lists.gnupg.org/pipermail/gnupg-announce/2017q1/000402.html][announcement
diff --git a/web/software/gpgme/index.org b/web/software/gpgme/index.org
index d0a76a7..61a0e1d 100644
--- a/web/software/gpgme/index.org
+++ b/web/software/gpgme/index.org
@@ -1,10 +1,11 @@
 #+STARTUP: showall
+#+GPGWEB-NEED-SWDB
 #+SETUPFILE: "../../share/setup.inc"
 
 * GPGME
 
   /GnuPG Made Easy/ (GPGME) is a library designed to make access to
-  GnuPG easier for applications. It provides a High-Level Crypto API
+  GnuPG easier for applications.  It provides a High-Level Crypto API
   for encryption, decryption, signing, signature verification and key
   management. Currently it uses GnuPG as its backend but the API isn't
   restricted to this engine; in fact we have already developed a
@@ -12,11 +13,12 @@
 
   Because the direct use of GnuPG from an application can be a
   complicated programming task, it is suggested that all software
-  should try to use GPGME instead. This way bug fixes or improvements
+  should try to use GPGME instead.  This way bug fixes or improvements
   can be done at a central place and every application benefits from
   this.
 
   Especially authors of @@html:<abbr title="Mail User Agent (mail
   reader">@@MUAs@@html:</abbr>@@ should consider to use GPGME.
 
-  See [[../../download/index.org::#gpgme][download]] section to download the latest tarball.
+  See [[../../download/index.org::#gpgme][download]] section to download the latest tarball.  The manual can
+  be read [[file:~/s/gnupg-doc/web/software/documentation/manuals/gpgme/][here]].  The current version is {{{gpgme_ver}}}.
diff --git a/web/swdb.mac b/web/swdb.mac
index 921493d..c1dee42 100644
--- a/web/swdb.mac
+++ b/web/swdb.mac
@@ -71,11 +71,11 @@
 #
 # GPGME
 #
-#+macro: gpgme_ver  1.8.0
-#+macro: gpgme_date 2016-11-16
-#+macro: gpgme_size 1267k
-#+macro: gpgme_sha1 efa043064dbf675fd713228c6fcfcc4116feb221
-#+macro: gpgme_sha2 596097257c2ce22e747741f8ff3d7e24f6e26231fa198a41b2a072e62d1e5d33
+#+macro: gpgme_ver  1.9.0
+#+macro: gpgme_date 2017-03-28
+#+macro: gpgme_size 1312k
+#+macro: gpgme_sha1 870719cd3d2ef6a7fcb1d6af9ce5446edba7bfc3
+#+macro: gpgme_sha2 1b29fedb8bfad775e70eafac5b0590621683b2d9869db994568e6401f4034ceb
 
 
 #

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

Summary of changes:
 web/Makefile                 |  2 +-
 web/index.org                |  6 ++++++
 web/software/gpgme/index.org |  8 +++++---
 web/swdb.mac                 | 10 +++++-----
 4 files changed, 17 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list