Skip to content

Commit dee83f6

Browse files
committed
8.0.0 Release: documentation and versions
1 parent e25b08b commit dee83f6

File tree

18 files changed

+141
-51
lines changed

18 files changed

+141
-51
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ See https://issues.apache.org/jira/browse/OPENMEETINGS-* (where * is the number
66
See https://www.cve.org/CVERecord?id=CVE-* (where * is the number of CVE below)
77

88

9+
Release Notes - Openmeetings - Version 8.0.0
10+
================================================================================================================
11+
12+
* Vulnerability
13+
* CVE-2024-54676: Apache OpenMeetings: Deserialisation of untrusted data in cluster mode
14+
15+
* Task
16+
* [OPENMEETINGS-2756] - Migration to Jakarta
17+
* [OPENMEETINGS-2780] - (8.0.0) Libraries should be updated
18+
* [OPENMEETINGS-2781] - Third-party licenses must be correctly listed in LICENSE file
19+
* [OPENMEETINGS-2783] - (8.0.0) Sonar issues need to be addressed
20+
* [OPENMEETINGS-2784] - Migrate to FullCalendar v6
21+
* [OPENMEETINGS-2785] - (8.0.0) All translations from PoEditor should be synced
22+
* [OPENMEETINGS-2786] - SBOM generation should be added to the build
23+
* [OPENMEETINGS-2787] - Startup script and clustering instructions need to be updated
24+
25+
926
Release Notes - Openmeetings - Version 7.2.0
1027
================================================================================================================
1128

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,30 @@ See the [CHANGELOG.md](/CHANGELOG.md) file for a detailed log.
5757
5858
### Recent Releases
5959
60+
<details>
61+
<summary>Release 8.0.0 - Security updates, switching to Tomcat 11 and Jakarta stack.</summary>
62+
63+
8.0.0
64+
-----
65+
[Release 8.0.0](https://www.apache.org/dyn/closer.lua/openmeetings/8.0.0), provides following improvements:
66+
67+
Security:
68+
* OM is moved to Jakarta stack
69+
* All libraries are updated to most recent versions
70+
71+
UI:
72+
* Fullcalendar v6 is used
73+
74+
***1 security vulnerability was addressed***
75+
76+
Some other fixes and improvements, 8 issues were addressed
77+
</details>
6078
<details>
6179
<summary>Release 7.2.0 - Java 17 and KMS 6.18.0+ required. Includes security, UI, and other improvements.</summary>
6280
6381
7.2.0
6482
-----
65-
[Release 7.2.0](https://www.apache.org/dyn/closer.lua/openmeetings/7.2.0), provides following improvements:
83+
[Release 7.2.0](https://www.apache.org/dist/openmeetings/7.2.0), provides following improvements:
6684
6785
IMPORTANT: Java 17 and KMS 6.18.0+ are required
6886
@@ -101,7 +119,7 @@ Stability:
101119
Some other fixes and improvements, 12 issues were addressed
102120
</details>
103121
<details>
104-
<summary>Release 7.0.0 - Improved UI, 2-factor authentication, and more.</summary>
122+
<summary>Older Releases Details:</summary>
105123
106124
7.0.0
107125
-----
@@ -118,9 +136,7 @@ UI and Security:
118136
* Libraries are updated with most recent versions
119137
120138
Some other fixes and improvements, 28 issues were addressed
121-
</details>
122-
<details>
123-
<summary>Older Releases Details:</summary>
139+
124140
125141
6.3.0
126142
-----

openmeetings-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>8.0.0-SNAPSHOT</version>
25+
<version>8.0.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-core</artifactId>

openmeetings-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>8.0.0-SNAPSHOT</version>
25+
<version>8.0.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-db</artifactId>

openmeetings-install/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>8.0.0-SNAPSHOT</version>
25+
<version>8.0.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-install</artifactId>

openmeetings-mediaserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>8.0.0-SNAPSHOT</version>
25+
<version>8.0.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-mediaserver</artifactId>

openmeetings-screenshare/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>8.0.0-SNAPSHOT</version>
25+
<version>8.0.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-screenshare</artifactId>

openmeetings-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>8.0.0-SNAPSHOT</version>
25+
<version>8.0.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-server</artifactId>
@@ -46,7 +46,7 @@
4646
<scm>
4747
<connection>scm:git:https://github.com/apache/openmeetings.git</connection>
4848
<developerConnection>scm:git:https://github.com/apache/openmeetings.git</developerConnection>
49-
<url>https://github.com/apache/openmeetings</url>
49+
<url>https://github.com/apache/openmeetings/tree/8.0.0</url>
5050
<tag>HEAD</tag>
5151
</scm>
5252
<profiles>

openmeetings-server/src/site/xdoc/NewsArchive.xml

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,45 @@
2020
</properties>
2121

2222
<body>
23+
<section name="Release 7.2.0">
24+
<div class="bd-callout bd-callout-info">
25+
<div class="h4">Version 7.2.0 released!</div>
26+
<div>Release 7.2.0, provides following improvements:<br/>
27+
<div class="bd-callout bd-callout-info">
28+
<br/>
29+
IMPORTANT: Java 17 and KMS 6.18.0+ are required
30+
</div>
31+
32+
Security:
33+
<ul>
34+
<li>Login/email are now processed in case insensitive mode</li>
35+
<li>Messages and contacts: message folders are not shared between users</li>
36+
<li>All dependencies are updated with most recent versions</li>
37+
</ul>
38+
39+
UI:
40+
<ul>
41+
<li>Too big profile pictures are now resized</li>
42+
<li>Room looks better in RTL mode</li>
43+
<li>Email messages looks better</li>
44+
</ul>
45+
<br/>
46+
<br/>
47+
Other fixes and improvements
48+
</div>
49+
<br/>
50+
51+
<span>
52+
10 issues are fixed please check <br/>
53+
<a href="https://www.apache.org/dist/openmeetings/7.2.0/CHANGELOG.md">CHANGELOG</a> and
54+
<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312720&amp;version=12353202">Detailed list</a>
55+
</span>
56+
<span> See <a href="https://archive.apache.org/dist/openmeetings/7.2.0">Archived download</a>.</span>
57+
<span class="date">(2023-12-23)</span>
58+
</div>
59+
</section>
2360
<section name="Release 7.1.0">
24-
<div class="bd-callout bd-callout-danger">
61+
<div class="bd-callout bd-callout-info">
2562
<div class="h4">Version 7.1.0 released!</div>
2663
<div>Release 7.1.0, provides following improvements:<br/>
2764
<div class="bd-callout bd-callout-info">

openmeetings-server/src/site/xdoc/downloads.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,44 +32,44 @@
3232
</p>
3333
<subsection name="Latest Official WebRTC Release">
3434
<p>
35-
Apache OpenMeetings 7.2.0
35+
Apache OpenMeetings 8.0.0
3636
</p>
3737
<ul>
3838
<li>
3939
Binaries:
4040
<ul>
4141
<li>
42-
<a href="https://www.apache.org/dyn/closer.lua/openmeetings/7.2.0/bin/apache-openmeetings-7.2.0.zip">apache-openmeetings-7.2.0.zip</a>
43-
<a href="https://downloads.apache.org/openmeetings/7.2.0/bin/apache-openmeetings-7.2.0.zip.asc">[SIG]</a>
44-
<a href="https://downloads.apache.org/openmeetings/7.2.0/bin/apache-openmeetings-7.2.0.zip.sha512">[SHA512]</a>
42+
<a href="https://www.apache.org/dyn/closer.lua/openmeetings/8.0.0/bin/apache-openmeetings-8.0.0.zip">apache-openmeetings-8.0.0.zip</a>
43+
<a href="https://downloads.apache.org/openmeetings/8.0.0/bin/apache-openmeetings-8.0.0.zip.asc">[SIG]</a>
44+
<a href="https://downloads.apache.org/openmeetings/8.0.0/bin/apache-openmeetings-8.0.0.zip.sha512">[SHA512]</a>
4545
</li>
4646
<li>
47-
<a href="https://www.apache.org/dyn/closer.lua/openmeetings/7.2.0/bin/apache-openmeetings-7.2.0.tar.gz">apache-openmeetings-7.2.0.tar.gz</a>
48-
<a href="https://downloads.apache.org/openmeetings/7.2.0/bin/apache-openmeetings-7.2.0.tar.gz.asc">[SIG]</a>
49-
<a href="https://downloads.apache.org/openmeetings/7.2.0/bin/apache-openmeetings-7.2.0.tar.gz.sha512">[SHA512]</a>
47+
<a href="https://www.apache.org/dyn/closer.lua/openmeetings/8.0.0/bin/apache-openmeetings-8.0.0.tar.gz">apache-openmeetings-8.0.0.tar.gz</a>
48+
<a href="https://downloads.apache.org/openmeetings/8.0.0/bin/apache-openmeetings-8.0.0.tar.gz.asc">[SIG]</a>
49+
<a href="https://downloads.apache.org/openmeetings/8.0.0/bin/apache-openmeetings-8.0.0.tar.gz.sha512">[SHA512]</a>
5050
</li>
5151
</ul>
5252
</li>
5353
<li>
5454
Sources:
5555
<ul>
5656
<li>
57-
<a href="https://www.apache.org/dyn/closer.lua/openmeetings/7.2.0/src/apache-openmeetings-7.2.0-src.zip">apache-openmeetings-7.2.0-src.zip</a>
58-
<a href="https://downloads.apache.org/openmeetings/7.2.0/src/apache-openmeetings-7.2.0-src.zip.asc">[SIG]</a>
59-
<a href="https://downloads.apache.org/openmeetings/7.2.0/src/apache-openmeetings-7.2.0-src.zip.sha512">[SHA512]</a>
57+
<a href="https://www.apache.org/dyn/closer.lua/openmeetings/8.0.0/src/apache-openmeetings-8.0.0-src.zip">apache-openmeetings-8.0.0-src.zip</a>
58+
<a href="https://downloads.apache.org/openmeetings/8.0.0/src/apache-openmeetings-8.0.0-src.zip.asc">[SIG]</a>
59+
<a href="https://downloads.apache.org/openmeetings/8.0.0/src/apache-openmeetings-8.0.0-src.zip.sha512">[SHA512]</a>
6060
</li>
6161
<li>
62-
<a href="https://www.apache.org/dyn/closer.lua/openmeetings/7.2.0/src/apache-openmeetings-7.2.0-src.tar.gz">apache-openmeetings-7.2.0-src.tar.gz</a>
63-
<a href="https://downloads.apache.org/openmeetings/7.2.0/src/apache-openmeetings-7.2.0-src.tar.gz.asc">[SIG]</a>
64-
<a href="https://downloads.apache.org/openmeetings/7.2.0/src/apache-openmeetings-7.2.0-src.tar.gz.sha512">[SHA512]</a>
62+
<a href="https://www.apache.org/dyn/closer.lua/openmeetings/8.0.0/src/apache-openmeetings-8.0.0-src.tar.gz">apache-openmeetings-8.0.0-src.tar.gz</a>
63+
<a href="https://downloads.apache.org/openmeetings/8.0.0/src/apache-openmeetings-8.0.0-src.tar.gz.asc">[SIG]</a>
64+
<a href="https://downloads.apache.org/openmeetings/8.0.0/src/apache-openmeetings-8.0.0-src.tar.gz.sha512">[SHA512]</a>
6565
</li>
6666
</ul>
6767
</li>
6868
<li>
69-
Changes: <a href="https://downloads.apache.org/openmeetings/7.2.0/CHANGELOG.md">CHANGELOG.md</a>.
69+
Changes: <a href="https://downloads.apache.org/openmeetings/8.0.0/CHANGELOG.md">CHANGELOG.md</a>.
7070
</li>
7171
<li>
72-
Docker image: <a href="https://github.com/openmeetings/openmeetings-docker/tree/7.2.0">https://github.com/openmeetings/openmeetings-docker/tree/7.2.0</a>
72+
Docker image: <a href="https://github.com/openmeetings/openmeetings-docker/tree/8.0.0">https://github.com/openmeetings/openmeetings-docker/tree/8.0.0</a>
7373
</li>
7474
<li>
7575
<a href="https://cwiki.apache.org/confluence/display/OPENMEETINGS/Live+iso+OpenMeetings+on+Ubuntu">Live OM iso images by Alvaro</a>

0 commit comments

Comments
 (0)