summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-02-24 03:25:30 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-02-24 03:25:30 +0100
commit311e1dc9b7dbc4c5471f1685b544f1706d5f9f9d (patch)
treee5c10d8ee3f187b72d7bd33ecf72abf3052fba51
parentdfab0c92d74317e8d2536b91a658cbc7c42aad57 (diff)
Rebuild against newer mtxclientv0.9.1-1v0.9.1-fixes
-rw-r--r--CHANGELOG.md8
-rw-r--r--CMakeLists.txt4
-rw-r--r--io.github.NhekoReborn.Nheko.yaml4
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5c20f93..927bf396 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [0.9.1-1] -- 2021-02-24
+
+- Rebuild against newer mtxclient to fix an incompatibility with Matrix v1.1 and newer.
+
+If you use the binary packages for macOS or Windows, you will need this update.
+Otherwise you can just wait for your distribution to update the mtxclient
+package instead.
+
## [0.9.1] -- 2021-12-22
### Highlights
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3fd8beb0..aa02b442 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -413,13 +413,13 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
- GIT_TAG v0.6.1
+ GIT_TAG v0.6.2
)
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
FetchContent_MakeAvailable(MatrixClient)
else()
- find_package(MatrixClient 0.6.1 REQUIRED)
+ find_package(MatrixClient 0.6.2 REQUIRED)
endif()
if(USE_BUNDLED_OLM)
include(FetchContent)
diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml
index e61d7ec7..0821c0c0 100644
--- a/io.github.NhekoReborn.Nheko.yaml
+++ b/io.github.NhekoReborn.Nheko.yaml
@@ -191,8 +191,8 @@ modules:
buildsystem: cmake-ninja
name: mtxclient
sources:
- - commit: 9be1d3615ad30395557ef2768215bc14fd6359bd
- tag: v0.6.1
+ - commit: dd2f46ad1fb5f45ea1a46a3d77b4e9a0d3c1438a
+ tag: v0.6.2
type: git
url: https://github.com/Nheko-Reborn/mtxclient.git
- config-opts: