Author: markt
Date: Fri Feb  1 10:08:30 2019
New Revision: 1852692

URL: http://svn.apache.org/viewvc?rev=1852692&view=rev
Log:
Update minimum recommended Tomcat version to 1.2.21

Modified:
    tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java?rev=1852692&r1=1852691&r2=1852692&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java 
(original)
+++ tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Fri 
Feb  1 10:08:30 2019
@@ -68,7 +68,7 @@ public class AprLifecycleListener
     protected static final int TCN_REQUIRED_MINOR = 2;
     protected static final int TCN_REQUIRED_PATCH = 14;
     protected static final int TCN_RECOMMENDED_MINOR = 2;
-    protected static final int TCN_RECOMMENDED_PV = 19;
+    protected static final int TCN_RECOMMENDED_PV = 21;
 
 
     // ---------------------------------------------- Properties

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1852692&r1=1852691&r2=1852692&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Feb  1 10:08:30 2019
@@ -134,6 +134,9 @@
         Add SSL configuration options to the JMX remote listener using the
         <code>SSLHostConfig</code> framework. (remm)
       </update>
+      <update>
+        Update the recommended minimum Tomcat Native version to 1.2.21. (markt)
+      </update>
     </changelog>
   </subsection>
   <subsection name="Coyote">



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

Reply via email to