Documentation is updated with details of 4.0.1 release

Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/8810c49d
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/8810c49d
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/8810c49d

Branch: refs/heads/reflow-branch
Commit: 8810c49d2eeaed6ef95810bd08b52ddeb68ff319
Parents: 9cd0c98
Author: Maxim Solodovnik <[email protected]>
Authored: Tue Dec 5 23:28:28 2017 +0700
Committer: Maxim Solodovnik <[email protected]>
Committed: Tue Dec 5 23:28:28 2017 +0700

----------------------------------------------------------------------
 CHANGELOG                                       | 55 ++++++++++++++++++++
 README                                          | 16 ++++++
 .../src/site/xdoc/NewsArchive.xml               | 34 ++++++++++++
 openmeetings-server/src/site/xdoc/downloads.xml | 38 +++++++-------
 openmeetings-server/src/site/xdoc/index.xml     | 37 +++++--------
 5 files changed, 138 insertions(+), 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/8810c49d/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 31fb591..0ea9f68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,61 @@ Apache OpenMeetings Change Log
 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.1
+================================================================================================================
+
+** Bug
+    * [OPENMEETINGS-1705] - Error on Rest api 
/openmeetings/services//calendar/title/{title}
+    * [OPENMEETINGS-1712] - There is no logout or exit option if come in to 
room directly by API call
+    * [OPENMEETINGS-1717] - OAuth2 login works weird in FF
+    * [OPENMEETINGS-1718] - Microphone status should be hidden by default
+    * [OPENMEETINGS-1719] - Multiple issues in Language editor
+    * [OPENMEETINGS-1734] - Hide 'TopBar' breaks the room
+    * [OPENMEETINGS-1737] - Troubles with sound at connecting external video 
source
+    * [OPENMEETINGS-1743] - Tool props should be disabled for APointer, Clipart
+    * [OPENMEETINGS-1747] - OM is inaccessible in Edge browser
+    * [OPENMEETINGS-1749] - RSS need to be loaded asynchronously
+    * [OPENMEETINGS-1751] - Direct WB upload some times is unsuccessful
+    * [OPENMEETINGS-1752] - Opacity can not be set on several WB objects
+    * [OPENMEETINGS-1753] - Del/Backspace keys are not working while writing 
WB text
+    * [OPENMEETINGS-1755] - Page is changed on 'zoom in'
+    * [OPENMEETINGS-1756] - Nickname dialog is broken
+    * [OPENMEETINGS-1757] - Emotion icon is not displayed in chat
+    * [OPENMEETINGS-1758] - Nettest should be moved to Flex
+    * [OPENMEETINGS-1759] - The meeting time is wrong if I send invitation via 
calendar
+    * [OPENMEETINGS-1760] - Hazelcast join should be disabled by default
+    * [OPENMEETINGS-1762] - Empty user list on simultaneous room enter
+    * [OPENMEETINGS-1764] - RTMPS connection for room client need to be tested
+    * [OPENMEETINGS-1765] - Settings icon is not displayed at the room with 
questions not allowed
+    * [OPENMEETINGS-1766] - Group logo in room is not displayed for invited 
user
+    * [OPENMEETINGS-1769] - Room chat need to be improved
+    * [OPENMEETINGS-1770] - ODF documents are not being converted
+    * [OPENMEETINGS-1772] - Zoom is not correctly applied to hidden WB
+    * [OPENMEETINGS-1773] - Backup import of v 4.0 fails
+    * [OPENMEETINGS-1774] - Product screen-shots need to be updated
+
+** Improvement
+    * [OPENMEETINGS-1735] - TabbedPanel should be replaced with TabBehavior
+    * [OPENMEETINGS-1736] - Close WB is not guarded by confirm dialog
+    * [OPENMEETINGS-1740] - Labels should be updated
+    * [OPENMEETINGS-1742] - Option URLs in the chat
+    * [OPENMEETINGS-1744] - Possibility to rename Whiteboard
+    * [OPENMEETINGS-1748] - Chat should refactored so it can be opened and not 
overlap WB
+    * [OPENMEETINGS-1750] - WB toolbar icon size should be reduced
+    * [OPENMEETINGS-1754] - Sidebar should be hidable
+    * [OPENMEETINGS-1763] - User avatar should be enlarged on mouse over
+    * [OPENMEETINGS-1767] - There should be no validations on delete
+    * [OPENMEETINGS-1768] - enter/live room activities should auto-dissappear
+    * [OPENMEETINGS-1771] - Minified JS/CSS files should be created at runtime
+
+** New Feature
+    * [OPENMEETINGS-495] - Setting the sound quality of recordings.
+
+** Task
+    * [OPENMEETINGS-1721] - Sonar issues need to be addressed
+    * [OPENMEETINGS-1738] - Library versions should be updated
+
+
 Release Notes - Openmeetings - Version 4.0.0
 
