Author: schultz Date: Tue Dec 12 16:32:07 2023 New Revision: 1914609 URL: http://svn.apache.org/viewvc?rev=1914609&view=rev Log: Perform replacement of OLD_RELEASE as well as the other tokens.
Modified: tomcat/site/trunk/tools/news.pl Modified: tomcat/site/trunk/tools/news.pl URL: http://svn.apache.org/viewvc/tomcat/site/trunk/tools/news.pl?rev=1914609&r1=1914608&r2=1914609&view=diff ============================================================================== --- tomcat/site/trunk/tools/news.pl (original) +++ tomcat/site/trunk/tools/news.pl Tue Dec 12 16:32:07 2023 @@ -69,6 +69,7 @@ while(<NEWS>) { while(<ANNOUNCEMENT_TEMPLATE>) { s/\{NEW_RELEASE\}/$new_release/g; + s/\{OLD_RELEASE\}/$old_release/g; s/\{RELEASE_DATE\}/$release_date/g; s/\{RELEASE_MANAGER\}/$release_manager/g; print NEWS_NEW; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org