This is an automated email from the ASF dual-hosted git repository.

jacopoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 252b3f8  Publish the new release 24.09.04 in the OFBiz website.
252b3f8 is described below

commit 252b3f83b2994bb993a5979255c97c1ace725efa
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Tue Dec 2 15:18:19 2025 +0100

    Publish the new release 24.09.04 in the OFBiz website.
    
    Fix a few markups issues affecting some of the release notes of the 
previous releases.
---
 download.html                                      | 20 ++++---
 release-notes-24.09.02.html                        |  7 +++
 release-notes-24.09.03.html                        |  6 ++
 ...es-24.09.03.html => release-notes-24.09.04.html | 69 +++++++++-------------
 template/page/download.tpl.php                     | 20 ++++---
 template/page/release-notes-24.09.02.tpl.php       |  7 +++
 template/page/release-notes-24.09.03.tpl.php       |  6 ++
 template/page/release-notes-24.09.04.tpl.php       | 50 ++++++++++++++++
 8 files changed, 128 insertions(+), 57 deletions(-)

diff --git a/download.html b/download.html
index 3dc417a..6c4ce05 100644
--- a/download.html
+++ b/download.html
@@ -129,13 +129,17 @@
                 <div class="tab-pane active" id="tabs-1">
                   <ul>
                     <li>
-                      <h2>OFBiz 24.09.03</h2>
-                      <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.03.zip"; 
target="external" class="moreLink">&rarr; Download</a>
+                      <h2>OFBiz 24.09.04</h2>
+                      <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.04.zip"; 
target="external" class="moreLink">&rarr; Download</a>
                     </li>
                   </ul>
                 </div>
                 <div class="tab-pane" id="tabs-2">
                   <ul>
+                    <li>
+                      <h2>OFBiz 24.09.04</h2>
+                      <a href="release-notes-24.09.04.html" 
class="moreLink">&rarr; View</a>
+                    </li>
                     <li>
                       <h2>OFBiz 24.09.03</h2>
                       <a href="release-notes-24.09.03.html" 
class="moreLink">&rarr; View</a>
@@ -320,14 +324,14 @@
             <p>The history of security related fixes included in each release 
is
 available <a href="security.html">here</a></p>
 
-            <h2>Apache OFBiz 24.09.3</h2>
+            <h2>Apache OFBiz 24.09.4</h2>
             <div class="divider"><span></span></div>
-            <p>Released in November 2025, this is the third release of the 
24.09 series, which has been feature-frozen since September 2024, receiving 
only bug fixes.</p>
-            <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.03.zip"; 
target="external" >Download OFBiz 24.09.03</a>
-            <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.03.zip.asc"; 
target="external">[PGP]</a>
-            <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.03.zip.sha512"; 
target="external">[SHA512]</a>
+            <p>Released in November 2025, this is the fourth release of the 
24.09 series, which has been feature-frozen since September 2024, receiving 
only bug fixes.</p>
+            <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.04.zip"; 
target="external" >Download OFBiz 24.09.04</a>
+            <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.04.zip.asc"; 
target="external">[PGP]</a>
+            <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.04.zip.sha512"; 
target="external">[SHA512]</a>
             <a href="https://downloads.apache.org/ofbiz/KEYS"; 
target="external">[KEYS]</a>
-            <a href="release-notes-24.09.03.html">[Release Notes]</a>
+            <a href="release-notes-24.09.04.html">[Release Notes]</a>
 
             <p><strong>We strongly encourage OFBiz users to report security 
problems affecting OFBiz to the private security mailing lists (either 
[email protected] or [email protected]),
              before disclosing them in a public forum. Please don't pack 
several vulnerabilities in the same report, send them one by one, thanks in 
advance.</strong></p>
diff --git a/release-notes-24.09.02.html b/release-notes-24.09.02.html
index 40f56bd..b4cc605 100644
--- a/release-notes-24.09.02.html
+++ b/release-notes-24.09.02.html
@@ -161,6 +161,13 @@
 <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13276'>OFBIZ-13276</a>] -     
    [SECURITY] CVE-2025-54466 RCE Vulnerability in scrum plugin
 </li>
 </ul>
+
+</div>
+</div>
+</div>
+</div>
+</section>
+</section>
 <!-- footer -->
 <footer class="footer1">
   <div class="container" id="footer">
diff --git a/release-notes-24.09.03.html b/release-notes-24.09.03.html
index 71db131..1842972 100644
--- a/release-notes-24.09.03.html
+++ b/release-notes-24.09.03.html
@@ -160,6 +160,12 @@
           <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13309'>OFBIZ-13309</a>] - 
Hide Server Version Information on Error Pages
           </li>
       </ul>
+</div>
+</div>
+</div>
+</div>
+</section>
+</section>
 <!-- footer -->
 <footer class="footer1">
   <div class="container" id="footer">
