diff options
author | Ben McGinnes <[email protected]> | 2018-11-30 20:45:50 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-11-30 20:45:50 +0000 |
commit | 3b056a01a252bb72df5744409ba494e1a6e54d31 (patch) | |
tree | 0e1c8153d5c01ece16451d0312d98315f6cd336f /lang/python/doc/src/what-is-new | |
parent | tests, json: Make them run on debian stable (diff) | |
download | gpgme-3b056a01a252bb72df5744409ba494e1a6e54d31.tar.gz gpgme-3b056a01a252bb72df5744409ba494e1a6e54d31.zip |
python: documentation
* Added long description to setup.py.in.
* Added maintenance mode details with clarification for what type of
things would be a bug as far as MM is concerned and what wouldn't
be.
** Includes a not too subtle hint directed towards the donations page.
* Miscellaneous tightening of documentation.
Signed-off-by: Ben McGinnes <[email protected]>
Diffstat (limited to 'lang/python/doc/src/what-is-new')
-rw-r--r-- | lang/python/doc/src/what-is-new | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/python/doc/src/what-is-new b/lang/python/doc/src/what-is-new index 5bcb5aeb..ab94e3ed 100644 --- a/lang/python/doc/src/what-is-new +++ b/lang/python/doc/src/what-is-new @@ -17,15 +17,13 @@ | Version: | 0.0.1-draft | | GPGME Version: | 1.13.0 | -| Author: | [[https://gnupg.org/people/index.html#sec-1-5][Ben McGinnes]] <[email protected]> | -| Author GPG Key: | DB4724E6FA4286C92B4E55C4321E4E2373590E5D | +| Author: | [[https://gnupg.org/people/index.html#sec-1-5][Ben McGinnes]] <[[mailto:[email protected]][[email protected]]]> | +| Author GPG Key: | [[https://hkps.pool.sks-keyservers.net/pks/lookup?search=0xDB4724E6FA4286C92B4E55C4321E4E2373590E5D&exact=on&op=get][DB4724E6FA4286C92B4E55C4321E4E2373590E5D]] | | Language: | Australian English, British English | | xml:lang: | en-AU, en-GB, en | Last time the most obviously new thing was adding the /What's New/ -section to the HOWTO. Now it's moving it out of the HOWTO. Not to -mention expanding on the documentation both generally and -considerably. +section to the HOWTO. Now it's moving it out of the HOWTO. ** New in GPGME 1·13·0 @@ -42,3 +40,4 @@ Additions since GPGME 1.12.0 include: - Added =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). +- Bindings enter [[file:maintenance-mode][maintenance mode]] from January, 2019. |