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 2016/09/20 08:21:39 UTC

svn commit: r1761539 - in /openmeetings/application: branches/3.1.x/CHANGELOG branches/3.1.x/LICENSE branches/3.1.x/README branches/3.2.x/CHANGELOG branches/3.2.x/LICENSE branches/3.2.x/README trunk/CHANGELOG trunk/LICENSE trunk/README

Author: solomax
Date: Tue Sep 20 08:21:38 2016
New Revision: 1761539

URL: http://svn.apache.org/viewvc?rev=1761539&view=rev
Log:
Release preparation: documentation update

Modified:
    openmeetings/application/branches/3.1.x/CHANGELOG
    openmeetings/application/branches/3.1.x/LICENSE
    openmeetings/application/branches/3.1.x/README
    openmeetings/application/branches/3.2.x/CHANGELOG
    openmeetings/application/branches/3.2.x/LICENSE
    openmeetings/application/branches/3.2.x/README
    openmeetings/application/trunk/CHANGELOG
    openmeetings/application/trunk/LICENSE
    openmeetings/application/trunk/README

Modified: openmeetings/application/branches/3.1.x/CHANGELOG
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/CHANGELOG?rev=1761539&r1=1761538&r2=1761539&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/CHANGELOG (original)
+++ openmeetings/application/branches/3.1.x/CHANGELOG Tue Sep 20 08:21:38 2016
@@ -12,6 +12,11 @@ Release Notes - Openmeetings - Version 3
     * [OPENMEETINGS-1448] - Recordings backup fails "Enum missing"
     * [OPENMEETINGS-1460] - Application.ONLINE_USERS does not reflect changes to Client instances
     * [OPENMEETINGS-1461] - We need to switch to java8
+    * [OPENMEETINGS-1464] - Clear objects on current slide only is not working
+    * [OPENMEETINGS-1465] - Password field is enabled when Password protected is not checked
+    * [OPENMEETINGS-1466] - REST/SOAP methods are incomplete
+    * [OPENMEETINGS-1468] - problems with keyborad usage while screensharing with remote desktop 
+    * [OPENMEETINGS-1470] - WB video is not displayed
 
 ** Improvement
     * [OPENMEETINGS-652] - video playback is not very clear and there isn't a pause button.

Modified: openmeetings/application/branches/3.1.x/LICENSE
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/LICENSE?rev=1761539&r1=1761538&r2=1761539&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/LICENSE (original)
+++ openmeetings/application/branches/3.1.x/LICENSE Tue Sep 20 08:21:38 2016
@@ -362,7 +362,7 @@ lib/commons-codec-1.10.jar
 lib/commons-collections-3.2.2.jar
 lib/commons-compress-1.11.jar
 lib/commons-daemon-1.0.15.jar
-lib/commons-fileupload-1.3.1.jar
+lib/commons-fileupload-1.3.2.jar
 lib/commons-io-2.5.jar
 lib/commons-lang3-3.4.jar
 lib/ehcache-core-2.6.11.jar

Modified: openmeetings/application/branches/3.1.x/README
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/README?rev=1761539&r1=1761538&r2=1761539&view=diff
==============================================================================
--- openmeetings/application/branches/3.1.x/README (original)
+++ openmeetings/application/branches/3.1.x/README Tue Sep 20 08:21:38 2016
@@ -19,7 +19,7 @@ Please NOTE java8 is required starting f
 
 Please update to this release from any previous OpenMeetings release
 
-Other fixes in localization, backup/restore, invitations etc.
+Other fixes in localization, backup/restore, screen-sharing, invitations etc.
 
 
 Release Notes 3.1.2

Modified: openmeetings/application/branches/3.2.x/CHANGELOG
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/CHANGELOG?rev=1761539&r1=1761538&r2=1761539&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/CHANGELOG (original)
+++ openmeetings/application/branches/3.2.x/CHANGELOG Tue Sep 20 08:21:38 2016
@@ -12,6 +12,11 @@ Release Notes - Openmeetings - Version 3
     * [OPENMEETINGS-1448] - Recordings backup fails "Enum missing"
     * [OPENMEETINGS-1460] - Application.ONLINE_USERS does not reflect changes to Client instances
     * [OPENMEETINGS-1461] - We need to switch to java8
