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>2022-03-31 10:41:55 +0300
committerDaniel Gultsch <daniel@gultsch.de>2022-03-31 10:41:55 +0300
commit4af1fe39c79d4cf05e16776876ac386ceee288dd (patch)
tree0c87b4bdc77b70f8a539fc78299720ffece6335a
parent95e3a6769d6cdc08ff86d70fb8cb561974346501 (diff)
version bump to 2.10.5 + changelog2.10.5
-rw-r--r--CHANGELOG.md5
-rw-r--r--build.gradle4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b445c52ce..81c2d9e1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.10.5
+
+* Security: Stop downloading files that exceed advertised file size
+* Security: Limit POSH files to 10K
+
### Version 2.10.4
* Fix interaction with Google Maps Share Location Plugin
diff --git a/build.gradle b/build.gradle
index b15db6067..766ac5e94 100644
--- a/build.gradle
+++ b/build.gradle
@@ -90,8 +90,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
- versionCode 42028
- versionName "2.10.4"
+ versionCode 42031
+ versionName "2.10.5"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId