Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2019-09-24 13:11:51 +0300
committerDaniel Gultsch <daniel@gultsch.de>2019-09-24 13:11:51 +0300
commit3733148ac8b5b771a400c17940dc225a39adad01 (patch)
tree2173c27a932c72743dc7f354d9c93a54caaf62fc
parentbea94d565b4e55ab12a19453805ed0a704122e71 (diff)
version bump to 2.5.9 + changelog2.5.9
-rw-r--r--CHANGELOG.md6
-rw-r--r--build.gradle4
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73f0f42f3..bea65ac7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
-## Version 2.5.8
+### Version 2.5.9
+* fixed minor security issues
+* Share XMPP uri from channel search by long pressing a result
+
+### Version 2.5.8
* fixed connection issues over Tor
* P2P file transfer (Jingle) now offers direct candidates
* Support XEP-0396: Jingle Encrypted Transports - OMEMO
diff --git a/build.gradle b/build.gradle
index e24b05d42..08fedf691 100644
--- a/build.gradle
+++ b/build.gradle
@@ -83,8 +83,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 338
- versionName "2.5.8"
+ versionCode 339
+ versionName "2.5.9"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId