diff --git a/CHANGELOG.md b/CHANGELOG.md index 038014a4..f06b5687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## Unreleased +* Fixed disconnects after stream is started (#222) ## 0.9.1 * Support GFE 3.22 (2452e98) diff --git a/CMakeLists.txt b/CMakeLists.txt index 32ba39d2..7da4e439 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(TITLE_ID "XYZZ00002") set(TITLE "Moonlight") set(VERSION_MAJOR "0") set(VERSION_MINOR "9") -set(VERSION_PATCH "1") +set(VERSION_PATCH "2") execute_process(COMMAND python -c "print('%02d.%02d' % (${VERSION_MAJOR}, ${VERSION_MINOR}))" diff --git a/resources/changeinfo.xml b/resources/changeinfo.xml index 797511f0..46784c8c 100644 --- a/resources/changeinfo.xml +++ b/resources/changeinfo.xml @@ -1,6 +1,9 @@ +* Fixed disconnects after stream is started (#222)
+
## 0.9.1
* Support GFE 3.22 (2452e98)

diff --git a/sce_sys/livearea/contents/template.xml b/sce_sys/livearea/contents/template.xml index 1a7e84c4..b871b5e8 100644 --- a/sce_sys/livearea/contents/template.xml +++ b/sce_sys/livearea/contents/template.xml @@ -28,7 +28,7 @@ NVIDIA GAMESTREAM CLIENT - v0.9.1 + v0.9.2 diff --git a/third_party/inih b/third_party/inih index 4f251f0f..d6e9d1ba 160000 --- a/third_party/inih +++ b/third_party/inih @@ -1 +1 @@ -Subproject commit 4f251f0ff766052c342823dfa52a04f486cc4f94 +Subproject commit d6e9d1ba68148060d5614145eb566b94fc0d532f diff --git a/third_party/moonlight-common-c b/third_party/moonlight-common-c index 6001ece0..07beb0f0 160000 --- a/third_party/moonlight-common-c +++ b/third_party/moonlight-common-c @@ -1 +1 @@ -Subproject commit 6001ece0b8bfcea6a8122a3e56f48f515e1aaaf5 +Subproject commit 07beb0f0a520106c49fda7664369b29e6938ea6e