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 2021/07/16 16:48:09 UTC

[openmeetings] branch master updated: no jira: Release preparation

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 2b3d708  no jira: Release preparation
2b3d708 is described below

commit 2b3d708567a11fea1e7b07126fa13272f1543894
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Jul 16 23:47:35 2021 +0700

    no jira: Release preparation
---
 CHANGELOG.md                                      | 41 +++++++++++++
 README.md                                         | 19 ++++++
 openmeetings-server/src/site/xdoc/NewsArchive.xml | 72 +++++++++++++++++++++++
 openmeetings-server/src/site/xdoc/downloads.xml   | 30 +++++-----
 openmeetings-server/src/site/xdoc/index.xml       | 30 ++++------
 5 files changed, 159 insertions(+), 33 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2f3279..68e2280 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,47 @@ See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-* (where * is the number
 
 
 
+Release Notes - Openmeetings - Version 6.1.0
+================================================================================================================
+
+* Bug
+    * [OPENMEETINGS-2412] - Audio/Video testing app doesn't work with Safari - No sound and countdown doesn't work
+    * [OPENMEETINGS-2582] - File download fails
+    * [OPENMEETINGS-2591] - Tool does not display correctly
+    * [OPENMEETINGS-2592] - Interview room recording is broken
+    * [OPENMEETINGS-2594] - unexpected session termination
+    * [OPENMEETINGS-2596] - Invalid dialog is displayed when room is closed
+    * [OPENMEETINGS-2597] - Source artifact contains redundant files
+    * [OPENMEETINGS-2599] - Make user default moderator in his/her own conference and presentation rooms
+    * [OPENMEETINGS-2606] - Clean slide is broken
+    * [OPENMEETINGS-2612] - google analatyics field should be limited to avoid overflow
+    * [OPENMEETINGS-2613] - empty user list in presentation room 
+    * [OPENMEETINGS-2616] - OM not working on Android Chrome
+    * [OPENMEETINGS-2624] - Untranslated calendar when change Language to japanese
+    * [OPENMEETINGS-2629] - Calendar picker can't sync to big calendar. 
+    * [OPENMEETINGS-2638] - The email link received from Calendar donĀ“t work
+
+* New Feature
+    * [OPENMEETINGS-2605] - Add ability to choose theme via Admin->Config
+
+* Improvement
+    * [OPENMEETINGS-2546] - Admin Rights
+    * [OPENMEETINGS-2589] - Upload  file  icon needs  improving
+    * [OPENMEETINGS-2601] - Ability to configure Kurento::WebRtcEndpoint.CertificateKeyType
+    * [OPENMEETINGS-2604] - Help  menu  for  room
+    * [OPENMEETINGS-2625] - Mark default group in administration->groups
+    * [OPENMEETINGS-2632] - Wigets-page:  look&feel like other lists
+
+* Test
+    * [OPENMEETINGS-2587] - Error when push Recording or Share-desktop buttons
+
+* Task
+    * [OPENMEETINGS-2588] - Injections for non-beans can be better handled
+    * [OPENMEETINGS-2593] - (6.1.0) Library versions need to be updated
+    * [OPENMEETINGS-2600] - (6.1.0) Issues reported by Sonar should be addressed
+    * [OPENMEETINGS-2614] - (6.1.0) Label contributions from https://poeditor.com should be merged back
+
+
 Release Notes - Openmeetings - Version 6.0.0
 ================================================================================================================
 
diff --git a/README.md b/README.md
index 982f1b4..bfeec87 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,25 @@ Release Notes
 
 see [CHANGELOG.md](/CHANGELOG.md) file for detailed log
 
+6.1.0
+-----
+[Release 6.1.0](https://archive.apache.org/dist/openmeetings/6.1.0), provides following improvements:
+
+This release provides WebRTC audio/video/screen-sharing in the Room
+
+Stability:
+* Room is more stable
+* Screen sharing on Safari is fixed
+* Recording in interview room is fixed
+
+UI:
+* OM theme can selected in Admin -> Config
+* Configurable Extra menu is added to the rooms
+* Date/time picker is better localized
+
+Some other fixes and improvements, 27 issues were addressed
+
+
 6.0.0
 -----
 [Release 6.0.0](https://www.apache.org/dyn/closer.lua/openmeetings/6.0.0), provides following improvements:
diff --git a/openmeetings-server/src/site/xdoc/NewsArchive.xml b/openmeetings-server/src/site/xdoc/NewsArchive.xml
index 1103c09..3454de8 100644
--- a/openmeetings-server/src/site/xdoc/NewsArchive.xml
+++ b/openmeetings-server/src/site/xdoc/NewsArchive.xml
@@ -54,6 +54,78 @@
 				<span class="date">(2020-12-05)</span>
 			</div>
 		</section>
+		<section name="Release 6.0.0">
+			<div class="bd-callout bd-callout-info">
+				<h4>Version 6.0.0 released!</h4>
+				<div>Release 6.0.0, provides following improvements:<br/>
+					This release provides WebRTC audio/video/screen-sharing in the Room<br/>
+
+					Security:
+					<ul>
+						<li>TLS1.2. is used for OAuth</li>
+						<li>NetTest client count can be limited</li>
+						<li>Captcha is now configurable</li>
+						<li>Recordings can be globally disabled</li>
+					</ul>
+					Stability:
+					<ul>
+						<li>Audio/video in room is more stable</li>
+					</ul>
+					UI:
+					<ul>
+						<li>Translations are improved</li>
+						<li>Invitation form displayes time in client time zone</li>
+						<li>Notifications are displayed using JS Notification API</li>
+						<li>Video pods size can be fixed and configurable per-user</li>
+					</ul>
+					<br/>
+					Other fixes and improvements
+				</div>
+				<br/>
+
+				<span>
+					40 issues are fixed please check <br/>
+					<a href="https://www.apache.org/dist/openmeetings/6.0.0/CHANGELOG.md">CHANGELOG</a> and
+					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12348297">Detailed list</a>
+				</span>
+				<span> See <a href="https://archive.apache.org/dist/openmeetings/6.0.0">Archived download</a>.</span>
+				<span class="date">(2021-03-09)</span>
+			</div>
+		</section>
+		<section name="Release 5.1.0">
+			<div class="bd-callout bd-callout-info">
+				<h4>Version 5.1.0 released!</h4>
+				<div>Release 5.1.0, provides following improvements:<br/>
+					This release provides WebRTC audio/video/screen-sharing in the Room
+					Stability:
+					<ul>
+						<li>Room Audio/Video should be more stable</li>
+						<li>OM should work as expected after KMS server restart</li>
+						<li>Backup is further improved</li>
+						<li>Audio/Video connection established faster</li>
+						<li>Most recent versions of dependencies are used</li>
+					</ul>
+					UI:
+					<ul>
+						<li>User display name is used almost everywhere</li>
+						<li>Browser notifications are used to notify about new chat messages and moderator actions</li>
+						<li>Interview room was broken</li>
+						<li>Mute and "Mic status" were broken</li>
+					</ul>
+					<br/>
+					Other fixes and improvements
+				</div>
+				<br/>
+
+				<span>
+					52 issues are fixed please check <br/>
+					<a href="https://www.apache.org/dist/openmeetings/5.1.0/CHANGELOG.md">CHANGELOG</a> and
+					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12349414">Detailed list</a>
+				</span>
+				<span> See <a href="https://archive.apache.org/dist/openmeetings/5.1.0">Archived download</a>.</span>
+				<span class="date">(2020-12-05)</span>
+			</div>
+		</section>
 		<section name="Release 5.0.1">
 			<div class="bd-callout bd-callout-info">
 				<h4>Version 5.0.1 released!</h4>
diff --git a/openmeetings-server/src/site/xdoc/downloads.xml b/openmeetings-server/src/site/xdoc/downloads.xml
index 1b097b6..523ef1f 100644
--- a/openmeetings-server/src/site/xdoc/downloads.xml
+++ b/openmeetings-server/src/site/xdoc/downloads.xml
@@ -32,21 +32,21 @@
 			</p>
 			<subsection name="Latest Official WebRTC Release">
 				<p>
-					Apache OpenMeetings 6.0.0
+					Apache OpenMeetings 6.1.0
 				</p>
 				<ul>
 					<li>
 						Binaries:
 						<ul>
 							<li>
-								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/6.0.0/bin/apache-openmeetings-6.0.0.zip">apache-openmeetings-6.0.0.zip</a>
-								<a href="https://downloads.apache.org/openmeetings/6.0.0/bin/apache-openmeetings-6.0.0.zip.asc">[SIG]</a>
-								<a href="https://downloads.apache.org/openmeetings/6.0.0/bin/apache-openmeetings-6.0.0.zip.sha512">[SHA512]</a>
+								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/6.1.0/bin/apache-openmeetings-6.1.0.zip">apache-openmeetings-6.1.0.zip</a>
+								<a href="https://downloads.apache.org/openmeetings/6.1.0/bin/apache-openmeetings-6.1.0.zip.asc">[SIG]</a>
+								<a href="https://downloads.apache.org/openmeetings/6.1.0/bin/apache-openmeetings-6.1.0.zip.sha512">[SHA512]</a>
 							</li>
 							<li>
-								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/6.0.0/bin/apache-openmeetings-6.0.0.tar.gz">apache-openmeetings-6.0.0.tar.gz</a>
-								<a href="https://downloads.apache.org/openmeetings/6.0.0/bin/apache-openmeetings-6.0.0.tar.gz.asc">[SIG]</a>
-								<a href="https://downloads.apache.org/openmeetings/6.0.0/bin/apache-openmeetings-6.0.0.tar.gz.sha512">[SHA512]</a>
+								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/6.1.0/bin/apache-openmeetings-6.1.0.tar.gz">apache-openmeetings-6.1.0.tar.gz</a>
+								<a href="https://downloads.apache.org/openmeetings/6.1.0/bin/apache-openmeetings-6.1.0.tar.gz.asc">[SIG]</a>
+								<a href="https://downloads.apache.org/openmeetings/6.1.0/bin/apache-openmeetings-6.1.0.tar.gz.sha512">[SHA512]</a>
 							</li>
 						</ul>
 					</li>
@@ -54,22 +54,22 @@
 						Sources:
 						<ul>
 							<li>
-								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/6.0.0/src/apache-openmeetings-6.0.0-src.zip">apache-openmeetings-6.0.0-src.zip</a>
-								<a href="https://downloads.apache.org/openmeetings/6.0.0/src/apache-openmeetings-6.0.0-src.zip.asc">[SIG]</a>
-								<a href="https://downloads.apache.org/openmeetings/6.0.0/src/apache-openmeetings-6.0.0-src.zip.sha512">[SHA512]</a>
+								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/6.1.0/src/apache-openmeetings-6.1.0-src.zip">apache-openmeetings-6.1.0-src.zip</a>
+								<a href="https://downloads.apache.org/openmeetings/6.1.0/src/apache-openmeetings-6.1.0-src.zip.asc">[SIG]</a>
+								<a href="https://downloads.apache.org/openmeetings/6.1.0/src/apache-openmeetings-6.1.0-src.zip.sha512">[SHA512]</a>
 							</li>
 							<li>
-								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/6.0.0/src/apache-openmeetings-6.0.0-src.tar.gz">apache-openmeetings-6.0.0-src.tar.gz</a>
-								<a href="https://downloads.apache.org/openmeetings/6.0.0/src/apache-openmeetings-6.0.0-src.tar.gz.asc">[SIG]</a>
-								<a href="https://downloads.apache.org/openmeetings/6.0.0/src/apache-openmeetings-6.0.0-src.tar.gz.sha512">[SHA512]</a>
+								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/6.1.0/src/apache-openmeetings-6.1.0-src.tar.gz">apache-openmeetings-6.1.0-src.tar.gz</a>
+								<a href="https://downloads.apache.org/openmeetings/6.1.0/src/apache-openmeetings-6.1.0-src.tar.gz.asc">[SIG]</a>
+								<a href="https://downloads.apache.org/openmeetings/6.1.0/src/apache-openmeetings-6.1.0-src.tar.gz.sha512">[SHA512]</a>
 							</li>
 						</ul>
 					</li>
 					<li>
-						Changes: <a href="https://downloads.apache.org/openmeetings/6.0.0/CHANGELOG.md">CHANGELOG.md</a>.
+						Changes: <a href="https://downloads.apache.org/openmeetings/6.1.0/CHANGELOG.md">CHANGELOG.md</a>.
 					</li>
 					<li>
-						Docker image: <a href="https://github.com/openmeetings/openmeetings-docker/tree/6.0.0">https://github.com/openmeetings/openmeetings-docker/tree/6.0.0</a>
+						Docker image: <a href="https://github.com/openmeetings/openmeetings-docker/tree/6.1.0">https://github.com/openmeetings/openmeetings-docker/tree/6.1.0</a>
 					</li>
 					<li>
 						<a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS/Live+iso+OpenMeetings+on+Ubuntu">Live OM iso images by Alvaro</a>
diff --git a/openmeetings-server/src/site/xdoc/index.xml b/openmeetings-server/src/site/xdoc/index.xml
index e3f3911..e763ba0 100644
--- a/openmeetings-server/src/site/xdoc/index.xml
+++ b/openmeetings-server/src/site/xdoc/index.xml
@@ -69,27 +69,21 @@
 		</section>
 		<section name="News">
 			<div class="bd-callout bd-callout-danger">
-				<h4>Version 6.0.0 released!</h4>
-				<div>Release 6.0.0, provides following improvements:<br/>
+				<h4>Version 6.1.0 released!</h4>
+				<div>Release 6.1.0, provides following improvements:<br/>
 					This release provides WebRTC audio/video/screen-sharing in the Room<br/>
 
-					Security:
-					<ul>
-						<li>TLS1.2. is used for OAuth</li>
-						<li>NetTest client count can be limited</li>
-						<li>Captcha is now configurable</li>
-						<li>Recordings can be globally disabled</li>
-					</ul>
 					Stability:
 					<ul>
-						<li>Audio/video in room is more stable</li>
+						<li>Room is more stable</li>
+						<li>Screen sharing on Safari is fixed</li>
+						<li>Recording in interview room is fixed</li>
 					</ul>
 					UI:
 					<ul>
-						<li>Translations are improved</li>
-						<li>Invitation form displayes time in client time zone</li>
-						<li>Notifications are displayed using JS Notification API</li>
-						<li>Video pods size can be fixed and configurable per-user</li>
+						<li>OM theme can selected in Admin -&gt; Config</li>
+						<li>Configurable Extra menu is added to the rooms</li>
+						<li>Date/time picker is better localized</li>
 					</ul>
 					<br/>
 					Other fixes and improvements
@@ -97,12 +91,12 @@
 				<br/>
 
 				<span>
-					40 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/6.0.0/CHANGELOG.md">CHANGELOG</a> and
-					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12348297">Detailed list</a>
+					27 issues are fixed please check <br/>
+					<a href="https://www.apache.org/dist/openmeetings/6.1.0/CHANGELOG.md">CHANGELOG</a> and
+					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12349533">Detailed list</a>
 				</span>
 				<span> See <a href="downloads.html">Downloads page</a>.</span>
-				<span class="date">(2021-03-09)</span>
+				<span class="date">(2021-07-20)</span>
 			</div>
 			<div class="bd-callout bd-callout-info">
 				<span class="date"><a href="NewsArchive.html">You can find older news here</a></span>