================================================================================================================
 

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/8810c49d/README
----------------------------------------------------------------------
diff --git a/README b/README
index 62d0b8d..3bd9616 100644
--- a/README
+++ b/README
@@ -12,6 +12,22 @@ Release Notes 4.0.0
 =============
 see CHANGELOG file for detailed log
 
+Release 4.0.1, provides following improvements:
+
+* Openlaszlo code is removed
+* Login via OAuth is improved
+* External video source is room is fixed
+* Multiple improvements of White-board
+* Multiple improvements of Chat
+* JS/CSS files are minified and merged to reduce load time
+* Overall stability is improved
+
+Other fixes and improvements, 43 issues were fixed
+
+Release Notes 4.0.0
+=============
+see CHANGELOG file for detailed log
+
 Release 4.0.0, provides following improvements:
 
 * Room White board is rewritten to use HTML5 instead of Flash

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/8810c49d/openmeetings-server/src/site/xdoc/NewsArchive.xml
----------------------------------------------------------------------
diff --git a/openmeetings-server/src/site/xdoc/NewsArchive.xml 
b/openmeetings-server/src/site/xdoc/NewsArchive.xml
index a7456a9..9573deb 100644
--- a/openmeetings-server/src/site/xdoc/NewsArchive.xml
+++ b/openmeetings-server/src/site/xdoc/NewsArchive.xml
@@ -22,6 +22,40 @@
        <body>
                <section name="News">
                        <div class="bs-callout bs-callout-info">
+                               <b>Version 4.0.0 released!</b>
+                               <div>Release 4.0.0, provides following 
improvements:<br/>
+                                       <ul>
+                                               <li>Room White board is 
rewritten to use HTML5 instead of Flash</li>
+                                               <li>All Audio/Video components 
were rewritten using Apache Flex</li>
+                                               <li>Bunch of automatic tests 
were written, code was cleaned-up and simplified</li>
+                                               <li>outdated SMSlib was removed 
from the dependencies</li>
+                                               <li>RTL in room is improved</li>
+                                               <li>swftool 3rd party tool is 
not required any more</li>
+                                               <li>OAuth authorization is 
fixed additional VK provider is added</li>
+                                               <li>language resources are 
minimized</li>
+                                               <li>performance is improved</li>
+                                       </ul>
+                                       <br/>
+                                       Admin->Config<br/>
+                                       <br/>
+                                       <ul>
+                                               <li>config keys are 
generalized</li>
+                                               <li>config types are 
introduced</li>
+                                       </ul>
+                                       Other fixes and improvements
+                                       <div class="bs-callout 
bs-callout-info">Please update to this release from any previous OpenMeetings 
release</div>
+                               </div>
+                               <br/>
+
+                               <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://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12324572";>Detailed
 list</a>
+                               </span>
+                               <span> See <a href="downloads.html">Downloads 
page</a>.</span>
+                               <span class="date">(2017-11-04)</span>
+                       </div>
+                       <div class="bs-callout bs-callout-info">
                                <b>Version 3.3.2 released!</b>
                                <div>Release 3.3.2, provides following 
improvements:<br/>
                                        <ul>

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/8810c49d/openmeetings-server/src/site/xdoc/downloads.xml
----------------------------------------------------------------------
diff --git a/openmeetings-server/src/site/xdoc/downloads.xml 
b/openmeetings-server/src/site/xdoc/downloads.xml
index 045739c..500cc76 100644
--- a/openmeetings-server/src/site/xdoc/downloads.xml
+++ b/openmeetings-server/src/site/xdoc/downloads.xml
@@ -11,7 +11,7 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
- -->
+-->
 <document xmlns="http://maven.apache.org/XDOC/2.0";
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
@@ -24,29 +24,29 @@
                <section name="Downloads">
                        <p>
                                All downloads can be verified using the Apache 
