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 7422f21  Release preparation, documentation update
7422f21 is described below

commit 7422f21372741d6c041cf8303ef12b65b3936b87
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Fri Dec 28 23:02:41 2018 +0700

    Release preparation, documentation update
---
 CHANGELOG.md                                      | 31 +++++++++++++++++++
 README.md                                         | 20 +++++++++++++
 openmeetings-server/src/site/xdoc/NewsArchive.xml | 23 +++++++++++++++
 openmeetings-server/src/site/xdoc/downloads.xml   | 36 +++++++++++------------
 openmeetings-server/src/site/xdoc/index.xml       | 28 +++++++++++-------
 5 files changed, 110 insertions(+), 28 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d52be4a..23d4da7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,37 @@ 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 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-* (where * is the 
number of CVE below)
 
+
+Release Notes - Openmeetings - Version 4.0.7
+================================================================================================================
+
+* Sub-task
+    * [OPENMEETINGS-1931] - Hack with session cookie config need to be removed
+
+* Bug
+    * [OPENMEETINGS-1870] - use kick-funktion in roomWebService
+    * [OPENMEETINGS-1888] - No reply button to PM (Private Message)
+    * [OPENMEETINGS-1945] - When clic pause video button become white window 
only if mouse is over it
+    * [OPENMEETINGS-1957] - How to perform a logout process for an external 
user (student or teacher)
+    * [OPENMEETINGS-1963] - Menu User Cannot Work
+    * [OPENMEETINGS-1964] - Save as JPG should be removed from the menu
+
+* Improvement
+    * [OPENMEETINGS-1636] - Upgrade AppointmentManager from HttpClient 3.x to 
4.x
+    * [OPENMEETINGS-1846] - Need a way to invalidate "endless" invatation
+    * [OPENMEETINGS-1851] - Ability to chose what is displayed in the User 
panel in conference rooms
+    * [OPENMEETINGS-1934] - Delete a single object
+    * [OPENMEETINGS-1950] - duplication of archived polls
+    * [OPENMEETINGS-1966] - Play chat notification sound anytime message is 
sent
+    * [OPENMEETINGS-1967] - Healthceck API to be added/enhanced
+    * [OPENMEETINGS-1970] - Use Authorization header for OAuth2 plugin
+    * [OPENMEETINGS-1971] - Accept nested profile object in OAuth2
+    * [OPENMEETINGS-1972] - Support SVG at whiteboard
+
+* Task
+    * [OPENMEETINGS-1954] - Library versions need to be updated (4.0.7)
+
+
 Release Notes - Openmeetings - Version 4.0.6
 
================================================================================================================
 
diff --git a/README.md b/README.md
index 9fc7439..8d9c404 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,26 @@ Release Notes
 
 see [CHANGELOG.md](/CHANGELOG.md) file for detailed log
 
