You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2020/08/17 16:34:33 UTC

[openmeetings] branch master updated: Release preparation: typos are fixed

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 63c8a61  Release preparation: typos are fixed
63c8a61 is described below

commit 63c8a61346419159fdac42501ef852919142e2ae
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Aug 17 23:34:17 2020 +0700

    Release preparation: typos are fixed
---
 README.md                                   | 8 ++++----
 openmeetings-server/src/site/xdoc/index.xml | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 32b78b6..de902a8 100644
--- a/README.md
+++ b/README.md
@@ -64,10 +64,10 @@ This release provides WebRTC audio/video/screen-sharing in the Room
 
 IMPORTANT: Java 11 is required
 
-Flash plugin is no more required in the browser
+Flash plugin is no longer required in the browser
 
 Security:
-* Libraries are updated with latest versions
+* Libraries are updated to latest versions
 * More strict CSP is implemented
 * User accounts are hidden for regular users
 * User email addresses are hidden
@@ -76,13 +76,13 @@ UI:
 * Support for touch events is added (mobiles, tablets)
 * Better support for new MS Edge browser
 * Direct link for entering the room with room name (not ID)
-* Front camera is being used by default
+* Front camera is used by default
 * User avatar is editable at Admin->Users
 
 Audio/Video:
 * Stability is improved
 * Connection to KMS is auto-recovering
-* Camera resolution is taken over immediately
+* Camera resolution changes take effect immediately
 * Multiple client-side JS errors are fixed
 
 Some other fixes and improvements, 74 issues were addressed
diff --git a/openmeetings-server/src/site/xdoc/index.xml b/openmeetings-server/src/site/xdoc/index.xml
index b77475f..b32be10 100644
--- a/openmeetings-server/src/site/xdoc/index.xml
+++ b/openmeetings-server/src/site/xdoc/index.xml
@@ -72,13 +72,13 @@
 				<h4>Version 5.0.0 released!</h4>
 				<div>Release 5.0.0, provides following improvements:<br/>
 					This release provides WebRTC audio/video/screen-sharing in the Room
-					<div class="bd-callout bd-callout-info">Flash plugin is no more required in the browser<br/>
+					<div class="bd-callout bd-callout-info">Flash plugin is no longer required in the browser<br/>
 						<br/>
 						IMPORTANT: Java 11 is required
 					</div>
 					Security:
 					<ul>
-						<li>Libraries are updated with latest versions</li>
+						<li>Libraries are updated to latest versions</li>
 						<li>More strict CSP is implemented</li>
 						<li>User accounts are hidden for regular users</li>
 						<li>User email addresses are hidden</li>
@@ -88,14 +88,14 @@
 						<li>Support for touch events is added (mobiles, tablets)</li>
 						<li>Better support for new MS Edge browser</li>
 						<li>Direct link for entering the room with room name (not ID)</li>
-						<li>Front camera is being used by default</li>
+						<li>Front camera is used by default</li>
 						<li>User avatar is editable at Admin-&gt;Users</li>
 					</ul>
 					Audio/Video:
 					<ul>
 						<li>Stability is improved</li>
 						<li>Connection to KMS is auto-recovering</li>
-						<li>Camera resolution is taken over immediately</li>
+						<li>Camera resolution changes take effect immediately</li>
 						<li>Multiple client-side JS errors are fixed</li>
 					</ul>
 					<br/>