diff options
author | Ben McGinnes <[email protected]> | 2018-12-12 12:18:22 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-12-12 12:18:22 +0000 |
commit | 3ca7cf07f5d3ec4af89e69ed13ea7ab701e33c03 (patch) | |
tree | 4e78a726c7e46ac1b375fed3ad686ae22de4d10c /lang/python/doc/texinfo | |
parent | python: advanced howto example (diff) | |
download | gpgme-3ca7cf07f5d3ec4af89e69ed13ea7ab701e33c03.tar.gz gpgme-3ca7cf07f5d3ec4af89e69ed13ea7ab701e33c03.zip |
python: what's new summary
* Added a little more detail to the what's new section.
Diffstat (limited to 'lang/python/doc/texinfo')
-rw-r--r-- | lang/python/doc/texinfo/what-is-new.texi | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ -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. +@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 |