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:
authorlovetox <philipp@hoerist.com>2020-05-21 01:20:26 +0300
committerlovetox <philipp@hoerist.com>2020-05-21 01:20:41 +0300
commit1aad14369c6aa5e594d78ade8cce834cff9f9cde (patch)
tree8ced1e1e62d2be7785650418ee265308631f5d92
parent8bce744b10d650c7b391f1efc5a8464b056f18ec (diff)
[omemo] Update CHANGELOG & manifest.ini
-rw-r--r--omemo/CHANGELOG7
-rw-r--r--omemo/manifest.ini2
2 files changed, 8 insertions, 1 deletions
diff --git a/omemo/CHANGELOG b/omemo/CHANGELOG
index 8f31746..aff26e7 100644
--- a/omemo/CHANGELOG
+++ b/omemo/CHANGELOG
@@ -1,3 +1,10 @@
+2.6.77 / 2020-05-21
+- Use PEP-440 compatible version
+
+2.6.76 / 2020-04-30
+- Don't use deprecated attribute
+- Use nbxmpp.namespaces
+
2.6.75 / 2020-04-04
- Adapt updating caps
diff --git a/omemo/manifest.ini b/omemo/manifest.ini
index b8f40dc..142fdb5 100644
--- a/omemo/manifest.ini
+++ b/omemo/manifest.ini
@@ -1,7 +1,7 @@
[info]
name: OMEMO
short_name: omemo
-version: 2.6.76
+version: 2.6.77
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>