Blame lang/python/doc/rst/what-is-new.rst

Packit Service 30b792
.. _new-stuff:
Packit Service 30b792
Packit Service 30b792
What\'s New
Packit Service 30b792
===========
Packit Service 30b792
Packit Service 30b792
+-----------------+------------------------------------------+
Packit Service 30b792
| Version:        | 0.0.1                                    |
Packit Service 30b792
+-----------------+------------------------------------------+
Packit Service 30b792
| GPGME Version:  | 1.13.0                                   |
Packit Service 30b792
+-----------------+------------------------------------------+
Packit Service 30b792
| Author:         | Ben McGinnes <ben@gnupg.org>             |
Packit Service 30b792
+-----------------+------------------------------------------+
Packit Service 30b792
| Author GPG Key: | DB4724E6FA4286C92B4E55C4321E4E2373590E5D |
Packit Service 30b792
+-----------------+------------------------------------------+
Packit Service 30b792
| Language:       | Australian English, British English      |
Packit Service 30b792
+-----------------+------------------------------------------+
Packit Service 30b792
| xml:lang:       | en-AU, en-GB, en                         |
Packit Service 30b792
+-----------------+------------------------------------------+
Packit Service 30b792
Packit Service 30b792
Last time the most obviously new thing was adding the *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
.. _new-stuff-1-13-0:
Packit Service 30b792
Packit Service 30b792
New in GPGME 1·13·0
Packit Service 30b792
-------------------
Packit Service 30b792
Packit Service 30b792
Additions since GPGME 1.12.0 include:
Packit Service 30b792
Packit Service 30b792
-  Moving the *What\'s New* section out of the basic
Packit Service 30b792
   `HOWTO <gpgme-python-howto.org>`__ document and into its own file so
Packit Service 30b792
   as to more readily include other documents beyond that HOWTO.
Packit Service 30b792
-  Moving the preceding, archival, segments into `another
Packit Service 30b792
   file <what-was-new.org>`__.
Packit Service 30b792
-  Added ``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
-  Added expanded detail on issues pertaining to installing for Windows
Packit Service 30b792
   users.
Packit Service 30b792
-  Bindings enter `maintenance mode <maintenance-mode>`__ from January,
Packit Service 30b792
   2019.
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
-  The import-keys-hkp.py example script, which uses the ``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 repetition
Packit Service 30b792
   if a key includes a user ID matching the hexadecimal value of a key
Packit Service 30b792
   ID.