OpenMeetings code
-                               signing <a 
href="https://www.apache.org/dist/openmeetings/4.0.0/KEYS";>KEYS</a>, changes: <a
-                                       
href="https://www.apache.org/dist/openmeetings/4.0.0/CHANGELOG";>CHANGELOG</a>.
+                               signing <a 
href="https://www.apache.org/dist/openmeetings/4.0.1/KEYS";>KEYS</a>, changes: <a
+                                       
href="https://www.apache.org/dist/openmeetings/4.0.1/CHANGELOG";>CHANGELOG</a>.
                        </p>
                        <p>
                                All are available for download as source and 
binary.
                        </p>
                        <subsection name="Latest Official Release">
                                <p>
-                                       Apache Openmeetings 4.0.0
+                                       Apache Openmeetings 4.0.1
                                </p>
                                <ul>
                                        <li>
                                                Binaries:
                                                <ul>
                                                        <li>
-                                                               <a 
href="http://www.apache.org/dyn/closer.lua/openmeetings/4.0.0/bin/apache-openmeetings-4.0.0.zip";>apache-openmeetings-4.0.0.zip</a>
-                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.0/bin/apache-openmeetings-4.0.0.zip.asc";>[SIG]</a>
-                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.0/bin/apache-openmeetings-4.0.0.zip.sha256";>[SHA256]</a>
+                                                               <a 
href="http://www.apache.org/dyn/closer.lua/openmeetings/4.0.1/bin/apache-openmeetings-4.0.1.zip";>apache-openmeetings-4.0.1.zip</a>
+                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.1/bin/apache-openmeetings-4.0.1.zip.asc";>[SIG]</a>
+                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.1/bin/apache-openmeetings-4.0.1.zip.sha256";>[SHA256]</a>
                                                        </li>
                                                        <li>
-                                                               <a 
href="http://www.apache.org/dyn/closer.lua/openmeetings/4.0.0/bin/apache-openmeetings-4.0.0.tar.gz";>apache-openmeetings-4.0.0.tar.gz</a>
-                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.0/bin/apache-openmeetings-4.0.0.tar.gz.asc";>[SIG]</a>
-                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.0/bin/apache-openmeetings-4.0.0.tar.gz.sha256";>[SHA256]</a>
+                                                               <a 
href="http://www.apache.org/dyn/closer.lua/openmeetings/4.0.1/bin/apache-openmeetings-4.0.1.tar.gz";>apache-openmeetings-4.0.1.tar.gz</a>
+                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.1/bin/apache-openmeetings-4.0.1.tar.gz.asc";>[SIG]</a>
+                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.1/bin/apache-openmeetings-4.0.1.tar.gz.sha256";>[SHA256]</a>
                                                        </li>
                                                </ul>
                                        </li>
@@ -54,22 +54,22 @@
                                                Sources:
                                                <ul>
                                                        <li>
-                                                               <a 
href="http://www.apache.org/dyn/closer.lua/openmeetings/4.0.0/src/apache-openmeetings-4.0.0-src.zip";>apache-openmeetings-4.0.0-src.zip</a>
-                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.0/src/apache-openmeetings-4.0.0-src.zip.asc";>[SIG]</a>
-                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.0/src/apache-openmeetings-4.0.0-src.zip.sha256";>[SHA256]</a>
+                                                               <a 
href="http://www.apache.org/dyn/closer.lua/openmeetings/4.0.1/src/apache-openmeetings-4.0.1-src.zip";>apache-openmeetings-4.0.1-src.zip</a>
+                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.1/src/apache-openmeetings-4.0.1-src.zip.asc";>[SIG]</a>
+                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.1/src/apache-openmeetings-4.0.1-src.zip.sha256";>[SHA256]</a>
                                                        </li>
                                                        <li>
-                                                               <a 
href="http://www.apache.org/dyn/closer.lua/openmeetings/4.0.0/src/apache-openmeetings-4.0.0-src.tar.gz";>apache-openmeetings-4.0.0-src.tar.gz</a>
-                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.0/src/apache-openmeetings-4.0.0-src.tar.gz.asc";>[SIG]</a>
-                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.0/src/apache-openmeetings-4.0.0-src.tar.gz.sha256";>[SHA256]</a>
+                                                               <a 
href="http://www.apache.org/dyn/closer.lua/openmeetings/4.0.1/src/apache-openmeetings-4.0.1-src.tar.gz";>apache-openmeetings-4.0.1-src.tar.gz</a>
+                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.1/src/apache-openmeetings-4.0.1-src.tar.gz.asc";>[SIG]</a>
+                                                               <a 
href="http://www.apache.org/dist/openmeetings/4.0.1/src/apache-openmeetings-4.0.1-src.tar.gz.sha256";>[SHA256]</a>
                                                        </li>
                                                </ul>
                                        </li>
                                        <li>
