diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6a35599e6bc58ba5b8264df6de096195b38943f5..2e39186a3a81d8db02f024ecc032d898f5b0a01a 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,7 +1,5 @@ GNOME Keysign is a tool to make signing OpenPGP keys as easy as possible. -This is the v0.9.5 release which is much more stable for pathologic OpenPGP keys -and brings support for translations. It also supports transferring file -via Bluetooth instead of the local network. +This is the v0.9.6 release which makes minor changes to i18n infrastructure. You can get the app from: @@ -10,13 +8,12 @@ You can get the app from: Changes ========== - * Translation support. Read keysign/locale/README.rst for details. - * gpgme: Ignore KEY_CONSIDERED and CARDCTRL. - * gpgmh: Support for colons in UIDs. - * gpgmh: Default to gpgmeh - * avahioffer: Do not depend on Gtk, GLib, or GObject - * Added Bluetooth support - * Much better Python 3 support + * New translation: Brazilian Portuguese + * Translate appdata and desktop files + * Make i18n workflow python3 compatible + * New dependencies for building the translatoins: lxml + * Skip Bluetooth and monkeysign tests if modules are not available + * Removed vendorised copy of monkeysign Resources diff --git a/keysign/_version.py b/keysign/_version.py index 513557d89ccbef15d43f1a8b78d98b1e0f34e2e3..ee17450df7854c090253d0b03779940290577f99 100644 --- a/keysign/_version.py +++ b/keysign/_version.py @@ -1,2 +1,2 @@ #!/usr/bin/env python -__version__ = '0.9.5' +__version__ = '0.9.6'