+4.0.7
+-----
+[Release 4.0.7](https://www.apache.org/dyn/closer.lua/openmeetings/4.0.7), 
provides following improvements:
+
+* kick function in RoomWebService is fixed
+* Reply button is added to Private Message
+* Multiple issues are fixed in Room
+* Save white board as JPG is removed
+* HttpClient in AppointmentManager is updated 3.x to 4.x
+* "endless" invitations can now be invalidated
+* Ability to chose user display name is added
+* Delete white board object using mouse is now possible
+* Ability to duplicate room poll is added
+* Health check web service API is added
+* OAuth2 authorization can be done via HTTP header
+* cliparts can be in SVG format
+
+Other fixes and improvements, 18 issues were addressed
+
+
 4.0.6
 -----
 [Release 4.0.6](https://www.apache.org/dyn/closer.lua/openmeetings/4.0.6), 
provides following improvements:
diff --git a/openmeetings-server/src/site/xdoc/NewsArchive.xml 
b/openmeetings-server/src/site/xdoc/NewsArchive.xml
index f86a33a..b022737 100644
--- a/openmeetings-server/src/site/xdoc/NewsArchive.xml
+++ b/openmeetings-server/src/site/xdoc/NewsArchive.xml
@@ -22,6 +22,29 @@
        <body>
                <section name="Release 4.0.5">
                        <div class="bd-callout bd-callout-info">
+                               <h4>Version 4.0.6 released!</h4>
+                               <div>Release 4.0.6, provides following 
improvements:<br/>
+                                       <ul>
+                                               <li>Multiple issues with device 
list retrieval in Settings dialog</li>
+                                               <li>Web services were 
improved</li>
+                                               <li>Multiple issues with room 
recording</li>
+                                               <li>Frontend self 
registering</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>
+                                       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://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12343986";>Detailed
 list</a>
+                               </span>
+                               <span> See <a href="downloads.html">Downloads 
page</a>.</span>
+                               <span class="date">(2018-10-18)</span>
+                       </div>
+                       <div class="bd-callout bd-callout-info">
                                <div class="h4">Version 4.0.5 released!</div>
                                <div>Release 4.0.5, provides following 
improvements:<br/>
                                        Room:<br/>
diff --git a/openmeetings-server/src/site/xdoc/downloads.xml 
b/openmeetings-server/src/site/xdoc/downloads.xml
index 3f43957..ab55d02 100644
--- a/openmeetings-server/src/site/xdoc/downloads.xml
+++ b/openmeetings-server/src/site/xdoc/downloads.xml
@@ -24,31 +24,31 @@
                <section name="Downloads">
                        <p>
                                All downloads should be verified using the 
Apache OpenMeetings code
-                               signing <a 
href="https://www.apache.org/dist/openmeetings/4.0.6/KEYS";>KEYS</a>, <br/>
+                               signing <a 
href="https://www.apache.org/dist/openmeetings/4.0.7/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.6/CHANGELOG.md";>CHANGELOG.md</a>.
+                               changes: <a 
href="https://www.apache.org/dist/openmeetings/4.0.7/CHANGELOG.md";>CHANGELOG.md</a>.
                        </p>
                        <p>
                                All versions are available for download as 
source and binary.
                        </p>
                        <subsection name="Latest Official Release">
                                <p>
-                                       Apache OpenMeetings 4.0.6
+                                       Apache OpenMeetings 4.0.7
                                </p>
                                <ul>
                                        <li>
                                                Binaries:
                                                <ul>
                                                        <li>
-                                                               <a 
href="https://www.apache.org/dyn/closer.lua/openmeetings/4.0.6/bin/apache-openmeetings-4.0.6.zip";>apache-openmeetings-4.0.6.zip</a>
-                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.6/bin/apache-openmeetings-4.0.6.zip.asc";>[SIG]</a>
-                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.6/bin/apache-openmeetings-4.0.6.zip.sha512";>[SHA512]</a>
+                                                               <a 
href="https://www.apache.org/dyn/closer.lua/openmeetings/4.0.7/bin/apache-openmeetings-4.0.7.zip";>apache-openmeetings-4.0.7.zip</a>
+                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.7/bin/apache-openmeetings-4.0.7.zip.asc";>[SIG]</a>
+                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.7/bin/apache-openmeetings-4.0.7.zip.sha512";>[SHA512]</a>
                                                        </li>
                                                        <li>
-                                                               <a 
href="https://www.apache.org/dyn/closer.lua/openmeetings/4.0.6/bin/apache-openmeetings-4.0.6.tar.gz";>apache-openmeetings-4.0.6.tar.gz</a>
-                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.6/bin/apache-openmeetings-4.0.6.tar.gz.asc";>[SIG]</a>
-                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.6/bin/apache-openmeetings-4.0.6.tar.gz.sha512";>[SHA512]</a>
+                                                               <a 
href="https://www.apache.org/dyn/closer.lua/openmeetings/4.0.7/bin/apache-openmeetings-4.0.7.tar.gz";>apache-openmeetings-4.0.7.tar.gz</a>
+                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.7/bin/apache-openmeetings-4.0.7.tar.gz.asc";>[SIG]</a>
+                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.7/bin/apache-openmeetings-4.0.7.tar.gz.sha512";>[SHA512]</a>
                                                        </li>
                                                </ul>
                                        </li>
@@ -56,25 +56,25 @@
                                                Sources:
                                                <ul>
                                                        <li>
-                                                               <a 
href="https://www.apache.org/dyn/closer.lua/openmeetings/4.0.6/src/apache-openmeetings-4.0.6-src.zip";>apache-openmeetings-4.0.6-src.zip</a>
-                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.6/src/apache-openmeetings-4.0.6-src.zip.asc";>[SIG]</a>
-                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.6/src/apache-openmeetings-4.0.6-src.zip.sha512";>[SHA512]</a>
+                                                               <a 
href="https://www.apache.org/dyn/closer.lua/openmeetings/4.0.7/src/apache-openmeetings-4.0.7-src.zip";>apache-openmeetings-4.0.7-src.zip</a>
+                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.7/src/apache-openmeetings-4.0.7-src.zip.asc";>[SIG]</a>
+                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.7/src/apache-openmeetings-4.0.7-src.zip.sha512";>[SHA512]</a>
                                                        </li>
                                                        <li>
-                                                               <a 
href="https://www.apache.org/dyn/closer.lua/openmeetings/4.0.6/src/apache-openmeetings-4.0.6-src.tar.gz";>apache-openmeetings-4.0.6-src.tar.gz</a>
-                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.6/src/apache-openmeetings-4.0.6-src.tar.gz.asc";>[SIG]</a>
-                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.6/src/apache-openmeetings-4.0.6-src.tar.gz.sha512";>[SHA512]</a>
+                                                               <a 
href="https://www.apache.org/dyn/closer.lua/openmeetings/4.0.7/src/apache-openmeetings-4.0.7-src.tar.gz";>apache-openmeetings-4.0.7-src.tar.gz</a>
+                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.7/src/apache-openmeetings-4.0.7-src.tar.gz.asc";>[SIG]</a>
+                                                               <a 
href="https://www.apache.org/dist/openmeetings/4.0.7/src/apache-openmeetings-4.0.7-src.tar.gz.sha512";>[SHA512]</a>
                                                        </li>
                                                </ul>
                                        </li>
                                        <li>
-                                               Docker image: <a 
href="https://github.com/openmeetings/openmeetings-docker/tree/4.0.6";>https://github.com/openmeetings/openmeetings-docker/tree/4.0.6</a>
+                                               Docker image: <a 
href="https://github.com/openmeetings/openmeetings-docker/tree/4.0.7";>https://github.com/openmeetings/openmeetings-docker/tree/4.0.7</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>
                                        <li>
-                                               ISO: <a 
href="https://om.alteametasoft.com/om_4.0.6.qcow2";>https://om.alteametasoft.com/om_4.0.6.qcow2</a>
 (QEMU qcow2 format)
+                                               ISO: <a 
href="https://om.alteametasoft.com/om_4.0.7.qcow2";>https://om.alteametasoft.com/om_4.0.7.qcow2</a>
 (QEMU qcow2 format)
                                                <source>
 <![CDATA[
 #######      PLEASE CHANGE ALL PASSWORDS !!
@@ -88,7 +88,7 @@ OM:            om_admin/1Q2w3e4r5t^y
 # run
 #   memory          ==: "-m 2G"
 #   number of cores ==: "-smp 1"
-qemu-system-x86_64 -boot d -smp 1 -m 2G -drive 
format=qcow2,file=om_4.0.6.qcow2 -net 
user,hostfwd=tcp::10022-:22,hostfwd=tcp::15080-:5080 -net nic
+qemu-system-x86_64 -boot d -smp 1 -m 2G -drive 
format=qcow2,file=om_4.0.7.qcow2 -net 
user,hostfwd=tcp::10022-:22,hostfwd=tcp::15080-:5080 -net nic
 
 # connect
 ssh om_admin@localhost -p10022
diff --git a/openmeetings-server/src/site/xdoc/index.xml 
b/openmeetings-server/src/site/xdoc/index.xml
index fa3185c..85b25db 100644
--- a/openmeetings-server/src/site/xdoc/index.xml
+++ b/openmeetings-server/src/site/xdoc/index.xml
@@ -69,13 +69,21 @@
                </section>
                <section name="News">
                        <div class="bd-callout bd-callout-danger">
-                               <h4>Version 4.0.6 released!</h4>
-                               <div>Release 4.0.6, provides following 
improvements:<br/>
+                               <h4>Version 4.0.7 released!</h4>
+                               <div>Release 4.0.7, provides following 
improvements:<br/>
                                        <ul>
-                                               <li>Multiple issues with device 
list retrieval in Settings dialog</li>
-                                               <li>Web services were 
improved</li>
-                                               <li>Multiple issues with room 
recording</li>
-                                               <li>Frontend self 
registering</li>
+                                               <li>kick function in 
RoomWebService is fixed</li>
+                                               <li>Reply button is added to 
Private Message</li>
+                                               <li>Multiple issues are fixed 
in Room</li>
+                                               <li>Save white board as JPG is 
removed</li>
+                                               <li>HttpClient in 
AppointmentManager is updated 3.x to 4.x</li>
+                                               <li>"endless" invitations can 
now be invalidated</li>
+                                               <li>Ability to chose user 
display name is added</li>
+                                               <li>Delete white board object 
using mouse is now possible</li>
+                                               <li>Ability to duplicate room 
poll is added</li>
+                                               <li>Health check web service 
API is added</li>
+                                               <li>OAuth2 authorization can be 
done via HTTP header</li>
+                                               <li>cliparts can be in SVG 
format</li>
                                        </ul>
                                        <br/>
                                        Other fixes and improvements
@@ -84,12 +92,12 @@
                                <br/>
 
                                <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://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12343986";>Detailed
 list</a>
+                                       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://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12344283";>Detailed
 list</a>
                                </span>
                                <span> See <a href="downloads.html">Downloads 
page</a>.</span>
-                               <span class="date">(2018-10-18)</span>
+                               <span class="date">(2019-01-01)</span>
                        </div>
                        <div class="bd-callout bd-callout-info">
                                <span class="date"><a 
href="NewsArchive.html">You can find older news here</a></span>

Reply via email to