Author: kkolinko
Date: Tue Jan 23 13:16:18 2018
New Revision: 1822002

URL: http://svn.apache.org/viewvc?rev=1822002&view=rev
Log:
Retroactively add changelog entry for r766526 (April 2009, adding support for a 
custom PropertySource).

It is included in 7.0.0, has never been ported to Tomcat 6.

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1822002&r1=1822001&r2=1822002&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Tue Jan 23 13:16:18 2018
@@ -14265,7 +14265,7 @@
     <changelog>
       <add>
         A new JmxRemoteLifecycleListener that can be used to fix the ports used
-        for remote JMX connections, eg when using JConsole. (markt)
+        for remote JMX connections, e.g. when using JConsole. (markt)
       </add>
     </changelog>
   </subsection>
@@ -14284,6 +14284,13 @@
       <update>
         Parameterize version number throughout build scripts and source. 
(rjung)
       </update>
+      <add>
+        <rev>766526</rev> Add support for setting up an additional 
PropertySource
+        that is used to lookup parameters referenced as <code>${..}</code> in
+        XML files parsed by Tomcat. It is configured via
+        <code>org.apache.tomcat.util.digester.PROPERTY_SOURCE</code>
+        system property. (fhanik)
+      </add>
     </changelog>
   </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to