Author: markt
Date: Mon Mar  7 11:37:19 2011
New Revision: 1078747

URL: http://svn.apache.org/viewvc?rev=1078747&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50882
Add additional info for the fix for 
https://issues.apache.org/bugzilla/show_bug.cgi?id=48501

Modified:
    tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
    tomcat/jk/trunk/xdocs/reference/iis.xml

Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml?rev=1078747&r1=1078746&r2=1078747&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Mon Mar  7 11:37:19 2011
@@ -89,7 +89,8 @@
         Apache: Added version number resource for mod_jk.so on Windows. (timw)
       </update>
       <update>
-        IIS: Added rotatelogs style log rotation to ISAPI Redirector. (timw)
+        <bug>48501</bug>: IIS: Added rotatelogs style log rotation to ISAPI
+        Redirector. (timw)
       </update>
       <fix>
         <bug>38895</bug>: IIS: Use RAW headers instead of CGI headers by 
default

Modified: tomcat/jk/trunk/xdocs/reference/iis.xml
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/iis.xml?rev=1078747&r1=1078746&r2=1078747&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/iis.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/iis.xml Mon Mar  7 11:37:19 2011
@@ -82,12 +82,14 @@ A full list of format string substitutio
 </p></attribute>
 <attribute name="log_level" required="false"><p>
 A string value for log level 
-(can be debug, info, warn, error or trace).
-</p></attribute>
+(can be debug, info, warn, error or trace).</p>
+<p>This directive was added in version 1.2.31</p>
+</attribute>
 <attribute name="log_rotationtime" required="false"><p>
 The time between log file rotations in seconds.
-Setting this to 0 (the default) disables log rotation based on time. 
-</p></attribute>
+Setting this to 0 (the default) disables log rotation based on time.</p>
+<p>This directive was added in version 1.2.31</p>
+</attribute>
 <attribute name="log_filesize" required="false"><p>
 The maximum log file size in megabytes, after which the log file will be 
rotated. Setting this to 0 (the default) disables log rotation based on file 
size.
 <br/>The value can have an optional <b>M</b> suffix, i.e. both <b>5</b> and 
<b>5M</b> will rotate the log file when it grows to 5MB.



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

Reply via email to