+    * [OPENMEETINGS-1464] - Clear objects on current slide only is not working
+    * [OPENMEETINGS-1465] - Password field is enabled when Password protected is not checked
+    * [OPENMEETINGS-1466] - REST/SOAP methods are incomplete
+    * [OPENMEETINGS-1468] - problems with keyborad usage while screensharing with remote desktop 
+    * [OPENMEETINGS-1470] - WB video is not displayed
 
 ** Improvement
     * [OPENMEETINGS-652] - video playback is not very clear and there isn't a pause button.

Modified: openmeetings/application/branches/3.2.x/LICENSE
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/LICENSE?rev=1761539&r1=1761538&r2=1761539&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/LICENSE (original)
+++ openmeetings/application/branches/3.2.x/LICENSE Tue Sep 20 08:21:38 2016
@@ -362,7 +362,7 @@ lib/commons-codec-1.10.jar
 lib/commons-collections-3.2.2.jar
 lib/commons-compress-1.11.jar
 lib/commons-daemon-1.0.15.jar
-lib/commons-fileupload-1.3.1.jar
+lib/commons-fileupload-1.3.2.jar
 lib/commons-io-2.5.jar
 lib/commons-lang3-3.4.jar
 lib/ehcache-core-2.6.11.jar

Modified: openmeetings/application/branches/3.2.x/README
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/README?rev=1761539&r1=1761538&r2=1761539&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/README (original)
+++ openmeetings/application/branches/3.2.x/README Tue Sep 20 08:21:38 2016
@@ -19,7 +19,7 @@ Please NOTE java8 is required starting f
 
 Please update to this release from any previous OpenMeetings release
 
-Other fixes in localization, backup/restore, invitations etc.
+Other fixes in localization, backup/restore, screen-sharing, invitations etc.
 
 
 Release Notes 3.1.2

Modified: openmeetings/application/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/CHANGELOG?rev=1761539&r1=1761538&r2=1761539&view=diff
==============================================================================
--- openmeetings/application/trunk/CHANGELOG (original)
+++ openmeetings/application/trunk/CHANGELOG Tue Sep 20 08:21:38 2016
@@ -12,6 +12,11 @@ Release Notes - Openmeetings - Version 3
     * [OPENMEETINGS-1448] - Recordings backup fails "Enum missing"
     * [OPENMEETINGS-1460] - Application.ONLINE_USERS does not reflect changes to Client instances
     * [OPENMEETINGS-1461] - We need to switch to java8
+    * [OPENMEETINGS-1464] - Clear objects on current slide only is not working
+    * [OPENMEETINGS-1465] - Password field is enabled when Password protected is not checked
+    * [OPENMEETINGS-1466] - REST/SOAP methods are incomplete
+    * [OPENMEETINGS-1468] - problems with keyborad usage while screensharing with remote desktop 
+    * [OPENMEETINGS-1470] - WB video is not displayed
 
 ** Improvement
     * [OPENMEETINGS-652] - video playback is not very clear and there isn't a pause button.

Modified: openmeetings/application/trunk/LICENSE
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/LICENSE?rev=1761539&r1=1761538&r2=1761539&view=diff
==============================================================================
--- openmeetings/application/trunk/LICENSE (original)
+++ openmeetings/application/trunk/LICENSE Tue Sep 20 08:21:38 2016
@@ -362,7 +362,7 @@ lib/commons-codec-1.10.jar
 lib/commons-collections-3.2.2.jar
 lib/commons-compress-1.11.jar
 lib/commons-daemon-1.0.15.jar
-lib/commons-fileupload-1.3.1.jar
+lib/commons-fileupload-1.3.2.jar
 lib/commons-io-2.5.jar
 lib/commons-lang3-3.4.jar
 lib/ehcache-core-2.6.11.jar

Modified: openmeetings/application/trunk/README
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/README?rev=1761539&r1=1761538&r2=1761539&view=diff
==============================================================================
--- openmeetings/application/trunk/README (original)
+++ openmeetings/application/trunk/README Tue Sep 20 08:21:38 2016
@@ -19,7 +19,7 @@ Please NOTE java8 is required starting f
 
 Please update to this release from any previous OpenMeetings release
 
-Other fixes in localization, backup/restore, invitations etc.
+Other fixes in localization, backup/restore, screen-sharing, invitations etc.
 
 
 Release Notes 3.1.2