Blame lang/python/doc/texinfo/what-is-new.texi

Packit Service 30b792
\input texinfo    @c -*- texinfo -*-
Packit Service 30b792
@c %**start of header
Packit Service 30b792
@setfilename what-is-new.info
Packit Service 30b792
@settitle What's New in the GPGME Python Bindings and Documentation
Packit Service 30b792
@documentencoding utf-8
Packit Service 30b792
@documentlanguage en
Packit Service 30b792
@c %**end of header
Packit Service 30b792
Packit Service 30b792
@finalout
Packit Service 30b792
@titlepage
Packit Service 30b792
@title What's New in the GPGME Python Bindings and Documentation
Packit Service 30b792
@author Ben McGinnes
Packit Service 30b792
@end titlepage
Packit Service 30b792
Packit Service 30b792
@contents
Packit Service 30b792
Packit Service 30b792
@ifnottex
Packit Service 30b792
@node Top
Packit Service 30b792
@top What's New in the GPGME Python Bindings and Documentation
Packit Service 30b792
@end ifnottex
Packit Service 30b792
Packit Service 30b792
@menu
Packit Service 30b792
* What's New::
Packit Service 30b792
Packit Service 30b792
@detailmenu
Packit Service 30b792
--- The Detailed Node Listing ---
Packit Service 30b792
Packit Service 30b792
What's New
Packit Service 30b792
Packit Service 30b792
* New in GPGME 1·13·0::
Packit Service 30b792
Packit Service 30b792
@end detailmenu
Packit Service 30b792
@end menu
Packit Service 30b792
Packit Service 30b792
@node What's New
Packit Service 30b792
@chapter What's New
Packit Service 30b792
Packit Service 30b792
@multitable {aaaaaaaaaaaaaaa} {aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa}
Packit Service 30b792
@item Version:
Packit Service 30b792
@tab 0.0.1
Packit Service 30b792
@item GPGME Version:
Packit Service 30b792
@tab 1.13.0
Packit Service 30b792
@item Author:
Packit Service 30b792
@tab Ben McGinnes <ben@@gnupg.org>
Packit Service 30b792
@item Author GPG Key:
Packit Service 30b792
@tab DB4724E6FA4286C92B4E55C4321E4E2373590E5D
Packit Service 30b792
@item Language:
Packit Service 30b792
@tab Australian English, British English
Packit Service 30b792
@item xml:lang:
Packit Service 30b792
@tab en-AU, en-GB, en
Packit Service 30b792
@end multitable
Packit Service 30b792
Packit Service 30b792
Last time the most obviously new thing was adding the @emph{What's New}
Packit Service 30b792
section to the HOWTO.  Now it's moving it out of the HOWTO.
Packit Service 30b792
Packit Service 30b792
@menu
Packit Service 30b792
* New in GPGME 1·13·0::
Packit Service 30b792
@end menu
Packit Service 30b792
Packit Service 30b792
@node New in GPGME 1·13·0
Packit Service 30b792
@section New in GPGME 1·13·0
Packit Service 30b792
Packit Service 30b792
Additions since GPGME 1.12.0 include:
Packit Service 30b792
Packit Service 30b792
@itemize
Packit Service 30b792
@item
Packit Service 30b792
Moving the @emph{What's New} section out of the basic @uref{gpgme-python-howto.org, HOWTO} document and
Packit Service 30b792
into its own file so as to more readily include other documents
Packit Service 30b792
beyond that HOWTO.
Packit Service 30b792
@item
Packit Service 30b792
Moving the preceding, archival, segments into @uref{what-was-new.org, another file}.
Packit Service 30b792
@item
Packit Service 30b792
Added @samp{gpg.version.versionintlist} to make it easier for Python
Packit Service 30b792
developers to check for a specific version number, even with beta
Packit Service 30b792
versions (it will drop the "-betaN" part).
Packit Service 30b792
@item
Packit Service 30b792
Added expanded detail on issues pertaining to installing for Windows
Packit Service 30b792
users.
Packit Service 30b792
@item
Packit Service 30b792
Bindings enter @uref{maintenance-mode, maintenance mode} from January, 2019.
Packit Service 30b792
@item
Packit Service 30b792
Added documentation on maintenance mode and what changes can be made
Packit Service 30b792
to the code when in that status.  Essentially that boils down to bug
Packit Service 30b792
fixes only and no feature requests.
Packit Service 30b792
@item
Packit Service 30b792
The import-keys-hkp.py example script, which uses the @samp{hkp4py}
Packit Service 30b792
module to search the SKS servers for a key, has been tightened up to
Packit Service 30b792
search for both hexadecimal key IDs and user ID strings with reduced
Packit Service 30b792
chance of unnecessary repitition.  There may still be some
Packit Service 30b792
repetition if a key includes a user ID matching the hexadecimal
Packit Service 30b792
value of a key ID.
Packit Service 30b792
@end itemize
Packit Service 30b792
Packit Service 30b792
@bye