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:
authorPhilipp Hörist <philipp@hoerist.com>2020-02-14 19:53:42 +0300
committerPhilipp Hörist <philipp@hoerist.com>2020-02-14 19:53:42 +0300
commitf45cb0aac031301ebcca1809474180929951e095 (patch)
tree612fa4dc22966c8e916a51d652a2b65b29d97f9d
parent052354a12b98b109bfce8b3a8281fe2eb5c08886 (diff)
[omemo] Update manifest.ini & CHANGELOGgajim_1.1
-rw-r--r--omemo/CHANGELOG3
-rw-r--r--omemo/manifest.ini2
2 files changed, 4 insertions, 1 deletions
diff --git a/omemo/CHANGELOG b/omemo/CHANGELOG
index 588c1d1..0fc6699 100644
--- a/omemo/CHANGELOG
+++ b/omemo/CHANGELOG
@@ -1,3 +1,6 @@
+2.6.30 / 2020-02-14
+- Switch to 12 byte IV
+
2.6.29 / 2019-05-21
- Keep compatibility with python-axolotl
diff --git a/omemo/manifest.ini b/omemo/manifest.ini
index 08696c3..2713f05 100644
--- a/omemo/manifest.ini
+++ b/omemo/manifest.ini
@@ -1,7 +1,7 @@
[info]
name: OMEMO
short_name: omemo
-version: 2.6.29
+version: 2.6.30
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 dependencies, you can find install instructions for your system in the Github Wiki.
authors: Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>
Daniel Gultsch <daniel@gultsch.de>