2018-11-06 05:22:50 +00:00
|
|
|
\input texinfo @c -*- texinfo -*-
|
|
|
|
@c %**start of header
|
|
|
|
@setfilename what-is-new.info
|
|
|
|
@settitle What's New in the GPGME Python Bindings and Documentation
|
2018-12-21 22:39:13 +00:00
|
|
|
@documentencoding utf-8
|
2018-11-06 05:22:50 +00:00
|
|
|
@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
|
|
|
|
|
2018-12-04 21:42:08 +00:00
|
|
|
@multitable {aaaaaaaaaaaaaaa} {aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa}
|
2018-11-06 05:22:50 +00:00
|
|
|
@item Version:
|
2018-12-04 21:42:08 +00:00
|
|
|
@tab 0.0.1
|
2018-11-06 05:22:50 +00:00
|
|
|
@item GPGME Version:
|
|
|
|
@tab 1.13.0
|
|
|
|
@item Author:
|
2018-12-04 21:42:08 +00:00
|
|
|
@tab Ben McGinnes <ben@@gnupg.org>
|
2018-11-06 05:22:50 +00:00
|
|
|
@item Author GPG Key:
|
2018-12-04 21:42:08 +00:00
|
|
|
@tab DB4724E6FA4286C92B4E55C4321E4E2373590E5D
|
2018-11-06 05:22:50 +00:00
|
|
|
@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}
|
2018-11-30 20:45:50 +00:00
|
|
|
section to the HOWTO. Now it's moving it out of the HOWTO.
|
2018-11-06 05:22:50 +00:00
|
|
|
|
|
|
|
@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}.
|
2018-11-22 09:00:12 +00:00
|
|
|
@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).
|
2018-11-30 20:45:50 +00:00
|
|
|
@item
|
2018-12-04 21:42:08 +00:00
|
|
|
Added expanded detail on issues pertaining to installing for Windows
|
|
|
|
users.
|
|
|
|
@item
|
2018-11-30 20:45:50 +00:00
|
|
|
Bindings enter @uref{maintenance-mode, maintenance mode} from January, 2019.
|
2018-12-12 12:18:22 +00:00
|
|
|
@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.
|
2018-11-06 05:22:50 +00:00
|
|
|
@end itemize
|
|
|
|
|
2018-12-21 22:39:13 +00:00
|
|
|
@bye
|