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
diff options
context:
space:
mode:
-rw-r--r--omemo/CHANGELOG4
-rw-r--r--omemo/manifest.ini2
2 files changed, 5 insertions, 1 deletions
diff --git a/omemo/CHANGELOG b/omemo/CHANGELOG
index ff18ac9..a2ff397 100644
--- a/omemo/CHANGELOG
+++ b/omemo/CHANGELOG
@@ -1,3 +1,7 @@
+1.2.2 / 2017-07-12
+- Add whitelist of xml tags to prevent any clear text leaking,
+ even when new XEPs are added to Gajim that we dont know yet.
+
1.2.1 / 2017-04-15
- Recognize aesgcm uri scheme
diff --git a/omemo/manifest.ini b/omemo/manifest.ini
index 93e6d73..2cb9779 100644
--- a/omemo/manifest.ini
+++ b/omemo/manifest.ini
@@ -1,7 +1,7 @@
[info]
name: OMEMO
short_name: omemo
-version: 1.2.1
+version: 1.2.2
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 <bahtiar@gadimov.de>
Daniel Gultsch <daniel@gultsch.de>