diff --git a/release-notes-24.09.03.html b/release-notes-24.09.04.html
similarity index 82%
copy from release-notes-24.09.03.html
copy to release-notes-24.09.04.html
index 71db131..8733ea2 100644
--- a/release-notes-24.09.03.html
+++ b/release-notes-24.09.04.html
@@ -6,7 +6,7 @@
 <!--[if (gte IE 9)|!(IE)]><!-->
 <head>
 <meta charset="utf-8">
-<title>The Apache OFBiz&reg; Project - Release Notes 24.09.03</title>
+<title>The Apache OFBiz&reg; Project - Release Notes 24.09.04</title>
 <meta name="Description" content="OFBiz is an open source enterprise 
automation software project licensed under the Apache License. It means you are 
not alone and can work with many others." />
 <meta name="Robots" content="index,follow" />
 <!-- Mobile Specific Metas
@@ -105,12 +105,12 @@
     <header class="headerPage">
       <div class="container clearfix">
         <div class="row">
-          <h1 class="span8">Release Notes 24.09.03</h1>
+          <h1 class="span8">Release Notes 24.09.04</h1>
            <div class="span4" id="navTrail">
                <a href="index.html" class="homeLink">home</a>
                <span>/</span>
                <a href="download.html">Download</a>
-               <span>/</span><span class="current">Release Notes 
24.09.03</span>
+               <span>/</span><span class="current">Release Notes 
24.09.04</span>
            </div>
       </div>
       </div>
@@ -120,46 +120,33 @@
       <div class="container">
 <div class="row">
   <div>
-  <p>Apache OFBiz&reg; 24.09.03, released in November 2025, is the third 
release of the 24.09 series, which has been feature-frozen since September 
2024, receiving only bug fixes.</p>
+  <p>Apache OFBiz&reg; 24.09.04, released in November 2025, is the fourth 
release of the 24.09 series, which has been feature-frozen since September 
2024, receiving only bug fixes.</p>
 
-      <h2>Sub-task
-      </h2>
-      <ul>
-          <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13285'>OFBIZ-13285</a>] - 
[SECURITY]  Several CVEs in Apache Tomcat
-          </li>
-      </ul>
 
-      <h2>Bug
-      </h2>
-      <ul>
-          <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13278'>OFBIZ-13278</a>] - 
Repeated REST API exception results in generic 500 error instead of specific 
response
-          </li>
-          <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13284'>OFBIZ-13284</a>] - Set 
default security headers in writeJSONtoResponse and ensure SameSite cookie is 
returned
-          </li>
-          <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13290'>OFBIZ-13290</a>] - 
InventoryReports screen broken
-          </li>
-          <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13303'>OFBIZ-13303</a>] - 
Error map is missing in the returned service result
-          </li>
-          <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13308'>OFBIZ-13308</a>] - 
OFBiz entity import screen is broken
-          </li>
-          <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13310'>OFBIZ-13310</a>] - 
[SECURITY] Several CVEs in Apache Tomcat
-          </li>
-      </ul>
-
-      <h2>Improvement
-      </h2>
-      <ul>
-          <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13292'>OFBIZ-13292</a>] - 
Improve ImageManagementServices code
-          </li>
-          <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13293'>OFBIZ-13293</a>] - Reco
-          </li>
-          <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13295'>OFBIZ-13295</a>] - 
Check parameters passed in URLs
-          </li>
-          <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13304'>OFBIZ-13304</a>] - 
Improves init-gradle-wrapper.sh
-          </li>
-          <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13309'>OFBIZ-13309</a>] - 
Hide Server Version Information on Error Pages
-          </li>
-      </ul>
+        Release Notes - OFBiz - Version 24.09.04
+    
+<h2>        Sub-task
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13316'>OFBIZ-13316</a>] -     
    Better secure &quot;openSourceFile&quot; request-map 
+</li>
+</ul>
+                            
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13179'>OFBIZ-13179</a>] -     
    Improve ViewHandler interface
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13206'>OFBIZ-13206</a>] -     
    Dependency Issue: Could not resolve org.cyberneko:html:1.9.8
+</li>
+</ul>
+                                                                               
                                                                                
     
+</div>
+</div>
+</div>
+</div>
+</section>
+</section>
 <!-- footer -->
 <footer class="footer1">
   <div class="container" id="footer">
diff --git a/template/page/download.tpl.php b/template/page/download.tpl.php
index c855d65..885e024 100644
--- a/template/page/download.tpl.php
+++ b/template/page/download.tpl.php
@@ -30,13 +30,17 @@
                 <div class="tab-pane active" id="tabs-1">
                   <ul>
                     <li>
-                      <h2>OFBiz 24.09.03</h2>
-                      <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.03.zip"; 
target="external" class="moreLink">&rarr; Download</a>
+                      <h2>OFBiz 24.09.04</h2>
+                      <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.04.zip"; 
target="external" class="moreLink">&rarr; Download</a>
                     </li>
                   </ul>
                 </div>
                 <div class="tab-pane" id="tabs-2">
                   <ul>