-                                               Docker image: <a 
href="https://github.com/openmeetings/openmeetings-docker/tree/4.0.0";>https://github.com/openmeetings/openmeetings-docker/tree/4.0.0</a>
+                                               Docker image: <a 
href="https://github.com/openmeetings/openmeetings-docker/tree/4.0.1";>https://github.com/openmeetings/openmeetings-docker/tree/4.0.1</a>
                                        </li>
                                        <li>
-                                               ISO: <a 
href="https://om.alteametasoft.com/om_4.0.0.qcow2";>https://om.alteametasoft.com/om_4.0.0.qcow2</a>
 (QEMU qcow2 format)
+                                               ISO: <a 
href="https://om.alteametasoft.com/om_4.0.1.qcow2";>https://om.alteametasoft.com/om_4.0.1.qcow2</a>
 (QEMU qcow2 format)
                                                <source>
 <![CDATA[
 #######      PLEASE CHANGE ALL PASSWORDS !!
@@ -83,7 +83,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.0.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.1.qcow2 -net 
user,hostfwd=tcp::10022-:22,hostfwd=tcp::15080-:5080 -net nic
 
 # connect
 ssh om_admin@localhost -p10022

http://git-wip-us.apache.org/repos/asf/openmeetings/blob/8810c49d/openmeetings-server/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/openmeetings-server/src/site/xdoc/index.xml 
b/openmeetings-server/src/site/xdoc/index.xml
index 4636ad5..dc3a34b 100644
--- a/openmeetings-server/src/site/xdoc/index.xml
+++ b/openmeetings-server/src/site/xdoc/index.xml
@@ -11,7 +11,7 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
- -->
+-->
 <document xmlns="http://maven.apache.org/XDOC/2.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
        <properties>
@@ -69,25 +69,16 @@
                </section>
                <section name="News">
                        <div class="bs-callout bs-callout-danger">
-                               <b>Version 4.0.0 released!</b>
-                               <div>Release 4.0.0, provides following 
improvements:<br/>
+                               <b>Version 4.0.1 released!</b>
+                               <div>Release 4.0.1, provides following 
improvements:<br/>
                                        <ul>
-                                               <li>Room White board is 
rewritten to use HTML5 instead of Flash</li>
-                                               <li>All Audio/Video components 
were rewritten using Apache Flex</li>
-                                               <li>Bunch of automatic tests 
were written, code was cleaned-up and simplified</li>
-                                               <li>outdated SMSlib was removed 
from the dependencies</li>
-                                               <li>RTL in room is improved</li>
-                                               <li>swftool 3rd party tool is 
not required any more</li>
-                                               <li>OAuth authorization is 
fixed additional VK provider is added</li>
-                                               <li>language resources are 
minimized</li>
-                                               <li>performance is improved</li>
-                                       </ul>
-                                       <br/>
-                                       Admin->Config<br/>
-                                       <br/>
-                                       <ul>
-                                               <li>config keys are 
generalized</li>
-                                               <li>config types are 
introduced</li>
+                                               <li>Openlaszlo code is 
removed</li>
+                                               <li>Login via OAuth is 
improved</li>
+                                               <li>External video source is 
room is fixed</li>
+                                               <li>Multiple improvements of 
White-board</li>
+                                               <li>Multiple improvements of 
Chat</li>
+                                               <li>JS/CSS files are minified 
and merged to reduce load time</li>
+                                               <li>Overall stability is 
improved</li>
                                        </ul>
                                        Other fixes and improvements
                                        <div class="bs-callout 
bs-callout-info">Please update to this release from any previous OpenMeetings 
release</div>
@@ -95,12 +86,12 @@
                                <br/>
 
                                <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://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12324572";>Detailed
 list</a>
+                                       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://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12342042";>Detailed
 list</a>
                                </span>
                                <span> See <a href="downloads.html">Downloads 
page</a>.</span>
-                               <span class="date">(2017-11-04)</span>
+                               <span class="date">(2017-12-09)</span>
                        </div>
                        <div class="bs-callout bs-callout-info">
                                <span class="date"><a 
href="NewsArchive.html">You can find older news here</a></span>

Reply via email to