Author: schultz
Date: Thu Apr 11 14:00:23 2024
New Revision: 1916917
URL: http://svn.apache.org/viewvc?rev=1916917&view=rev
Log:
Remove URL-encoding of mailto: subject which apparently isn't necessary.
Modified:
tomcat/site/trunk/tools/update-version.sh
Modified: tomcat/site/trunk/tools/update-version.sh
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/tools/update-version.sh?rev=1916917&r1=1916916&r2=1916917&view=diff
==============================================================================
--- tomcat/site/trunk/tools/update-version.sh (original)
+++ tomcat/site/trunk/tools/update-version.sh Thu Apr 11 14:00:23 2024
@@ -94,9 +94,9 @@ if [ "email" = "$5" ] ; then
# We are on MacOS and have a bunch of useful utilities available.
if [ "" = "$( command -v envsubst )" ] ; then
- open "mailto:Tomcat Developers List <[email protected]>,Tomcat Users
List <[email protected]>, [email protected],
[email protected]?subject=%5BANN%5D%20Apache%20Tomcat%20${NEW_RELEASE}%20Available&body=$(
cat tools/email-template-${MINOR_RELEASE}.txt | sed -e
"s/\${NEW_RELEASE}/${NEW_RELEASE}/g" -e "s/\${OLD_RELEASE}/${OLD_RELEASE}/g" -e
"s/\${RELEASE_MANAGER}/${RELEASE_MANAGER}/g"
)&from=${RELEASE_MANAGER}@apache.org"
+ open "mailto:Tomcat Developers List <[email protected]>,Tomcat Users
List <[email protected]>, [email protected],
[email protected]?subject=[ANN] Apache Tomcat ${NEW_RELEASE}
Available&body=$( cat tools/email-template-${MINOR_RELEASE}.txt | sed -e
"s/\${NEW_RELEASE}/${NEW_RELEASE}/g" -e "s/\${OLD_RELEASE}/${OLD_RELEASE}/g" -e
"s/\${RELEASE_MANAGER}/${RELEASE_MANAGER}/g"
)&from=${RELEASE_MANAGER}@apache.org"
else
- open "mailto:Tomcat Developers List <[email protected]>,Tomcat Users
List <[email protected]>, [email protected],
[email protected]?subject=%5BANN%5D%20Apache%20Tomcat%20${NEW_RELEASE}%20Available&body=$(
cat tools/email-template-${MINOR_RELEASE}.txt | envsubst
)&from=${RELEASE_MANAGER}@apache.org"
+ open "mailto:Tomcat Developers List <[email protected]>,Tomcat Users
List <[email protected]>, [email protected],
[email protected]?subject=[ANN] Apache Tomcat ${NEW_RELEASE}
Available&body=$( cat tools/email-template-${MINOR_RELEASE}.txt | envsubst
)&from=${RELEASE_MANAGER}@apache.org"
fi
else
echo Email template:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]