From e8b6b329c5545d92546ebdc9cf2a6e008be83feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Thu, 6 Apr 2017 18:44:38 +0200 Subject: [PATCH] [omemo] Update CHANGELOG & manifest.ini --- omemo/CHANGELOG | 6 ++++++ omemo/manifest.ini | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/omemo/CHANGELOG b/omemo/CHANGELOG index 9558f0f..6edd438 100644 --- a/omemo/CHANGELOG +++ b/omemo/CHANGELOG @@ -1,3 +1,9 @@ +1.2.0 / 2017-04-06 +- Add auth tag to key instead of payload +- Support decryption of aesgcm:// uri scheme +- Make python-cryptography mandatory +- small bugfixes + 1.1.0 / 2017-03-26 - Add file decryption diff --git a/omemo/manifest.ini b/omemo/manifest.ini index 9696093..0fee4aa 100644 --- a/omemo/manifest.ini +++ b/omemo/manifest.ini @@ -1,7 +1,7 @@ [info] name: OMEMO short_name: omemo -version: 1.1.0 +version: 1.2.0 description: OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption based on Axolotl and PEP. You need to install some dependencys, you can find install instructions for your system in the Gitlab Wiki. authors: Bahtiar `kalkin-` Gadimov Daniel Gultsch -- GitLab