Skip to content

Commit fdb9f92

Browse files
committed
DOC-3150: Update release notes for 7.7.1 to include security fixes and accompanying changes.
1 parent 7fc4f89 commit fdb9f92

File tree

3 files changed

+60
-15
lines changed

3 files changed

+60
-15
lines changed

modules/ROOT/pages/7.7.1-release-notes.adoc

Lines changed: 59 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:release-version: 7.7.1
33
:navtitle: {productname} {release-version}
44
:description: Release notes for {productname} {release-version}
5-
:keywords: releasenotes, new, changes, bugfixes
5+
:keywords: releasenotes, bugfixes, security
66
:page-toclevels: 1
77

88
include::partial$misc/admon-releasenotes-for-stable.adoc[]
@@ -11,14 +11,57 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
1111
[[overview]]
1212
== Overview
1313

14-
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on <weekday>, <month> <DD>^<st|nd|rd|th>^, <YYYY>. These release notes provide an overview of the changes for {productname} {release-version}, including:
14+
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, March 05^st^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
1515

16-
// Remove sections and section boilerplates as necessary.
17-
// Pluralise as necessary or remove the placeholder plural marker.
16+
* xref:accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
1817
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
1918
* xref:accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
2019
* xref:bug-fixes[Bug fixes]
2120
* xref:known-issues[Known issues]
21+
* xref:security-fixes[Security fixes]
22+
23+
[[accompanying-premium-self-hosted-server-side-component-changes]]
24+
== Accompanying Premium self-hosted server-side component changes
25+
26+
The {productname} {release-version} release includes accompanying changes affecting the {productname} **self-hosted** services for the following plugins:
27+
28+
* **Enhanced Media Embed** plugin `mediaembed`.
29+
* **Image Editing** plugin `editimage`.
30+
* **Link Checker** plugin `linkchecker`.
31+
* **Spell Checker** plugin `tinymcespellchecker`.
32+
* **Spelling Autocorrect** plugin `autocorrect`.
33+
34+
For information on:
35+
36+
* The **Enhanced Media Embed** plugin, see: xref:introduction-to-mediaembed.adoc[Enhanced Media Embed plugin].
37+
* The **Image Editing** plugin, see: xref:editimage.adoc[Image Editing plugin].
38+
* The **Link Checker** plugin, see: xref:linkchecker.adoc[Link Checker plugin].
39+
* The **Spell Checker** plugin, see: xref:introduction-to-tiny-spellchecker.adoc[Spell Checkerplugin].
40+
* The **Spelling Autocorrect** plugin, see: xref:autocorrect.adoc[Spelling Autocorrect plugin].
41+
* Deploying the **server-side** components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation].
42+
43+
The Java server-side components have been updated to the following versions:
44+
45+
* `ephox-hyperlinking.war`: 2.109.5
46+
* `ephox-image-proxy.war`: 2.111.6
47+
* `ephox-spelling.war`: 2.128.4
48+
49+
=== Updating the self-hosted server-side components
50+
51+
The new versions of the server-side services provide updates for the Java-based server-side components. To deploy the updated version of the server-side components:
52+
53+
. Update your Java Application Server to the minimum required version:
54+
55+
include::partial$misc/supported-application-servers.adoc[]
56+
57+
. Replace the existing server-side `.war` files with the `.war` files bundled with {productname} {release-version} or later.
58+
59+
For information on:
60+
61+
* Deploying the server-side components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation].
62+
* Deploying the server-side components using Docker, see: xref:bundle-intro-setup.adoc[Containerized service deployments].
63+
64+
include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[]
2265

2366

2467
[[accompanying-premium-plugin-changes]]
@@ -74,11 +117,18 @@ In {productname} {release-version}, this issue has been resolved by ensuring tha
74117

75118
For more information on the `onSetup` function and context forms, see xref:contextform.adoc[Context Forms]
76119

77-
[[known-issues]]
78-
== Known issues
120+
[[security-fixes]]
121+
== Security fixes
122+
123+
{productname} {release-version} includes one fix for the following security issue:
124+
125+
The following server-side component has been updated to include dependency updates addressing the following security issues.
126+
127+
* https://nvd.nist.gov/vuln/detail/CVE-2025-25193[CVE-2025-25193]
128+
* https://nvd.nist.gov/vuln/detail/CVE-2025-24970[CVE-2025-24970]
79129

80-
This section describes issues that users of {productname} {release-version} may encounter and possible workarounds for these issues.
130+
This update is considered as a **Medium** & *High* severity vulnerability fix.
81131

82-
There one known issue in {productname} {release-version}.
132+
For information on the server-side components updates, see: xref:#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes].
83133

84-
=== <TINY-vwxyz 1 changelog entry>
134+
include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[]

modules/ROOT/pages/support.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ Java Development Kit::
4242
Java (J2EE) Application Servers::
4343
include::partial$misc/supported-application-servers.adoc[]
4444

45-
Operating Systems::
46-
* Windows Server 2008 SP2
47-
* Red Hat Enterprise Linux v6
48-
* Red Hat Enterprise Linux v5
49-
5045
Minimum Hardware Requirements::
5146
* CPU: Dual Core Processor ~ 2Ghz. For higher loads, a quad core or higher is recommended.
5247
* RAM: 4 Gigabytes of RAM available for services

modules/ROOT/partials/misc/supported-application-servers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* Eclipse Jetty:
2-
** 9.4+
2+
** 9.4+ (with extended support)
33
* WebSphere Application Server (WAS) 8 or later
44
* Apache Tomcat:
55
+

0 commit comments

Comments
 (0)