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-06-28 23:00:36 +0300
committerlovetox <philipp@hoerist.com>2020-06-29 23:27:40 +0300
commita62672736a5459abf9bd2004a9ece86f4bc741be (patch)
treeff347bd2565a973da10cfed7222d484972f775e5
parentb180e25e5c7af087490933186dcf5c2cad1faea7 (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 e871db0..f95f1c7 100644
--- a/omemo/CHANGELOG
+++ b/omemo/CHANGELOG
@@ -1,3 +1,10 @@
+2.6.80 / 2020-06-29
+- Add hints for the fingerprint dialog
+- Implement Blind Trust Before Verification
+- Show outgoing messages as VERIFIED
+- Don't drop message silently on decryption error
+- Don't include inactive devices on checking undecided trust
+
2.6.79 / 2020-05-23
- Sanitize BLOBs in database
diff --git a/omemo/manifest.ini b/omemo/manifest.ini
index e12bfb0..0b0e933 100644
--- a/omemo/manifest.ini
+++ b/omemo/manifest.ini
@@ -1,7 +1,7 @@
[info]
name: OMEMO
short_name: omemo
-version: 2.6.79
+version: 2.6.80
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>