You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2019/07/09 17:28:43 UTC

[tomcat] branch 7.0.x updated: Fix typo

This is an automated email from the ASF dual-hosted git repository.

violetagg pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 09baa65  Fix typo
09baa65 is described below

commit 09baa6527a6021c7c7b3a40d2464d91b450e3bf7
Author: Violeta Georgieva <vi...@apache.org>
AuthorDate: Tue Jul 9 20:28:30 2019 +0300

    Fix typo
    
    Fixes having an issue number are sorted by their number, ascending.
---
 webapps/docs/changelog.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index b2d9092..e002955 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -152,7 +152,7 @@
       </scode>
       <fix>
         Fix to avoid the possibility of long poll times for individual pollers
-        when using mutliple pollers with APR. (markt)
+        when using multiple pollers with APR. (markt)
       </fix>
       <fix>
         Refactor the fix for <bug>63205</bug> so it only applies when using
@@ -211,6 +211,14 @@
   </subsection>
   <subsection name="Other">
     <changelog>
+      <fix>
+        <bug>55969</bug>: Tighten up the security of the Apache Tomcat
+        installation created by the Windows installer. Change the default
+        shutdown port used by the Windows installer from <code>8005</code> to
+        <code>-1</code> (disabled). Limit access to the chosen installation
+        directory to local administrators, Local System and Local Service.
+        (markt)
+      </fix>
       <add>
         <bug>59871</bug>: Add a property (<code>timeFormat</code>) to
         JULI&apos;s <code>OneLineFormatter</code> to enable the format of the
@@ -245,14 +253,6 @@
         Windows installer for the Windows service from <code>Local System</code>
         to the lower privileged <code>Local Service</code>. (markt)
       </update>
-      <fix>
-        <bug>55969</bug>: Tighten up the security of the Apache Tomcat
-        installation created by the Windows installer. Change the default
-        shutdown port used by the Windows installer from <code>8005</code> to
-        <code>-1</code> (disabled). Limit access to the chosen installation
-        directory to local administrators, Local System and Local Service.
-        (markt)
-      </fix>
     </changelog>
   </subsection>
 </section>


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