From 3788bc378bff8e9247ca1dc0d6c0a89625aca523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Thu, 21 Feb 2019 23:25:51 +0100 Subject: [PATCH] [omemo] Update manifest.ini & CHANGELOG --- omemo/CHANGELOG | 5 +++++ omemo/manifest.ini | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/omemo/CHANGELOG b/omemo/CHANGELOG index f0efae2..597805e 100644 --- a/omemo/CHANGELOG +++ b/omemo/CHANGELOG @@ -1,3 +1,8 @@ +2.6.45 / 2019-02-21 +- Set device inactive after 300 unacknowledged messages +- Small refactoring +- Fix a bug where the KeyDialog could not be opened + 2.6.44 / 2019-02-18 - Fix error while loading keys from database diff --git a/omemo/manifest.ini b/omemo/manifest.ini index 991543f..965b3bb 100644 --- a/omemo/manifest.ini +++ b/omemo/manifest.ini @@ -1,7 +1,7 @@ [info] name: OMEMO short_name: omemo -version: 2.6.44 +version: 2.6.45 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 Daniel Gultsch