You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by ce...@apache.org on 2001/01/11 21:16:11 UTC

cvs commit: jakarta-log4j/xdocs earlier.xml download.xml

ceki        01/01/11 12:16:10

  Modified:    .        manifest.mf siteBuild.xml
               doc      HISTORY download.html
               packaging install
               xdocs    download.xml
  Added:       xdocs    earlier.xml
  Log:
  Small documentation changes.
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-log4j/manifest.mf
  
  Index: manifest.mf
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/manifest.mf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- manifest.mf	2000/12/19 13:59:18	1.2
  +++ manifest.mf	2001/01/11 20:15:51	1.3
  @@ -2,7 +2,7 @@
   
   Name: org/apache/log4j/
   Implementation-Title: log4j
  -Implementation-Version: 1.0
  +Implementation-Version: 1.0.3
   Implementation-Vendor: "Apache Softwate Foundation"
   
   
  
  
  
  1.5       +1 -1      jakarta-log4j/siteBuild.xml
  
  Index: siteBuild.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/siteBuild.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- siteBuild.xml	2001/01/11 10:31:26	1.4
  +++ siteBuild.xml	2001/01/11 20:15:52	1.5
  @@ -27,7 +27,7 @@
                projectFile="stylesheets/project.xml"
                excludes="**/stylesheets/**, empty.xml"
                includes="**/*.xml"
  -             lastModifiedCheck="false"
  +             lastModifiedCheck="true"
                velocityPropertiesFile="${docs.src}/velocity.properties">
           </anakia>
           <!--
  
  
  
  1.3       +11 -8     jakarta-log4j/doc/HISTORY
  
  Index: HISTORY
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/doc/HISTORY,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HISTORY	2001/01/11 19:48:28	1.2
  +++ HISTORY	2001/01/11 20:15:58	1.3
  @@ -10,19 +10,22 @@
    
    - Release of version 1.0.3 (the 20th major release)
   
  - - Displaced a number of HTML files under the docs directory. The new
  -   structure is compatible with the jakarta site and results in a 
  -   more consistent navigation experience. [*]
  -
  - - Made a few improvements in the javadocs. [*]
  + - Fixed a NullPointerException occuring in AsyncAppedner after
  +   invoking Category.shutdown. Thanks to Frank-Olaf Lohmann for
  +   reporting this bug. [*]
   
    - Modified the OptionConverter.selectAndConfigure method to take an
      extra argument of type Hierarchy. This method is used internally
      and should not affect most users. [*/**]
   
  - - Fixed a NullPointerException occuring in AsyncAppedner after
  -   invoking Category.shutdown. Thanks to Frank-Olaf Lohmann for
  -   reporting this bug. [*]
  + - Added the warn method to LogLog which is used internally by log4j
  +   to report on itself. [*]
  +
  + - Displaced a number of HTML files under the docs directory. The new
  +   structure is compatible with the jakarta site and results in a 
  +   more consistent navigation experience. [*]
  +
  + - Made a few improvements in the javadocs. [*]
   
    January 11th, 2001
   
  
  
  
  1.7       +3 -3      jakarta-log4j/doc/download.html
  
  Index: download.html
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/doc/download.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- download.html	2001/01/11 19:48:29	1.6
  +++ download.html	2001/01/11 20:15:59	1.7
  @@ -102,15 +102,15 @@
                                                                       <table border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <strong>log4j version 1.0.2 (2001-01-11 10:30:12 UTC)</strong>
  +          <strong>log4j version 1.0.3 (2001-01-11 20:10:28 UTC)</strong>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
                                       <p>Download the complete package including <i>full source code</i>,
  -class files and documentation in <a href="jakarta-log4j-1.0.2.tgz"><b>TGZ</b></a> format or in <a href="jakarta-log4j-1.0.2.zip"><b>ZIP</b></a> format. You may elect to browse
  +class files and documentation in <a href="jakarta-log4j-1.0.3.tgz"><b>TGZ</b></a> format or in <a href="jakarta-log4j-1.0.3.zip"><b>ZIP</b></a> format. You may elect to browse
   log4j <a href="documentation.html"><b>documentation</b></a> online.</p>
  -                                                <p>Version 1.0.2 is the 20th major public release of log4j.</p>
  +                                                <p>Version 1.0.3 is the 20th major public release of log4j.</p>
                                                   <p>Thanks to <a href="mailto:hgomez@slib.fr">Henri Gomez</a>, Linux
   users can now fetch log4j in RPM format at <a href="http://rpmized.free.fr">http://rpmized.free.fr</a> or
   alternatively at <a href="ftp://ftp.falsehope.com/home/gomez/log4j/">ftp://ftp.falsehope.com/home/gomez/log4j/</a>.</p>
  
  
  
  1.6       +1 -0      jakarta-log4j/packaging/install
  
  Index: install
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/packaging/install,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- install	2001/01/10 18:33:10	1.5
  +++ install	2001/01/11 20:16:03	1.6
  @@ -114,6 +114,7 @@
   deleteFile $PKG_DIR/org/apache/log4j/net/test/loop.log.1
   deleteFile $PKG_DIR/classes/org/apache/log4j/UnitTestCategory.class
   deleteFile $PKG_DIR/org/apache/log4j/varia/test/temp
  +deleteFile $PKG_DIR/org/apache/log4j/xml/test/temp
   
   echo "Cleaning \"classes\" directory."
   find .  -type d -path "./classes/exercise" -exec rm -r {} \;
  
  
  
  1.4       +4 -4      jakarta-log4j/xdocs/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/xdocs/download.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- download.xml	2001/01/11 10:31:30	1.3
  +++ download.xml	2001/01/11 20:16:07	1.4
  @@ -9,7 +9,7 @@
   <body>
   
   
  -<section name="log4j version 1.0.2 (2001-01-11 10:30:12 UTC)">
  +<section name="log4j version 1.0.3 (2001-01-11 20:10:28 UTC)">
   
   <!--
   <table CELLSPACING="8" CELLPADDING="4" FGCOLOR="gray"
  @@ -35,11 +35,11 @@
   
   <p>Download the complete package including <i>full source code</i>,
   class files and documentation in <a
  -href="jakarta-log4j-1.0.2.tgz"><b>TGZ</b></a> format or in <a
  -href="jakarta-log4j-1.0.2.zip"><b>ZIP</b></a> format. You may elect to browse
  +href="jakarta-log4j-1.0.3.tgz"><b>TGZ</b></a> format or in <a
  +href="jakarta-log4j-1.0.3.zip"><b>ZIP</b></a> format. You may elect to browse
   log4j <a href="documentation.html"><b>documentation</b></a> online.</p>
   
  -<p>Version 1.0.2 is the 20th major public release of log4j.</p>
  +<p>Version 1.0.3 is the 20th major public release of log4j.</p>
   
   <p>Thanks to <a href="mailto:hgomez@slib.fr">Henri Gomez</a>, Linux
   users can now fetch log4j in RPM format at <a
  
  
  
  1.1                  jakarta-log4j/xdocs/earlier.xml
  
  Index: earlier.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <author email="cgu@apache.org">Ceki Gulcu</author>
      <title>log4j project</title>
    </properties>
  
  <body>
  
  <section name="Older distributions of the log4j package">
  
  <hr/>
  <p><b>BEWARE:</b> For some reason Internet Explorer decides to rename
  ".tgz" files as ".tar". You should rename the files back to tgz after
  the download completes.</p>
  <hr/>
  
  <dl>
    <dt><b>jakarta-log4j-1.0.3</b></dt>
    <dd>
    Download full package in <a href="jakarta-log4j-1.0.3.tgz">TGZ</a> format.
    </dd>
       
  </dl>
  
  </section>
  
  </body>
  </document>