Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-09-17 13:28:57 +0300
committerGitHub <noreply@github.com>2020-09-17 13:28:57 +0300
commitdc7c4ec5439f14e263c9da2f2c36da52a99dd53c (patch)
tree0823f1ee0e0a059d92634613a7fac3b7c7d83da8
parentd8fd3f71d03f2485e2a3d85f4012b242602807c2 (diff)
parentcae59fb4de21e2540f49496eea94e7d606ddd4e0 (diff)
Merge pull request #4167 from nextcloud/changelog/8.0.11v8.0.11
Add changelog for 8.0.11
-rw-r--r--CHANGELOG.md15
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 18 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b06d0133..a675c1b39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 8.0.11 – 2020-09-17
+### Fixed
+- Internet Explorer 11 unable to load the interface
+ [#3983](https://github.com/nextcloud/spreed/pull/3983)
+- Speaker promotion with newer Janus versions
+ [#3952](https://github.com/nextcloud/spreed/pull/3952)
+- Prevent infinite loop when opening a data channel and retransmitting old messages
+ [#4070](https://github.com/nextcloud/spreed/pull/4070)
+- Installation on Oracle fails
+ [#4130](https://github.com/nextcloud/spreed/pull/4130)
+- Fix clientside memory leaks due to missing unsubscribe of events when destroying interface components
+ [#4149](https://github.com/nextcloud/spreed/pull/4149)
+ [#4161](https://github.com/nextcloud/spreed/pull/4161)
+ [#4163](https://github.com/nextcloud/spreed/pull/4163)
+
## 8.0.10 – 2020-07-21
### Added
- Warn the user when their connection or computer is busy and others might not be able to see or hear them correctly anymore.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 73b6c13ff..307b12716 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>8.0.10</version>
+ <version>8.0.11</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index f5b912ccc..183c76a45 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "8.0.10",
+ "version": "8.0.11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 4699c720d..fa022b7b3 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.10",
+ "version": "8.0.11",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,