+                    <li>
+                      <h2>OFBiz 24.09.04</h2>
+                      <a href="release-notes-24.09.04.html" 
class="moreLink">&rarr; View</a>
+                    </li>
                     <li>
                       <h2>OFBiz 24.09.03</h2>
                       <a href="release-notes-24.09.03.html" 
class="moreLink">&rarr; View</a>
@@ -221,14 +225,14 @@
             <p>The history of security related fixes included in each release 
is
 available <a href="security.html">here</a></p>
 
-            <h2>Apache OFBiz 24.09.3</h2>
+            <h2>Apache OFBiz 24.09.4</h2>
             <div class="divider"><span></span></div>
-            <p>Released in November 2025, this is the third release of the 
24.09 series, which has been feature-frozen since September 2024, receiving 
only bug fixes.</p>
-            <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.03.zip"; 
target="external" >Download OFBiz 24.09.03</a>
-            <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.03.zip.asc"; 
target="external">[PGP]</a>
-            <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.03.zip.sha512"; 
target="external">[SHA512]</a>
+            <p>Released in November 2025, this is the fourth release of the 
24.09 series, which has been feature-frozen since September 2024, receiving 
only bug fixes.</p>
+            <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.04.zip"; 
target="external" >Download OFBiz 24.09.04</a>
+            <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.04.zip.asc"; 
target="external">[PGP]</a>
+            <a 
href="https://downloads.apache.org/ofbiz/apache-ofbiz-24.09.04.zip.sha512"; 
target="external">[SHA512]</a>
             <a href="https://downloads.apache.org/ofbiz/KEYS"; 
target="external">[KEYS]</a>
-            <a href="release-notes-24.09.03.html">[Release Notes]</a>
+            <a href="release-notes-24.09.04.html">[Release Notes]</a>
 
             <p><strong>We strongly encourage OFBiz users to report security 
problems affecting OFBiz to the private security mailing lists (either 
[email protected] or [email protected]),
              before disclosing them in a public forum. Please don't pack 
several vulnerabilities in the same report, send them one by one, thanks in 
advance.</strong></p>
diff --git a/template/page/release-notes-24.09.02.tpl.php 
b/template/page/release-notes-24.09.02.tpl.php
index a7df4a5..cf1561e 100644
--- a/template/page/release-notes-24.09.02.tpl.php
+++ b/template/page/release-notes-24.09.02.tpl.php
@@ -62,3 +62,10 @@
 <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13276'>OFBIZ-13276</a>] -     
    [SECURITY] CVE-2025-54466 RCE Vulnerability in scrum plugin
 </li>
 </ul>
+
+</div>
+</div>
+</div>
+</div>
+</section>
+</section>
diff --git a/template/page/release-notes-24.09.03.tpl.php 
b/template/page/release-notes-24.09.03.tpl.php
index f48dfcb..622ce84 100644
--- a/template/page/release-notes-24.09.03.tpl.php
+++ b/template/page/release-notes-24.09.03.tpl.php
@@ -61,3 +61,9 @@
           <li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13309'>OFBIZ-13309</a>] - 
Hide Server Version Information on Error Pages
           </li>
       </ul>
+</div>
+</div>
+</div>
+</div>
+</section>
+</section>
diff --git a/template/page/release-notes-24.09.04.tpl.php 
b/template/page/release-notes-24.09.04.tpl.php
new file mode 100644
index 0000000..e403234
--- /dev/null
+++ b/template/page/release-notes-24.09.04.tpl.php
@@ -0,0 +1,50 @@
+<?php //Variable declarations for region templates
+  $head_title = '<title>The Apache OFBiz&reg; Project - Release Notes 
24.09.04</title>';
+?>
+ <!-- page content -->
+ <section id="content" class="fullWidth">
+    <header class="headerPage">
+      <div class="container clearfix">
+        <div class="row">
+          <h1 class="span8">Release Notes 24.09.04</h1>
+           <div class="span4" id="navTrail">
+               <a href="index.html" class="homeLink">home</a>
+               <span>/</span>
+               <a href="download.html">Download</a>
+               <span>/</span><span class="current">Release Notes 
24.09.04</span>
+           </div>
+      </div>
+      </div>
+    </header>
+  <section id="content" class="features" >
+  <div class="slice clearfix">
+      <div class="container">
+<div class="row">
+  <div>
+  <p>Apache OFBiz&reg; 24.09.04, released in November 2025, is the fourth 
release of the 24.09 series, which has been feature-frozen since September 
2024, receiving only bug fixes.</p>
+
+
+        Release Notes - OFBiz - Version 24.09.04
+    
+<h2>        Sub-task
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13316'>OFBIZ-13316</a>] -     
    Better secure &quot;openSourceFile&quot; request-map 
+</li>
+</ul>
+                            
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13179'>OFBIZ-13179</a>] -     
    Improve ViewHandler interface
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/OFBIZ-13206'>OFBIZ-13206</a>] -     
    Dependency Issue: Could not resolve org.cyberneko:html:1.9.8
+</li>
+</ul>
+                                                                               
                                                                                
     
+</div>
+</div>
+</div>
+</div>
+</section>
+</section>

Reply via email to