python: what's new summary

* Added a little more detail to the what's new section.
This commit is contained in:
Ben McGinnes 2018-12-12 23:18:22 +11:00
parent 64758a0dac
commit 3ca7cf07f5
3 changed files with 29 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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