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>2019-05-21 22:46:15 +0300
committerPhilipp Hörist <philipp@hoerist.com>2019-05-21 22:46:21 +0300
commit40adbaf4d9e59a298c1a54ca541a3ff1be20f4c6 (patch)
tree1243f4f2484b72e1015af8a2c120e9f79b14a6e7
parentf8f40c779a74fb14d25e6b2914cd025f2a610e20 (diff)
[omemo] Update CHANGELOG & manifest.inigajim_1.0
-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 b7fefcd..479a3e2 100644
--- a/omemo/CHANGELOG
+++ b/omemo/CHANGELOG
@@ -1,3 +1,9 @@
+2.6.3 / 2019-05-21
+- Keep compatibility with python-axolotl
+
+2.6.2 / 2019-10-13
+- Raise Version
+
2.6.1 / 2018-08-08
- Save encryption details to the database
- Bugfixes
diff --git a/omemo/manifest.ini b/omemo/manifest.ini
index 652fec8..b8dfb03 100644
--- a/omemo/manifest.ini
+++ b/omemo/manifest.ini
@@ -1,7 +1,7 @@
[info]
name: OMEMO
short_name: omemo
-version: 2.6.2
+version: 2.6.3
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>