Skip to content

Commit

Permalink
Bump version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deepbluev7 committed Sep 28, 2022
1 parent 67bee15 commit 031a129
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 36 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.10.2] -- 2022-09-22

### Security release

- Fixes potential secret poisoning by the homeserver
- A crash when validation malicious html

Thanks to the matrix.org security team for disclosing this issue.

An update is highly recommended. Otherwise you can temporarily protect against
this issue by not verifying your own devices and not pressing the request button
in the setting.

## [0.10.1] -- 2022-09-07

### Highlights
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ include(GNUInstallDirs)

set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "10")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(CPACK_PACKAGE_VERSION_PATCH "2")
set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR})
set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR})
set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH})
Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

version: 0.10.1-{build}
version: 0.10.2-{build}

configuration: Release
image: Visual Studio 2019
Expand Down Expand Up @@ -31,8 +31,8 @@ build_script:
# VERSION format: branch-master/branch-1.2
# INSTVERSION format: x.y.z
# WINVERSION format: 9999.0.0.123/1.2.0.234
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.10.1
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.10.1
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.10.2
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.10.2
- if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0
- if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER%
# VERSION format: v1.2.3/v1.3.4
Expand Down Expand Up @@ -94,8 +94,8 @@ after_build:
- copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
- copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
# Amend version and date
- sed -i "s/__VERSION__/0.10.1/" installer\config\config.xml
- sed -i "s/__VERSION__/0.10.1/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
- sed -i "s/__VERSION__/0.10.2/" installer\config\config.xml
- sed -i "s/__VERSION__/0.10.2/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
- sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
# Copy nheko data
- xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y
Expand Down
30 changes: 0 additions & 30 deletions io.github.NhekoReborn.Nheko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,11 @@ cleanup:
- /bin/mdb*
- '*.a'
- /libexec
- /lib/girepository-1.0/
- /lib/gst-validate-launcher/
- /lib/gstreamer-1.0/include/
- /lib/gstreamer-1.0/validate/
- /lib/cmake/
- /bin/gst-*
- /bin/cmark
- /bin/event_rpcgen.py
- /bin/playout
- /bin/secret-tool
- /share/gir-1.0
modules:
- name: lmdb
sources:
Expand Down Expand Up @@ -151,30 +145,6 @@ modules:
- sha256: 1155fd1a83049767360e9a120c43c578145db3204d2b309eba49fbbedd0f4ed3
type: archive
url: https://github.com/nlohmann/json/archive/v3.10.4.tar.gz
- buildsystem: meson
name: gstreamer
sources:
- commit: ccf22e315cedf81e0075ab179ffb1b733da5206e
tag: 1.20.3
type: git
url: https://gitlab.freedesktop.org/gstreamer/gstreamer.git
config-opts:
- -Dcompositor=enabled
- -Dgl=enabled
- -Dgood=enabled
- -Dgst-plugins-good:pulse=enabled
- -Dgst-plugins-good:qt5=enabled
- -Dgst-plugins-good:rtp=enabled
- -Dgst-plugins-good:rtpmanager=enabled
- -Dgst-plugins-good:vpx=enabled
- -Dbad=enabled
- -Dgst-plugins-bad:dtls=enabled
- -Dgst-plugins-bad:gl=enabled
- -Dgst-plugins-bad:openh264=enabled
- -Dgst-plugins-bad:opus=enabled
- -Dgst-plugins-bad:srtp=enabled
- -Dgst-plugins-bad:webrtc=enabled
- -Dgst-plugins-bad:flite=disabled
- buildsystem: qmake
name: qt-jdenticon
no-make-install: true
Expand Down
1 change: 1 addition & 0 deletions resources/nheko.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<url type="homepage">https://github.com/Nheko-Reborn/nheko</url>
<update_contact>https://github.com/Nheko-Reborn</update_contact>
<releases>
<release date="2022-09-28" version="0.10.2"/>
<release date="2022-09-07" version="0.10.1"/>
<release date="2022-07-22" version="0.10.0"/>
<release date="2022-03-25" version="0.9.3"/>
Expand Down

0 comments on commit 031a129

Please sign in to comment.