You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2002/01/31 16:20:47 UTC

cvs commit: jakarta-avalon-logkit/src/xdocs/dtd document-v10.dtd

bloritsch    02/01/31 07:20:47

  Modified:    .        build.xml
               src/xdocs changes.xml
               src/xdocs/dtd document-v10.dtd
  Log:
  add revisionist history to changelog
  
  Revision  Changes    Path
  1.65      +4 -4      jakarta-avalon-logkit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/build.xml,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- build.xml	28 Jan 2002 03:12:31 -0000	1.64
  +++ build.xml	31 Jan 2002 15:20:47 -0000	1.65
  @@ -9,7 +9,7 @@
    Peter Donald <pe...@apache.org>
   
   Legal:
  -  Copyright (c) 2001 The Apache Software Foundation. All Rights Reserved.
  +  Copyright (c) 2001-2002 The Apache Software Foundation. All Rights Reserved.
   
   ==============================================================================
   -->
  @@ -25,10 +25,10 @@
   
     <property name="name" value="logkit"/>
     <property name="Name" value="LogKit"/>
  -  <property name="version" value="1.0"/>
  -  <property name="year" value="1999-2001"/>
  +  <property name="version" value="1.0.1"/>
  +  <property name="year" value="1999-2002"/>
     <property name="status" value="final"/>
  -  <property name="release" value="1st"/>
  +  <property name="release" value="2nd"/>
     <property name="short.version" value="1.0"/>
     <property name="compress.jars" value="true"/>
   
  
  
  
  1.25      +61 -0     jakarta-avalon-logkit/src/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/src/xdocs/changes.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- changes.xml	19 Nov 2001 12:18:35 -0000	1.24
  +++ changes.xml	31 Jan 2002 15:20:47 -0000	1.25
  @@ -8,7 +8,68 @@
       <person name="Berin Loritsch" email="bloritsch@apache.org" id="BL"/>
       <person name="Stuart Roebuck" email="stuart.roebuck@adolos.co.uk" id="SR"/>
       <person name="Eung-ju Park" email="colus@apache.org" id="EP"/>
  +    <person name="Leif Mortenson" email="leif@apache.org" id="LM"/>
  +    <person name="Giacomo Pati" email="giacomo@apache.org" id="GP"/>
     </devs>
  +  <release version="1.0.1" date="January 31, 2001">
  +    <action dev="PD" type="fix">
  +      Fixed spelling in the documentation files.
  +    </action>
  +    <action dev="PD" type="fix">
  +      Fix javadoc warnings from "@returns" tags used instead of "@return".
  +    </action>
  +    <action dev="GP" type="update">
  +      added new constructors to produce better readable file names in the
  +      File Strategy classes.
  +    </action>
  +    <action dev="PD" type="fix">
  +      Added fixes to AsyncLogTarget: Make sure that the LogTarget delegated
  +      to cannot disrupt thread by throwing an exception.  Remove uneeded step
  +      from documentation.
  +    </action>
  +    <action dev="PD" type="udpate">
  +      Many improvements to PatternFormatter including:  Made it possible to
  +      specify the format of date in the auxilliary parameter of the format
  +      for dates.  Cached the date and DateFormatter objects so that they are
  +      not created every time a LogEvent is formatted.  Added a getRTime()
  +      method to format relative time. Just delegates to getTime at the
  +      moment for backwards compatability.
  +    </action>
  +    <action dev="PD" type="update">
  +      Made sure that additivity is transitive (in Logger) - even when you
  +      only inherit your loggers from your parent.
  +    </action>
  +    <action dev="PD" type="update">
  +      Added isPriorityEnabled() method to Logger to determine if specified
  +      priority is enabled.
  +    </action>
  +    <action dev="LM" type="update">
  +      Various build improvements.
  +    </action>
  +  </release>
  +  <release version="1.0" date="October 26, 2001">
  +    <action dev="BL" type="remove">
  +      Remove references to Testlet (since we migrated to JUnit).
  +    </action>
  +    <action dev="PD" type="fix">
  +      Fixed EOL issues in test so that line formatting works across all
  +      systems (rather than just unix).
  +    </action>
  +    <action dev="PD" type="update">
  +      Added in a clearer javadoc class description in PatternFormatter.
  +    </action>
  +    <action dev="PD" type="update">
  +      Made Hierarchy setDefaultLogTargets() which is like
  +      setDefaultLogTarget() but accepts an array.
  +    </action>
  +    <action dev="EP" type="update">
  +      Use default log format when use default constructor in
  +      AvalonFormatter comaptibility.
  +    </action>
  +    <action dev="BL" type="update">
  +      Various build improvements.
  +    </action>
  +  </release>
     <release version="1.0b5" date="September 17, 2001">
       <action dev="EP" type="update">
         Updated unit tests to use JUnit rather than Testlet.
  
  
  
  1.2       +1 -1      jakarta-avalon-logkit/src/xdocs/dtd/document-v10.dtd
  
  Index: document-v10.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/src/xdocs/dtd/document-v10.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- document-v10.dtd	2 Mar 2001 05:11:02 -0000	1.1
  +++ document-v10.dtd	31 Jan 2002 15:20:47 -0000	1.2
  @@ -55,7 +55,7 @@
     20000911 Allowed link tags inside markup (BL)
   
   COPYRIGHT:
  -  Copyright (c) 1999-2000 The Apache Software Foundation.
  +  Copyright (c) 1999-2002 The Apache Software Foundation.
   
     Permission to copy in any form is granted provided this notice is
     included in all copies. Permission to redistribute is granted
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>