mwomack     2005/05/26 22:05:51

  Modified:    src/xdocs Tag: v1_2-branch contributors.xml
                        documentation.xml download.xml
               src/xdocs/stylesheets Tag: v1_2-branch project.xml
  Log:
  Fix for #35032.  Updated docs to not have chainsaw link.  Updated to 1.2.11 
information.  General cleanup.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.7.2.5   +4 -10     logging-log4j/src/xdocs/contributors.xml
  
  Index: contributors.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/xdocs/contributors.xml,v
  retrieving revision 1.7.2.4
  retrieving revision 1.7.2.5
  diff -u -r1.7.2.4 -r1.7.2.5
  --- contributors.xml  6 May 2005 05:37:07 -0000       1.7.2.4
  +++ contributors.xml  27 May 2005 05:05:51 -0000      1.7.2.5
  @@ -145,20 +145,14 @@
       <p>Mark Womack has been developing software for over 13
          years. He has been developing in Java for the past 5 years,
          focusing on web application development. He has been an
  -       active committer for the Apache Logging Services log4j project since
  -       April 2002, contributing features for the upcoming v1.3
  -       release.  He is also a member of the Logging Services PMC.</p>
  +       active committer for the log4j project since April 2002, contributing
  +    features for the upcoming v1.3 release.  He is also a member of the 
Logging
  +    Services PMC.</p>
     </td> 
  -  <td><img src="images/mark-72x99.gif"></img></td>
  +  <td></td>
     </tr>
     </table>
  -     
  -       
  -                                      
  -      
       </li>
  -
  -         
         </ul>
       </section>
       
  
  
  
  1.15.2.8  +0 -6      logging-log4j/src/xdocs/documentation.xml
  
  Index: documentation.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/xdocs/documentation.xml,v
  retrieving revision 1.15.2.7
  retrieving revision 1.15.2.8
  diff -u -r1.15.2.7 -r1.15.2.8
  --- documentation.xml 6 May 2005 05:32:36 -0000       1.15.2.7
  +++ documentation.xml 27 May 2005 05:05:51 -0000      1.15.2.8
  @@ -37,12 +37,6 @@
           </p>
           
           <p>
  -          <li> 
  -            <a href="chainsaw.html"><b>Chainsaw documentation</b></a>,
  -          </li>
  -        </p>
  -        
  -        <p>
             <li>
               <a href="HISTORY"><b>project history</b></a>,
             </li>
  
  
  
  1.53.2.15 +15 -35    logging-log4j/src/xdocs/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/xdocs/download.xml,v
  retrieving revision 1.53.2.14
  retrieving revision 1.53.2.15
  diff -u -r1.53.2.14 -r1.53.2.15
  --- download.xml      6 May 2005 05:32:36 -0000       1.53.2.14
  +++ download.xml      27 May 2005 05:05:51 -0000      1.53.2.15
  @@ -9,29 +9,27 @@
       <meta name="keywords" content="java, log4j download, logging, tracing, 
component, framework, API, log4j"/>
         <body>
        
  -      <section name="log4j version 1.2.9">
  -     <p>Log4j is <a
  +      <section name="log4j version 1.2.11">
  +       <p>Log4j is <a
              href="http://logging.apache.org/site/binindex.cgi";><b>available
              for download</b></a> from a number of mirrors. Please
              use these mirrors as they improve download time and save
              bandwidth.
          </p>
          
  -       <p>Log4j version 1.2.9, is identical to version 1.2.8,
  -       except that several key methods have been deprecated in
  -       preparation for version 1.3.0, the next major release of
  -       log4j. These changes are intended to enforce the rule that
  -       client code should never refer to the <code>Category</code>
  -       class directly, but use the <code>Logger</code> class
  -       instead. Similarly, client code should not refer to the
  -       <code>Priority</code> class but to the <code>Level</code>
  -       class instead.
  -          </p>
  -
  -          <p>See the document entitled <a
  -          href="http://www.qos.ch/logging/preparingFor13.jsp";>preparing
  -          for log4j 1.3</a> for a more detailed discussion.
  -          </p>
  +       <p>Log4j version 1.2.11, is identical to version 1.2.9,
  +       except that the class org.apache.log4j.or.jms.MessageRenderer is now
  +    explicitly contained in the 1.2.11.jar.  In previous releases of the 1.2
  +    branch it was sometimes include and sometimes left out
  +    (<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=34491";>bug 
#34491</a>).
  +    </p>
  +
  +    <p>The next major release of log4j will be version 1.3.  It will contain
  +    many new features and changes, and if you have written custom code, it 
may
  +    need to be modified to work with it.  Please see the document entitled <a
  +    href="http://www.qos.ch/logging/preparingFor13.jsp";>preparing
  +    for log4j 1.3</a> for a more detailed discussion.
  +    </p>
             
             
   
  @@ -52,17 +50,6 @@
         <dl>
   
        <!-- 
============================================================================== 
-->
  -     
  -     <dt><a
  -     href="chainsaw.html"><b>Chainsaw v2 (NEW!)</b></a></dt>
  -
  -     <dd>A new and improved version of the venerable Chainsaw
  -     utility, now being written by the log4j development team is
  -     getting closer to release.  You can see screen shots of it and
  -     install it and run over <A href="chainsaw.html">here</A>
  -     </dd>
  -
  -     <!-- 
============================================================================== 
-->
        <dt><a 
href="http://minaret.biz/tips/datedFileAppender.html";><b>DatedFileAppender</b></a></dt>
   
        <dd><code>DatedFileAppender</code> works in the same manner as
  @@ -79,13 +66,6 @@
   
        <!-- 
============================================================================== 
-->
   
  -<!-- <dt><a 
href="http://www.japhy.de/configLog4j";><b>configLog4j</b></a></dt>
  -
  -     <dd>A graphical log4j configuration editor by Tobias
  -     Dezulian.</dd>
  --->
  -     <!-- 
============================================================================== 
-->
  -
        <dt>
          <a
        
href="http://www.dankomannhaupt.de/projects/index.html";><b>JDBCAppender</b></a>
  
  
  
  No                   revision
  No                   revision
  1.11.2.3  +0 -1      logging-log4j/src/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/xdocs/stylesheets/project.xml,v
  retrieving revision 1.11.2.2
  retrieving revision 1.11.2.3
  diff -u -r1.11.2.2 -r1.11.2.3
  --- project.xml       6 May 2005 05:32:36 -0000       1.11.2.2
  +++ project.xml       27 May 2005 05:05:51 -0000      1.11.2.3
  @@ -11,7 +11,6 @@
         <item name="Introduction"   href="/index.html"/>
         <item name="Download"       href="/download.html"/>
         <item name="Documentation"  href="/documentation.html"/>
  -      <item name="Chainsaw"       href="/chainsaw.html"/>
         <item name="Plan"           href="/plan.html"/>
         <item name="Wiki"           
href="http://wiki.apache.org/logging-log4j/Log4JProjectPages"/>
         <item name="Contact us"     href="/contactUs.html"/>
  
  
  

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

Reply via email to