Author: schultz
Date: Tue Nov 14 23:01:30 2023
New Revision: 1913787
URL: http://svn.apache.org/viewvc?rev=1913787&view=rev
Log:
Use proper file extension for release-announcement template files.
Add release announcement template for Tomcaat 8.5.x.
Added:
tomcat/site/trunk/tools/news-template-10.1.xml
- copied unchanged from r1913786,
tomcat/site/trunk/tools/news-template-10.1.txt
tomcat/site/trunk/tools/news-template-8.5.xml
Removed:
tomcat/site/trunk/tools/news-template-10.1.txt
Modified:
tomcat/site/trunk/tools/news.pl
Added: tomcat/site/trunk/tools/news-template-8.5.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/tools/news-template-8.5.xml?rev=1913787&view=auto
==============================================================================
--- tomcat/site/trunk/tools/news-template-8.5.xml (added)
+++ tomcat/site/trunk/tools/news-template-8.5.xml Tue Nov 14 23:01:30 2023
@@ -0,0 +1,25 @@
+<section name="Tomcat {NEW_RELEASE} Released" rtext="{RELEASE_DATE}">
+<p>
+The Apache Tomcat Project is proud to announce the release of version
{NEW_RELEASE}
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 7 platform. The notable changes compared to {OLD_RELEASE} include:
+</p>
+<ul>
+ <!-- TODO: Enter several changelog entries -->
+</ul>
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a
href="tomcat-8.5-doc/changelog.html#Tomcat_{NEW_RELEASE}_({RELEASE_MANAGER})">Tomcat
8
+changelog</a>.
+</p>
+
+<p style="font-weight:bold">Please note that Apache Tomcat 8.5.x will
+reach <a href="https://tomcat.apache.org/tomcat-85-eol.html">End-of-life</a>
+(EOL) on 31 March 2024.</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
+
Modified: tomcat/site/trunk/tools/news.pl
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/tools/news.pl?rev=1913787&r1=1913786&r2=1913787&view=diff
==============================================================================
--- tomcat/site/trunk/tools/news.pl (original)
+++ tomcat/site/trunk/tools/news.pl Tue Nov 14 23:01:30 2023
@@ -65,7 +65,7 @@ while(<NEWS>) {
print NEWS_NEW;
print "Found the beginning of the news. Adding new release announcement
template.\n";
- open(ANNOUNCEMENT_TEMPLATE, '<',
"tools/news-template-${major_version}.txt") or die "Cannot open
tools/news-template-${major_version}.txt for reading.\n";
+ open(ANNOUNCEMENT_TEMPLATE, '<',
"tools/news-template-${major_version}.xml") or die "Cannot open
tools/news-template-${major_version}.txt for reading.\n";
while(<ANNOUNCEMENT_TEMPLATE>) {
s/\{NEW_RELEASE\}/$new_release/g;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]