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:
authorwurstsalat <mailtrash@posteo.de>2022-02-12 02:23:20 +0300
committerwurstsalat <mailtrash@posteo.de>2022-02-12 02:23:20 +0300
commit66ca58d3bc8872a97079cb549a120fb9fbaf2e21 (patch)
tree19ad20b89bedf8b6d56f36b78dedb8cf7e818674
parent06d0c70e317b1ea786cdbfe592efed19869d035f (diff)
[omemo] Update manifest.ini & CHANGELOG
-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 0c72eb3..8ca8baa 100644
--- a/omemo/CHANGELOG
+++ b/omemo/CHANGELOG
@@ -1,3 +1,6 @@
+2.8.10 / 2022-02-12
+- Improve QR code
+
2.8.9 / 2022-01-03
- Adpat to Gajim event changes
diff --git a/omemo/manifest.ini b/omemo/manifest.ini
index 49ef383..dbdfd56 100644
--- a/omemo/manifest.ini
+++ b/omemo/manifest.ini
@@ -1,7 +1,7 @@
[info]
name: OMEMO
short_name: omemo
-version: 2.8.9
+version: 2.8.10
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, detailed in the installation instructions for your system in the GitLab wiki.
authors: Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de>
Daniel Gultsch <daniel@gultsch.de>