[git] GPGME - branch, master, updated. gpgme-1.12.0-108-g3ca7cf0

by Ben McGinnes cvs at cvs.gnupg.org
Wed Dec 12 13:20:22 CET 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  3ca7cf07f5d3ec4af89e69ed13ea7ab701e33c03 (commit)
      from  64758a0dac4c7c3b312dccbc1661813e2c3e2888 (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 3ca7cf07f5d3ec4af89e69ed13ea7ab701e33c03
Author: Ben McGinnes <ben at adversary.org>
Date:   Wed Dec 12 23:18:22 2018 +1100

    python: what's new summary
    
    * Added a little more detail to the what's new section.

diff --git a/lang/python/doc/rst/what-is-new.rst b/lang/python/doc/rst/what-is-new.rst
index 123d8d8..336fdb7 100644
--- a/lang/python/doc/rst/what-is-new.rst
+++ b/lang/python/doc/rst/what-is-new.rst
@@ -39,3 +39,12 @@ Additions since GPGME 1.12.0 include:
    users.
 -  Bindings enter `maintenance mode <maintenance-mode>`__ from January,
    2019.
+-  Added documentation on maintenance mode and what changes can be made
+   to the code when in that status. Essentially that boils down to bug
+   fixes only and no feature requests.
+-  The import-keys-hkp.py example script, which uses the ``hkp4py``
+   module to search the SKS servers for a key, has been tightened up to
+   search for both hexadecimal key IDs and user ID strings with reduced
+   chance of unnecessary repitition. There may still be some repetition
+   if a key includes a user ID matching the hexadecimal value of a key
+   ID.
diff --git a/lang/python/doc/src/what-is-new b/lang/python/doc/src/what-is-new
index c33ab3a..2a993f2 100644
--- a/lang/python/doc/src/what-is-new
+++ b/lang/python/doc/src/what-is-new
@@ -43,3 +43,12 @@ Additions since GPGME 1.12.0 include:
 - Added expanded detail on issues pertaining to installing for Windows
   users.
 - Bindings enter [[file:maintenance-mode][maintenance mode]] from January, 2019.
+- Added documentation on maintenance mode and what changes can be made
+  to the code when in that status.  Essentially that boils down to bug
+  fixes only and no feature requests.
+- The import-keys-hkp.py example script, which uses the =hkp4py=
+  module to search the SKS servers for a key, has been tightened up to
+  search for both hexadecimal key IDs and user ID strings with reduced
+  chance of unnecessary repitition.  There may still be some
+  repetition if a key includes a user ID matching the hexadecimal
+  value of a key ID.
diff --git a/lang/python/doc/texinfo/what-is-new.texi b/lang/python/doc/texinfo/what-is-new.texi
index 4ce1373..8328df8 100644
--- a/lang/python/doc/texinfo/what-is-new.texi
+++ b/lang/python/doc/texinfo/what-is-new.texi
@@ -78,6 +78,17 @@ Added expanded detail on issues pertaining to installing for Windows
 users.
 @item
 Bindings enter @uref{maintenance-mode, maintenance mode} from January, 2019.
+ at item
+Added documentation on maintenance mode and what changes can be made
+to the code when in that status.  Essentially that boils down to bug
+fixes only and no feature requests.
+ at item
+The import-keys-hkp.py example script, which uses the @samp{hkp4py}
+module to search the SKS servers for a key, has been tightened up to
+search for both hexadecimal key IDs and user ID strings with reduced
+chance of unnecessary repitition.  There may still be some
+repetition if a key includes a user ID matching the hexadecimal
+value of a key ID.
 @end itemize
 
 @bye
\ No newline at end of file

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

Summary of changes:
 lang/python/doc/rst/what-is-new.rst      |  9 +++++++++
 lang/python/doc/src/what-is-new          |  9 +++++++++
 lang/python/doc/texinfo/what-is-new.texi | 11 +++++++++++
 3 files changed, 29 insertions(+)


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




More information about the Gnupg-commits mailing list