File tree Expand file tree Collapse file tree 5 files changed +20
-36
lines changed Expand file tree Collapse file tree 5 files changed +20
-36
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.10.2] -- 2022-09-22
4
+
5
+ ### Security release
6
+
7
+ - Fixes potential secret poisoning by the homeserver
8
+ - A crash when validation malicious html
9
+
10
+ Thanks to the matrix.org security team for disclosing this issue.
11
+
12
+ An update is highly recommended. Otherwise you can temporarily protect against
13
+ this issue by not verifying your own devices and not pressing the request button
14
+ in the setting.
15
+
3
16
## [ 0.10.1] -- 2022-09-07
4
17
5
18
### Highlights
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ include(GNUInstallDirs)
108
108
109
109
set (CPACK_PACKAGE_VERSION_MAJOR "0" )
110
110
set (CPACK_PACKAGE_VERSION_MINOR "10" )
111
- set (CPACK_PACKAGE_VERSION_PATCH "1 " )
111
+ set (CPACK_PACKAGE_VERSION_PATCH "2 " )
112
112
set (PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR} )
113
113
set (PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR} )
114
114
set (PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH} )
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- version : 0.10.1 -{build}
3
+ version : 0.10.2 -{build}
4
4
5
5
configuration : Release
6
6
image : Visual Studio 2019
@@ -31,8 +31,8 @@ build_script:
31
31
# VERSION format: branch-master/branch-1.2
32
32
# INSTVERSION format: x.y.z
33
33
# WINVERSION format: 9999.0.0.123/1.2.0.234
34
- - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.10.1
35
- - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.10.1
34
+ - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.10.2
35
+ - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.10.2
36
36
- if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0
37
37
- if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER%
38
38
# VERSION format: v1.2.3/v1.3.4
@@ -94,8 +94,8 @@ after_build:
94
94
- copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
95
95
- copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
96
96
# Amend version and date
97
- - sed -i "s/__VERSION__/0.10.1 /" installer\config\config.xml
98
- - sed -i "s/__VERSION__/0.10.1 /" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
97
+ - sed -i "s/__VERSION__/0.10.2 /" installer\config\config.xml
98
+ - sed -i "s/__VERSION__/0.10.2 /" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
99
99
- sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
100
100
# Copy nheko data
101
101
- xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y
Original file line number Diff line number Diff line change @@ -23,17 +23,11 @@ cleanup:
23
23
- /bin/mdb*
24
24
- ' *.a'
25
25
- /libexec
26
- - /lib/girepository-1.0/
27
- - /lib/gst-validate-launcher/
28
- - /lib/gstreamer-1.0/include/
29
- - /lib/gstreamer-1.0/validate/
30
26
- /lib/cmake/
31
- - /bin/gst-*
32
27
- /bin/cmark
33
28
- /bin/event_rpcgen.py
34
29
- /bin/playout
35
30
- /bin/secret-tool
36
- - /share/gir-1.0
37
31
modules :
38
32
- name : lmdb
39
33
sources :
@@ -151,30 +145,6 @@ modules:
151
145
- sha256 : 1155fd1a83049767360e9a120c43c578145db3204d2b309eba49fbbedd0f4ed3
152
146
type : archive
153
147
url : https://github.com/nlohmann/json/archive/v3.10.4.tar.gz
154
- - buildsystem : meson
155
- name : gstreamer
156
- sources :
157
- - commit : ccf22e315cedf81e0075ab179ffb1b733da5206e
158
- tag : 1.20.3
159
- type : git
160
- url : https://gitlab.freedesktop.org/gstreamer/gstreamer.git
161
- config-opts :
162
- - -Dcompositor=enabled
163
- - -Dgl=enabled
164
- - -Dgood=enabled
165
- - -Dgst-plugins-good:pulse=enabled
166
- - -Dgst-plugins-good:qt5=enabled
167
- - -Dgst-plugins-good:rtp=enabled
168
- - -Dgst-plugins-good:rtpmanager=enabled
169
- - -Dgst-plugins-good:vpx=enabled
170
- - -Dbad=enabled
171
- - -Dgst-plugins-bad:dtls=enabled
172
- - -Dgst-plugins-bad:gl=enabled
173
- - -Dgst-plugins-bad:openh264=enabled
174
- - -Dgst-plugins-bad:opus=enabled
175
- - -Dgst-plugins-bad:srtp=enabled
176
- - -Dgst-plugins-bad:webrtc=enabled
177
- - -Dgst-plugins-bad:flite=disabled
178
148
- buildsystem : qmake
179
149
name : qt-jdenticon
180
150
no-make-install : true
Original file line number Diff line number Diff line change 61
61
<url type =" homepage" >https://github.com/Nheko-Reborn/nheko</url >
62
62
<update_contact >https://github.com/Nheko-Reborn</update_contact >
63
63
<releases >
64
+ <release date =" 2022-09-28" version =" 0.10.2" />
64
65
<release date =" 2022-09-07" version =" 0.10.1" />
65
66
<release date =" 2022-07-22" version =" 0.10.0" />
66
67
<release date =" 2022-03-25" version =" 0.9.3" />
You can’t perform that action at this time.
0 commit comments