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 2019/03/29 14:25:27 UTC

[openmeetings] branch master updated: no jira: release preparation, documentation update

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 e667c12  no jira: release preparation, documentation update
e667c12 is described below

commit e667c1283489b18cbdb0466807f2c8f6382c89b7
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Mar 29 21:25:16 2019 +0700

    no jira: release preparation, documentation update
---
 CHANGELOG.md                                      | 44 +++++++++++-
 README.md                                         | 18 ++++-
 openmeetings-server/src/site/xdoc/NewsArchive.xml | 82 ++++++++++++++++++-----
 openmeetings-server/src/site/xdoc/downloads.xml   | 52 +++++++++++++-
 openmeetings-server/src/site/xdoc/index.xml       | 43 +++---------
 5 files changed, 182 insertions(+), 57 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3994f88..0393bc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,50 @@ Apache OpenMeetings Change Log
 ==============================
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 
-See http://issues.apache.org/jira/browse/OPENMEETINGS-* (where * is the number of the issue below)  
+See http://issues.apache.org/jira/browse/OPENMEETINGS-* (where * is the number of the issue below)
 See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-* (where * is the number of CVE below)
 
 
+Release Notes - Openmeetings - Version 5.0.0-M1
+================================================================================================================
+
+* Bug
+    * [OPENMEETINGS-1761] - Restore of backups earlier than 3.1.3 should be dropped
+    * [OPENMEETINGS-1850] - Currently build is broken
+    * [OPENMEETINGS-1857] - RoomWebService hash method is broken
+    * [OPENMEETINGS-1962] - Video about OM 5.0.0 Snapshot 2630
+    * [OPENMEETINGS-1981] - When try send invitation no show users-mail addresses
+    * [OPENMEETINGS-2023] - Audio/Video should be turned off in case right was revoked
+    * [OPENMEETINGS-2027] - Screen-sharing/Recording is not working with Firefox or Safari
+    * [OPENMEETINGS-2028] - Site contents need to be updated
+    * [OPENMEETINGS-2029] - The mic at room don`t work - Firefox and Safari. The cam works in firefox, not in Safari
+    * [OPENMEETINGS-2031] - "Mute others" icon is absent on video pad
+    * [OPENMEETINGS-2035] - When start a recording can not stop it
+    * [OPENMEETINGS-2039] - When recording the video file have errors 
+    * [OPENMEETINGS-2041] - Microphone feedback in OM 5.0
+    * [OPENMEETINGS-2046] - webm recording not always correctly converted to mp4
+
+* Improvement
+    * [OPENMEETINGS-29] - Mitigate Bandwidth Congestion when sharing the screen
+    * [OPENMEETINGS-550] - GSOC: Improvements for video conferencing with limited bandwidth.
+    * [OPENMEETINGS-710] - Make OpenMeetings 3.x tree runnable in Eclipse and provide some docs
+    * [OPENMEETINGS-1178] - GSOC: WebRTC support for OM
+    * [OPENMEETINGS-1352] - Change screen capturing via java applet to webRTC way
+    * [OPENMEETINGS-1649] - HTML5 video need to be implemented
+    * [OPENMEETINGS-1854] - Test recording should be implemented
+    * [OPENMEETINGS-1855] - Network checking tool need to be migrated to JS
+    * [OPENMEETINGS-1867] - Code-clean-up
+    * [OPENMEETINGS-1955] - Room recording need to be implemented
+    * [OPENMEETINGS-2003] - When opening a drawing board tool, the tool properties should automatically open up
+    * [OPENMEETINGS-2032] - CSS need to be simplified, JS calls reduced
+    * [OPENMEETINGS-2033] - User files location need to be configurable
+
+* Task
+    * [OPENMEETINGS-1856] - Sonar issues need to be addressed (M1)
+    * [OPENMEETINGS-1859] - Library versions need to be updated (5.0.0-M1)
+    * [OPENMEETINGS-2049] - Room performance need to be tested
+
+
 Release Notes - Openmeetings - Version 4.0.8
 ================================================================================================================
 
@@ -1791,7 +1831,7 @@ Release Notes - OpenMeetings - Version 3.0.0
     * [OPENMEETINGS-693] - Tomcat 7 patch should be removed from OM build
     * [OPENMEETINGS-695] - Rooms page is not completly in the HTML version
     * [OPENMEETINGS-696] - Choose device dialog is not availble in the restricted room
-    * [OPENMEETINGS-702] - when uploading file in a room, after click start upload,  return a window with HTTP-ERROR: 500  
+    * [OPENMEETINGS-702] - when uploading file in a room, after click start upload,  return a window with HTTP-ERROR: 500
     * [OPENMEETINGS-703] - Invitation is not implemented to the HTML Calendar
     * [OPENMEETINGS-704] - Calendar UI - Unify button list (Cancel always on right side)
     * [OPENMEETINGS-705] - Not possible to enter any conference room
diff --git a/README.md b/README.md
index ef7f39f..f004ac0 100644
--- a/README.md
+++ b/README.md
@@ -29,10 +29,10 @@ Building and running
 ====================
 To build from source code:
 
-  - Requirements:  
-    Sources compilation require [Oracle Java SE 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html).  
+  - Requirements:
+    Sources compilation require [Oracle Java SE 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html).
     The project is built with [Apache Maven 3.3.9 or later](https://maven.apache.org/). 
-  - To build the OpenMeetings project run mvn in the root directory:  
+  - To build the OpenMeetings project run mvn in the root directory:
      `mvn clean install -P allModules`
   - To run the OpenMeetings project:
     - go to `openmeetings-server/target` directory
@@ -47,6 +47,18 @@ Release Notes
 
 see [CHANGELOG.md](/CHANGELOG.md) file for detailed log
 
+5.0.0-M1
+-----
+[Release 5.0.0-M1](https://www.apache.org/dyn/closer.lua/openmeetings/5.0.0-M1), provides following improvements:
+
+This release provides WebRTC audio/video/screen-sharing in the Room
+Flash plugin is no more required in the browser
+
+Please NOTE: this version might be not production ready
+
+Some other fixes and improvements, 30 issues were addressed
+
+
 4.0.8
 -----
 [Release 4.0.8](https://www.apache.org/dyn/closer.lua/openmeetings/4.0.8), provides following improvements:
diff --git a/openmeetings-server/src/site/xdoc/NewsArchive.xml b/openmeetings-server/src/site/xdoc/NewsArchive.xml
index eaa4c80..dab5ecd 100644
--- a/openmeetings-server/src/site/xdoc/NewsArchive.xml
+++ b/openmeetings-server/src/site/xdoc/NewsArchive.xml
@@ -20,6 +20,52 @@
 	</properties>
 
 	<body>
+		<section name="Release 4.0.8">
+			<div class="bd-callout bd-callout-info">
+				<h4>Version 4.0.8 released!</h4>
+				<div>Release 4.0.8, provides following improvements:<br/>
+					Mobile client:
+					<ul>
+						<li>Mobile clients are displayed in user list</li>
+						<li>Audio/Video switching is more stable</li>
+					</ul>
+					OAuth:
+					<ul>
+						<li>VK based OAuth login is fixed</li>
+						<li>Integrate Wso2 Identity Server</li>
+					</ul>
+					Activities&amp;Actions:
+					<ul>
+						<li>Less actions for non-moderators</li>
+						<li>No duplicated actions are displayed</li>
+					</ul>
+					White board:
+					<ul>
+						<li>Video on WB works in latest Safari</li>
+						<li>White Out tool is added</li>
+						<li>Whiteboard size can be tuned</li>
+						<li>Link to LaTeX guide is added</li>
+					</ul>
+					Room User list:
+					<ul>
+						<li>Issue with user's display name is fixed</li>
+						<li>"Ghost" users are not displayed in the room</li>
+					</ul>
+					<br/>
+					Other fixes and improvements
+					<div class="bd-callout bd-callout-info">Please update to this release from any previous OpenMeetings release</div>
+				</div>
+				<br/>
+
+				<span>
+					30 issues are fixed please check <br/>
+					<a href="https://archive.apache.org/dist/openmeetings/4.0.8/CHANGELOG.md">CHANGELOG</a> and
+					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12344753">Detailed list</a>
+				</span>
+				<span> See <a href="https://archive.apache.org/dist/openmeetings/4.0.8">Archived download</a>.</span>
+				<span class="date">(2019-03-08)</span>
+			</div>
+		</section>
 		<section name="Release 4.0.7">
 			<div class="bd-callout bd-callout-info">
 				<h4>Version 4.0.7 released!</h4>
@@ -46,7 +92,7 @@
 
 				<span>
 					18 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/4.0.7/CHANGELOG.md">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/4.0.7/CHANGELOG.md">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12344283">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/4.0.7">Archived download</a>.</span>
@@ -71,7 +117,7 @@
 
 				<span>
 					16 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/4.0.6/CHANGELOG.md">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/4.0.6/CHANGELOG.md">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12343986">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/4.0.6">Archived download</a>.</span>
@@ -97,7 +143,7 @@
 
 				<span>
 					24 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/4.0.5/CHANGELOG.md">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/4.0.5/CHANGELOG.md">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12343344">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/4.0.5">Archived download</a>.</span>
@@ -124,7 +170,7 @@
 
 				<span>
 					9 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/4.0.4/CHANGELOG.md">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/4.0.4/CHANGELOG.md">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12343045">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/4.0.4">Archived download</a>.</span>
@@ -153,7 +199,7 @@
 
 				<span>
 					13 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/4.0.3/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/4.0.3/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12342829">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/4.0.3">Archived download</a>.</span>
@@ -193,7 +239,7 @@
 
 				<span>
 					32 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/4.0.2/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/4.0.2/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12342276">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/4.0.2">Archived download</a>.</span>
@@ -220,7 +266,7 @@
 
 				<span>
 					43 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/4.0.1/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/4.0.1/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12342042">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/4.0.1">Archived download</a>.</span>
@@ -256,7 +302,7 @@
 
 				<span>
 					515 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/4.0.0/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/4.0.0/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12324572">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/4.0.0">Archived download</a>.</span>
@@ -281,7 +327,7 @@
 				<br/>
 				<span>
 					8 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/3.3.2/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/3.3.2/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12341445">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/3.3.2">Archived download</a>.</span>
@@ -307,7 +353,7 @@
 				<br/>
 				<span>
 					19 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/3.3.1/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/3.3.1/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12340997">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/3.3.1">Archived download</a>.</span>
@@ -343,7 +389,7 @@
 				<br/>
 				<span>
 					21 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/3.3.0/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/3.3.0/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12339849">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/3.3.0">Archived download</a>.</span>
@@ -383,7 +429,7 @@
 				<br/>
 				<span>
 					49 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/3.2.1/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/3.2.1/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12339215">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/3.2.1">Archived download</a>.</span>
@@ -410,7 +456,7 @@
 				<br/>
 				<span>
 					128 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/3.2.0/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/3.2.0/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12335565">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/3.2.0">Archived download</a>.</span>
@@ -433,7 +479,7 @@
 				</div>
 				<div>
 					11 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/3.1.5/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/3.1.5/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12338819">Detailed list</a>
 				</div>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/3.1.5">Archived download</a>.</span>
@@ -468,7 +514,7 @@
 				<br/>
 				<span>
 					47 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/3.1.4/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/3.1.4/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12338183">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/3.1.4">Archived download</a>.</span>
@@ -493,7 +539,7 @@
 				<br/>
 				<span>
 					21 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/3.1.3/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/3.1.3/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12337950">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/3.1.3">Archived download</a>.</span>
@@ -523,7 +569,7 @@
 				<br/>
 				<span>
 					55 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/3.1.2/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/3.1.2/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12335347">Detailed list</a>
 				</span>
 				<span> See <a href="https://archive.apache.org/dist/openmeetings/3.1.2">Archived download</a>.</span>
@@ -544,7 +590,7 @@
 				</div>
 				<span>
 					8 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/3.1.1/CHANGELOG">CHANGELOG</a> and
+					<a href="https://archive.apache.org/dist/openmeetings/3.1.1/CHANGELOG">CHANGELOG</a> and
 					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12334656">Detailed list</a>
 				</span>
 				<div class="bd-callout bd-callout-danger">please NOTE this release contains screen-sharing application signed be self-signed certificate due to <a href="https://issues.apache.org/jira/browse/INFRA-11384">INFRA-11384</a>.
diff --git a/openmeetings-server/src/site/xdoc/downloads.xml b/openmeetings-server/src/site/xdoc/downloads.xml
index a4af5e6..5290d1e 100644
--- a/openmeetings-server/src/site/xdoc/downloads.xml
+++ b/openmeetings-server/src/site/xdoc/downloads.xml
@@ -26,12 +26,57 @@
 				All downloads should be verified using the Apache OpenMeetings code
 				signing <a href="https://www.apache.org/dist/openmeetings/KEYS">KEYS</a>, <br/>
 				Here are <a href="https://www.apache.org/dyn/closer.cgi#verify">the instructions</a><br/>
-				<br/>
-				changes: <a href="https://www.apache.org/dist/openmeetings/4.0.8/CHANGELOG.md">CHANGELOG.md</a>.
 			</p>
 			<p>
 				All versions are available for download as source and binary.
 			</p>
+			<subsection name="Latest Official WebRTC Release">
+				<p>
+					Apache OpenMeetings 5.0.0-M1<br/>
+					Please NOTE: this version might be not production ready
+				</p>
+				<ul>
+					<li>
+						Binaries:
+						<ul>
+							<li>
+								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/5.0.0-M1/bin/apache-openmeetings-5.0.0-M1.zip">apache-openmeetings-5.0.0-M1.zip</a>
+								<a href="https://www.apache.org/dist/openmeetings/5.0.0-M1/bin/apache-openmeetings-5.0.0-M1.zip.asc">[SIG]</a>
+								<a href="https://www.apache.org/dist/openmeetings/5.0.0-M1/bin/apache-openmeetings-5.0.0-M1.zip.sha512">[SHA512]</a>
+							</li>
+							<li>
+								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/5.0.0-M1/bin/apache-openmeetings-5.0.0-M1.tar.gz">apache-openmeetings-5.0.0-M1.tar.gz</a>
+								<a href="https://www.apache.org/dist/openmeetings/5.0.0-M1/bin/apache-openmeetings-5.0.0-M1.tar.gz.asc">[SIG]</a>
+								<a href="https://www.apache.org/dist/openmeetings/5.0.0-M1/bin/apache-openmeetings-5.0.0-M1.tar.gz.sha512">[SHA512]</a>
+							</li>
+						</ul>
+					</li>
+					<li>
+						Sources:
+						<ul>
+							<li>
+								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/5.0.0-M1/src/apache-openmeetings-5.0.0-M1-src.zip">apache-openmeetings-5.0.0-M1-src.zip</a>
+								<a href="https://www.apache.org/dist/openmeetings/5.0.0-M1/src/apache-openmeetings-5.0.0-M1-src.zip.asc">[SIG]</a>
+								<a href="https://www.apache.org/dist/openmeetings/5.0.0-M1/src/apache-openmeetings-5.0.0-M1-src.zip.sha512">[SHA512]</a>
+							</li>
+							<li>
+								<a href="https://www.apache.org/dyn/closer.lua/openmeetings/5.0.0-M1/src/apache-openmeetings-5.0.0-M1-src.tar.gz">apache-openmeetings-5.0.0-M1-src.tar.gz</a>
+								<a href="https://www.apache.org/dist/openmeetings/5.0.0-M1/src/apache-openmeetings-5.0.0-M1-src.tar.gz.asc">[SIG]</a>
+								<a href="https://www.apache.org/dist/openmeetings/5.0.0-M1/src/apache-openmeetings-5.0.0-M1-src.tar.gz.sha512">[SHA512]</a>
+							</li>
+						</ul>
+					</li>
+					<li>
+						Changes: <a href="https://www.apache.org/dist/openmeetings/5.0.0-M1/CHANGELOG.md">CHANGELOG.md</a>.
+					</li>
+					<li>
+						Docker image: <a href="https://github.com/openmeetings/openmeetings-docker/tree/5.0.0-M1">https://github.com/openmeetings/openmeetings-docker/tree/5.0.0-M1</a>
+					</li>
+					<li>
+						<a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS/Live+iso+OpenMeetings+on+Ubuntu">Live OM iso images by Alvaro</a>
+					</li>
+				</ul>
+			</subsection>
 			<subsection name="Latest Official Release">
 				<p>
 					Apache OpenMeetings 4.0.8
@@ -68,6 +113,9 @@
 						</ul>
 					</li>
 					<li>
+						Changes: <a href="https://www.apache.org/dist/openmeetings/4.0.8/CHANGELOG.md">CHANGELOG.md</a>.
+					</li>
+					<li>
 						Docker image: <a href="https://github.com/openmeetings/openmeetings-docker/tree/4.0.8">https://github.com/openmeetings/openmeetings-docker/tree/4.0.8</a>
 					</li>
 					<li>
diff --git a/openmeetings-server/src/site/xdoc/index.xml b/openmeetings-server/src/site/xdoc/index.xml
index 08c8524..eb5e280 100644
--- a/openmeetings-server/src/site/xdoc/index.xml
+++ b/openmeetings-server/src/site/xdoc/index.xml
@@ -69,35 +69,14 @@
 		</section>
 		<section name="News">
 			<div class="bd-callout bd-callout-danger">
-				<h4>Version 4.0.8 released!</h4>
-				<div>Release 4.0.8, provides following improvements:<br/>
-					Mobile client:
-					<ul>
-						<li>Mobile clients are displayed in user list</li>
-						<li>Audio/Video switching is more stable</li>
-					</ul>
-					OAuth:
-					<ul>
-						<li>VK based OAuth login is fixed</li>
-						<li>Integrate Wso2 Identity Server</li>
-					</ul>
-					Activities&amp;Actions:
-					<ul>
-						<li>Less actions for non-moderators</li>
-						<li>No duplicated actions are displayed</li>
-					</ul>
-					White board:
-					<ul>
-						<li>Video on WB works in latest Safari</li>
-						<li>White Out tool is added</li>
-						<li>Whiteboard size can be tuned</li>
-						<li>Link to LaTeX guide is added</li>
-					</ul>
-					Room User list:
-					<ul>
-						<li>Issue with user's display name is fixed</li>
-						<li>"Ghost" users are not displayed in the room</li>
-					</ul>
+				<h4>Version 5.0.0-M1 released!</h4>
+				<div>Release 5.0.0-M1, 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/>
+						<br/>
+						Please NOTE: this version might be not production ready
+					</div>
+
 					<br/>
 					Other fixes and improvements
 					<div class="bd-callout bd-callout-info">Please update to this release from any previous OpenMeetings release</div>
@@ -106,11 +85,11 @@
 
 				<span>
 					30 issues are fixed please check <br/>
-					<a href="https://www.apache.org/dist/openmeetings/4.0.8/CHANGELOG.md">CHANGELOG</a> and
-					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12344753">Detailed list</a>
+					<a href="https://www.apache.org/dist/openmeetings/5.0.0-M1/CHANGELOG.md">CHANGELOG</a> and
+					<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12342043">Detailed list</a>
 				</span>
 				<span> See <a href="downloads.html">Downloads page</a>.</span>
-				<span class="date">(2019-03-08)</span>
+				<span class="date">(2019-04-02)</span>
 			</div>
 			<div class="bd-callout bd-callout-info">
 				<span class="date"><a href="NewsArchive.html">You can find older news here</a></span>