diff --git a/lang/python/doc/rst/what-is-new.rst b/lang/python/doc/rst/what-is-new.rst index 123d8d81..336fdb73 100644 --- a/lang/python/doc/rst/what-is-new.rst +++ b/lang/python/doc/rst/what-is-new.rst @@ -1,41 +1,50 @@ .. _new-stuff: What\'s New =========== +-----------------+------------------------------------------+ | Version: | 0.0.1 | +-----------------+------------------------------------------+ | GPGME Version: | 1.13.0 | +-----------------+------------------------------------------+ | Author: | Ben McGinnes | +-----------------+------------------------------------------+ | Author GPG Key: | DB4724E6FA4286C92B4E55C4321E4E2373590E5D | +-----------------+------------------------------------------+ | Language: | Australian English, British English | +-----------------+------------------------------------------+ | xml:lang: | en-AU, en-GB, en | +-----------------+------------------------------------------+ Last time the most obviously new thing was adding the *What\'s New* section to the HOWTO. Now it\'s moving it out of the HOWTO. .. _new-stuff-1-13-0: New in GPGME 1·13·0 ------------------- Additions since GPGME 1.12.0 include: - Moving the *What\'s New* section out of the basic `HOWTO `__ document and into its own file so as to more readily include other documents beyond that HOWTO. - Moving the preceding, archival, segments into `another file `__. - Added ``gpg.version.versionintlist`` to make it easier for Python developers to check for a specific version number, even with beta versions (it will drop the \"-betaN\" part). - Added expanded detail on issues pertaining to installing for Windows users. - Bindings enter `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 c33ab3a5..2a993f2b 100644 --- a/lang/python/doc/src/what-is-new +++ b/lang/python/doc/src/what-is-new @@ -1,45 +1,54 @@ # -*- mode: org -*- #+TITLE: What's New in the GPGME Python Bindings and Documentation #+AUTHOR: Ben McGinnes #+LATEX_COMPILER: xelatex #+LATEX_CLASS: article #+LATEX_CLASS_OPTIONS: [12pt] #+LATEX_HEADER: \usepackage{xltxtra} #+LATEX_HEADER: \usepackage[margin=1in]{geometry} #+LATEX_HEADER: \setmainfont[Ligatures={Common}]{Times New Roman} #+LATEX_HEADER: \author{Ben McGinnes } * What's New :PROPERTIES: :CUSTOM_ID: new-stuff :END: | Version: | 0.0.1 | | GPGME Version: | 1.13.0 | | Author: | Ben McGinnes | | Author GPG Key: | DB4724E6FA4286C92B4E55C4321E4E2373590E5D | | Language: | Australian English, British English | | xml:lang: | en-AU, en-GB, en | Last time the most obviously new thing was adding the /What's New/ section to the HOWTO. Now it's moving it out of the HOWTO. ** New in GPGME 1·13·0 :PROPERTIES: :CUSTOM_ID: new-stuff-1-13-0 :END: Additions since GPGME 1.12.0 include: - Moving the /What's New/ section out of the basic [[file:gpgme-python-howto.org][HOWTO]] document and into its own file so as to more readily include other documents beyond that HOWTO. - Moving the preceding, archival, segments into [[file:what-was-new.org][another file]]. - Added =gpg.version.versionintlist= to make it easier for Python developers to check for a specific version number, even with beta versions (it will drop the "-betaN" part). - 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 4ce1373a..8328df8f 100644 --- a/lang/python/doc/texinfo/what-is-new.texi +++ b/lang/python/doc/texinfo/what-is-new.texi @@ -1,83 +1,94 @@ \input texinfo @c -*- texinfo -*- @c %**start of header @setfilename what-is-new.info @settitle What's New in the GPGME Python Bindings and Documentation @documentencoding UTF-8 @documentlanguage en @c %**end of header @finalout @titlepage @title What's New in the GPGME Python Bindings and Documentation @author Ben McGinnes @end titlepage @contents @ifnottex @node Top @top What's New in the GPGME Python Bindings and Documentation @end ifnottex @menu * What's New:: @detailmenu --- The Detailed Node Listing --- What's New * New in GPGME 1·13·0:: @end detailmenu @end menu @node What's New @chapter What's New @multitable {aaaaaaaaaaaaaaa} {aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa} @item Version: @tab 0.0.1 @item GPGME Version: @tab 1.13.0 @item Author: @tab Ben McGinnes @item Author GPG Key: @tab DB4724E6FA4286C92B4E55C4321E4E2373590E5D @item Language: @tab Australian English, British English @item xml:lang: @tab en-AU, en-GB, en @end multitable Last time the most obviously new thing was adding the @emph{What's New} section to the HOWTO. Now it's moving it out of the HOWTO. @menu * New in GPGME 1·13·0:: @end menu @node New in GPGME 1·13·0 @section New in GPGME 1·13·0 Additions since GPGME 1.12.0 include: @itemize @item Moving the @emph{What's New} section out of the basic @uref{gpgme-python-howto.org, HOWTO} document and into its own file so as to more readily include other documents beyond that HOWTO. @item Moving the preceding, archival, segments into @uref{what-was-new.org, another file}. @item Added @samp{gpg.version.versionintlist} to make it easier for Python developers to check for a specific version number, even with beta versions (it will drop the "-betaN" part). @item Added expanded detail on issues pertaining to installing for Windows users. @item Bindings enter @uref{maintenance-mode, maintenance mode} from January, 2019. +@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. +@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