Author: rjung
Date: Sat Mar 21 21:34:19 2009
New Revision: 757030

URL: http://svn.apache.org/viewvc?rev=757030&view=rev
Log:
Some more reordering and a few additions to
changelog.

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=757030&r1=757029&r2=757030&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Sat Mar 21 
21:34:19 2009
@@ -43,24 +43,27 @@
   <br />
   <subsection name="Native">
     <changelog>
-      <fix>
-        Apache: Activate forwarding of SSL key size by default. (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>
+      <update>
+        Apache: No longer preallocate entries for JK request log. (rjung)
+      </update>
       <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>
+        Apache: JkWatchdogInterval had wrong interval calculation
+        causing a 10 times higher watchdog interval then configured. (mturk)
+      </fix>
+      <fix>
+        Apache: Activate forwarding of SSL key size by default. (rjung)
+      </fix>
+      <fix>
         <bug>46169</bug>: Apache 1.3: Backport use_server_errors mount 
extension. (rjung)
       </fix>
       <fix>
@@ -72,67 +75,79 @@
         the apr doesn't include it. (mturk)
       </fix>
       <update>
-        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>
+      <update>
+        IIS: Remove obsolete entries from registry file. (mturk)
+      </update>
       <fix>
         <bug>46579</bug>: IIS: Use local environment table instead environment
         variables for setting the JKISAPI_PATH and JKISAPI_NAME. (mturk)
       </fix>
+      <update>
+        LB: Add new property error_escalation_time to fine tune
+        escalation of local errors to global errors. (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)
+      </update>
       <fix>
         LB: make forced recovery work with local error states. (rjung)
       </fix>
       <fix>
+        LB: Only update error state and error time, if we actually have a new 
state. (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>
-        LB: Add new property error_escalation_time to fine tune
-        escalation of local errors to global errors. (rjung)
+        AJP: Add a new error type JK_AJP_PROTOCOL_ERROR. (mturk)
       </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)
+        AJP: Allow worker ports lower or equal to 1024. (rjung)
       </update>
       <update>
-        AJP: Allow worker ports lower or equal to 1024. (rjung)
+        AJP: Improve some AJP error log messages. (mturk)
       </update>
       <update>
-        Status: Include error time in display. (rjung)
+        Status: Allow changing worker address and port of AJP workers.
+        The address is resolved on next request for that worker. (mturk)
       </update>
-      <fix>
-        Status: Fix crash in text display. (rjung)
-      </fix>
       <update>
-        Status: Remove redundant port information from worker display.
-        Rename address column and remove its explanation from the legend. 
(rjung)
+        Status: Allow update actions to show error messages in the result 
page. (rjung)
+      </update>
+      <update>
+        Status: Refactor update actions. (rjung)
       </update>
-      <fix>
-        Status: Show - Edit - Show always ends in single lb member show,
-        even when started from all members lb show. (rjung)
-      </fix>
-      <fix>
-        Status: Wildcards in sub worker names were broken for update actions. 
(rjung)
-      </fix>
       <update>
         Status: Do not redirect to the show or list page, if an error occured
         during an action. (rjung)
       </update>
       <update>
-        Status: Allow update actions to show error messages in the result 
page. (rjung)
+        Status: Include error time in display. (rjung)
       </update>
       <update>
-        Status: Optimize forced uriworkermap.properties reload. (mturk)
+        Status: Remove redundant port information from worker display.
+        Rename address column and remove its explanation from the legend. 
(rjung)
       </update>
       <update>
-        Status: Allow changing worker address and port of AJP workers.
-        The address is resolved on next request for that worker. (mturk)
+        Status: Optimize forced uriworkermap.properties reload. (mturk)
       </update>
+      <fix>
+        Status: Fix crash in text display. (rjung)
+      </fix>
+      <fix>
+        Status: Show - Edit - Show always ends in single lb member show,
+        even when started from all members lb show. (rjung)
+      </fix>
+      <fix>
+        Status: Wildcards in sub worker names were broken for update actions. 
(rjung)
+      </fix>
       <update>
         SHM: Move locking into the data pull and push methods. (rjung)
       </update>
@@ -142,20 +157,20 @@
       <fix>
         Netware: Missing define for MAX_PATH. Patch by Guenter Knauf. (rjung)
       </fix>
-      <fix>
-        <bug>46834</bug>: Docs: Fix a couple of missing or broken links. 
(rjung)
-      </fix>
       <update>
         Docs: Add a new HowTo page about reverse proxies. (rjung)
       </update>
       <update>
-        Docs: Clarify IIS URL rewrite feature. (rjung)
+        Docs: Add an explanation of local error states to the timeouts 
documentation. (rjung)
       </update>
       <update>
         Docs: Clarify relation between socket_timeout and 
socket_connect_timeout. (rjung)
       </update>
+      <update>
+        Docs: Clarify IIS URL rewrite feature. (rjung)
+      </update>
       <fix>
-        <bug>46734</bug>: Docs: Fix broken links. (markt)
+        <bug>46834</bug>,<bug>46734</bug>: Docs: Fix a couple of missing or 
broken links. (markt,rjung)
       </fix>
       <fix>
         Docs: Add 2008 news to main page and menues. (mturk, rjung)



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

Reply via email to