glenn       2005/04/09 08:44:58

  Modified:    jk/native CHANGES.txt
               jk/xdocs changelog.xml
  Log:
  Document bug fixes
  
  Revision  Changes    Path
  1.26      +8 -1      jakarta-tomcat-connectors/jk/native/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- CHANGES.txt       30 Mar 2005 05:41:15 -0000      1.25
  +++ CHANGES.txt       9 Apr 2005 15:44:58 -0000       1.26
  @@ -1,9 +1,16 @@
   JAKARTA TOMCAT CONNECTORS (JK) CHANGELOG:           -*-text-*-
   Last modified at [$Date$]
   
  +Changes in JK 1.2.11
  +    * BUG 34358: Fix the load balance worker load balance method. It was not 
being
  +      set from the worker.properties file
  +    * BUG 34357: Fix a segfault in Apache 2 when using JKAutoAlias.
  +    * Update tomcat_trend.pl for new error log string formatting.
  +
   Changes in JK 1.2.10
       * Do not mark the worker in error state if headers are larger then AJP13
         limit.
  +
   Changes in JK 1.2.9
       * lbfactor is now relationship between members, so worker.a.lbfactor=1 
and worker.b.lbfactor=1
         will give 50-50% load.
  
  
  
  1.21      +7 -0      jakarta-tomcat-connectors/jk/xdocs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/changelog.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- changelog.xml     5 Apr 2005 06:32:55 -0000       1.20
  +++ changelog.xml     9 Apr 2005 15:44:58 -0000       1.21
  @@ -28,6 +28,13 @@
         <update>
           Add --enable-prefork to the documentation (pero)
         </update>
  +      <fix>
  +      <bug>34358</bug>: Fix the load balance worker load balance method.
  +      It was not being set from the worker.properties file
  +      </fix>
  +      <fix>
  +      <bug>34357</bug>: Fix a segfault in Apache 2 when using JKAutoAlias.
  +      </fix>
       </changelog>
     </subsection>
   </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to