diff options
Diffstat (limited to 'lang/python/doc/rst/what-is-new.rst')
-rw-r--r-- | lang/python/doc/rst/what-is-new.rst | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/lang/python/doc/rst/what-is-new.rst b/lang/python/doc/rst/what-is-new.rst new file mode 100644 index 00000000..9332fb67 --- /dev/null +++ b/lang/python/doc/rst/what-is-new.rst @@ -0,0 +1,42 @@ +.. _new-stuff: + +What\'s New +=========== + ++-----------------------------------+-----------------------------------+ +| Version: | 0.0.1-draft | ++-----------------------------------+-----------------------------------+ +| GPGME Version: | 1.13.0 | ++-----------------------------------+-----------------------------------+ +| Author: | `Ben | +| | McGinnes <https://gnupg.org/peopl | +| | e/index.html#sec-1-5>`__ | +| | <[email protected]> | ++-----------------------------------+-----------------------------------+ +| Author GPG Key: | DB4724E6FA4286C92B4E55C4321E4E237 | +| | 3590E5D | ++-----------------------------------+-----------------------------------+ +| 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. + +.. _new-stuff-1-13-0: + +New in GPGME 1·13·0 +------------------- + +Additions since GPGME 1.12.0 include: + +- An advanced HOWTO on using the bindings with web interfaces, + specifically Flask. +- Moving the *What\'s New* section out of the basic + `HOWTO <gpgme-python-howto.org>`__ document and into its own file so + as to more readily include other documents beyond that HOWTO. +- Moving the preceding, archival, segments into `another + file <what-was-new.org>`__. |