Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/omemo
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-04-06 19:46:11 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-04-06 19:46:11 +0300
commit49ed50c5631da190ac761d0abdc7b1f50c1bbaa5 (patch)
tree943146d1b1c97ba54286f6bdf8676a9c110067c4 /omemo
parent14e661a79c040174d0560efeb27290aadce06a95 (diff)
[omemo] Update CHANGELOG & manifest.ini
Diffstat (limited to 'omemo')
-rw-r--r--omemo/CHANGELOG6
-rw-r--r--omemo/manifest.ini2
2 files changed, 7 insertions, 1 deletions
diff --git a/omemo/CHANGELOG b/omemo/CHANGELOG
index 3f0cf3e..8e19d5a 100644
--- a/omemo/CHANGELOG
+++ b/omemo/CHANGELOG
@@ -1,3 +1,9 @@
+2.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
+
2.1.0 / 2017-03-26
- Add file decryption
diff --git a/omemo/manifest.ini b/omemo/manifest.ini
index abce88f..e5a9339 100644
--- a/omemo/manifest.ini
+++ b/omemo/manifest.ini
@@ -1,7 +1,7 @@
[info]
name: OMEMO
short_name: omemo
-version: 2.1.0
+version: 2.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 Github Wiki.
authors: Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>
Daniel Gultsch <daniel@gultsch.de>