Author: rjung
Date: Sat Mar 21 21:17:01 2009
New Revision: 757021

URL: http://svn.apache.org/viewvc?rev=757021&view=rev
Log:
Reorder changelog entries for 1.2.28.

Modified:
    tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?rev=757021&r1=757020&r2=757021&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Sat Mar 21 
21:17:01 2009
@@ -47,47 +47,70 @@
         Apache: Activate forwarding of SSL key size by default. (rjung)
       </fix>
       <fix>
-        <bug>46834</bug>: Docs: Fix a couple of missing or broken links. 
(rjung)
-      </fix>
-      <fix>
         Apache: JkWatchogInterval had wrong interval calculation
         causing a 10 times higher watchdog interval then configured. (mturk)
       </fix>
+      <add>
+        Apache: Add more environment variables to overwrite request
+        information. Useful in case a proxy is in front of Apache and sends
+        us original request information e.g. via custom headers. (rjung)
+      </add>
       <fix>
-        LB: make forced recovery work with local error states. (rjung)
+        <bug>46352</bug>: Apache: Fix crash when using SetHandler 
jakarta-servlet
+        in VHost without any JkMount. Crash due to incorrect initialization
+        of mount extensions. (rjung)
       </fix>
-      <update>
-        Status: Include error time in display. (rjung)
-      </update>
       <fix>
-        Status: Fix crash in text display. (rjung)
+        <bug>46169</bug>: Apache 1.3: Backport use_server_errors mount 
extension. (rjung)
+      </fix>
+      <fix>
+        <bug>46763</bug>: Apache 2.0: Survive the log mutex during graceful
+        restart. Patch provided by Eiji Takahashi. (mturk)
+      </fix>
+      <fix>
+        <bug>46416</bug>: Apache 2.0 on Windows: Include mstcipip.h even if
+        the apr doesn't include it. (mturk)
       </fix>
       <update>
-        LB: Add new property error_escalation_time to fine tune
-        escalation of local errors to global errors. (rjung)
+        IIS: Remove obsolete entries from registry file. (mturk)
+      </update>
+      <update>
+        IIS: Update uriworkermap.properties file on
+        a regular interval. This requires both worker_mount_reload
+        and watchdog_interval to be defined. (mturk)
       </update>
       <fix>
+        <bug>46579</bug>: IIS: Use local environment table instead environment
+        variables for setting the JKISAPI_PATH and JKISAPI_NAME. (mturk)
+      </fix>
+      <fix>
+        LB: make forced recovery work with local error states. (rjung)
+      </fix>
+      <fix>
         LB: Set global worker state to error when we reach max_reply_timeouts,
         or fail_on_status triggered hard error. (rjung)
       </fix>
       <update>
-        JNI: Deprecate JNI workers. (rjung)
-      </update>
-      <update>
-        Docs: Add a new HowTo page about reverse proxies. (rjung)
+        LB: Add new property error_escalation_time to fine tune
+        escalation of local errors to global errors. (rjung)
       </update>
       <update>
-        Docs: Clarify IIS URL rewrite feature. (rjung)
+        LB: If the sticky session affinity mark contains a dot, treat the
+        part before the dot as the domain name. This allows to have full node
+        session affinity with domain failover. (mturk)
       </update>
       <update>
-        Status: Remove redundant port information from worker display.
-        Rename address column and remove its explanation from the legend. 
(rjung)
+        AJP: Allow worker ports lower or equal to 1024. (rjung)
       </update>
       <update>
-        Docs: Clarify relation between socket_timeout and 
socket_connect_timeout. (rjung)
+        Status: Include error time in display. (rjung)
       </update>
+      <fix>
+        Status: Fix crash in text display. (rjung)
+      </fix>
       <update>
-        SHM: Move locking into the data pull and push methods. (rjung)
+        Status: Remove redundant port information from worker display.
+        Rename address column and remove its explanation from the legend. 
(rjung)
       </update>
       <fix>
         Status: Show - Edit - Show always ends in single lb member show,
@@ -104,61 +127,38 @@
         Status: Allow update actions to show error messages in the result 
page. (rjung)
       </update>
       <update>
-        AJP: Allow worker ports lower or equal to 1024. (rjung)
+        Status: Optimize forced uriworkermap.properties reload. (mturk)
       </update>
-      <fix>
-        <bug>46763</bug>: Apache 2.0: Survive the log mutex during graceful
-        restart. Patch provided by Eiji Takahashi. (mturk)
-      </fix>
       <update>
-        IIS: Remove obsolete entries from registry file. (mturk)
+        Status: Allow changing worker address and port of AJP workers.
+        The address is resolved on next request for that worker. (mturk)
+      </update>
+      <update>
+        SHM: Move locking into the data pull and push methods. (rjung)
+      </update>
+      <update>
+        JNI: Deprecate JNI workers. (rjung)
       </update>
       <fix>
-        <bug>46416</bug>: Apache 2.0 on Windows: Include mstcipip.h even if
-        the apr doesn't include it. (mturk)
+        Netware: Missing define for MAX_PATH. Patch by Guenter Knauf. (rjung)
       </fix>
       <fix>
-        <bug>46734</bug>: Documentation: Fix broken links. (markt)
+        <bug>46834</bug>: Docs: Fix a couple of missing or broken links. 
(rjung)
       </fix>
       <update>
-      IIS: Update uriworkermap.properties file on
-      a regular interval. This requires both worker_mount_reload
-      and watchdog_interval to be defined. (mturk)
-      </update>
-      <update>
-      Status: Optimize forced uriworkermap.properties reload. (mturk)
+        Docs: Add a new HowTo page about reverse proxies. (rjung)
       </update>
       <update>
-      Status: Allow changing worker address and port of AJP workers.
-      The address is resolved on next request for that worker. (mturk)
+        Docs: Clarify IIS URL rewrite feature. (rjung)
       </update>
       <update>
-      LB: If the sticky session affinity mark contains a dot, treat the
-      part before the dot as the domain name. This allows to have full node
-      session affinity with domain failover. (mturk)
+        Docs: Clarify relation between socket_timeout and 
socket_connect_timeout. (rjung)
       </update>
       <fix>
-        <bug>46579</bug>: IIS: Use local environment table instead environment
-        variables for setting the JKISAPI_PATH and JKISAPI_NAME. (mturk)
-      </fix>
-      <add>
-        Apache: Add more environment variables to overwrite request
-        information. Useful in case a proxy is in front of Apache and sends
-        us original request information e.g. via custom headers. (rjung)
-      </add>
-      <fix>
-        Missing define for MAX_PATH on Netware. Patch by Guenter Knauf. (rjung)
-      </fix>
-      <fix>
-        <bug>46352</bug>: Apache: Fix crash when using SetHandler 
jakarta-servlet
-        in VHost without any JkMount. Crash due to incorrect initialization
-        of mount extensions. (rjung)
-      </fix>
-      <fix>
-        <bug>46169</bug>: Apache 1.3: Backport use_server_errors mount 
extension. (rjung)
+        <bug>46734</bug>: Docs: Fix broken links. (markt)
       </fix>
       <fix>
-        Documentation: Add 2008 news to main page and menues. (mturk, rjung)
+        Docs: Add 2008 news to main page and menues. (mturk, rjung)
       </fix>
     </changelog>
   </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to