bloritsch 2003/02/03 09:52:38 Modified: src/xdocs changes.xml Log: add updates to changes.xml Revision Changes Path 1.35 +20 -13 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.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- changes.xml 17 Dec 2002 03:48:45 -0000 1.34 +++ changes.xml 3 Feb 2003 17:52:37 -0000 1.35 @@ -8,8 +8,15 @@ <author email="leif at apache.org">Leif Mortenson</author> <author email="giacomo at apache.org">Giacomo Pati</author> <author email="crafterm at apache.org">Marcus Crafter</author> + <author email="sylvain.wallez at anyware-tech.com">Sylvain Wallez</author> </devs> - <release version="1.1.1" date="?"> + <release version="1.2" date="?"> + <action dev="SW" type="add"> + Add support for the LF5 GUI logging target. + </action> + <action dev="BL" type="update"> + Ensure all source files contain the blessed version of the liscense. + </action> <action dev="PD" type="fix"> Makes sure target arrays contain no nulls and a few other cleanups. </action> @@ -151,11 +158,11 @@ </release> <release version="1.0b4" date="August 6, 2001"> <action dev="PD" type="update"> - Added ContextMap, updated whitepaper to describe the feature. Deprecated ContextStack + Added ContextMap, updated whitepaper to describe the feature. Deprecated ContextStack in the process as it encouraged bad practices and has been supersceded by ContextMap. </action> <action dev="PD" type="add"> - Added ExtendedPatternFormatter to allow log messages to be formatted with + Added ExtendedPatternFormatter to allow log messages to be formatted with caller method and thread ids. </action> <action dev="PD" type="update"> @@ -163,11 +170,11 @@ of stream. </action> <action dev="PD" type="add"> - Added Target SafeFileTarget that opens file and then closes file each time + Added Target SafeFileTarget that opens file and then closes file each time a log entry is written. </action> <action dev="PD" type="add"> - Added basic unit tests for the logkit formatters, stream and file output + Added basic unit tests for the logkit formatters, stream and file output targets, priority and logTarget inheritance and utility code. </action> <action dev="PD" type="update"> @@ -176,17 +183,17 @@ have any "unsafe" methods. </action> <action dev="PD" type="update"> - Added extra constructor to PatternFormatter so that format string is + Added extra constructor to PatternFormatter so that format string is specified at construction time. Deprecated no arguements constructor and setFormat() method. </action> <action dev="PD" type="add"> Added StackIntrospector class that is amalgamation of utility code supplied by - Stuart Roebuck ([EMAIL PROTECTED]) and Sylvain + Stuart Roebuck ([EMAIL PROTECTED]) and Sylvain Wallez ([EMAIL PROTECTED]). </action> <action dev="SR" type="update"> - Right justified fields are cropped on the left. ie [%-20.20{context}] changes from + Right justified fields are cropped on the left. ie [%-20.20{context}] changes from outputting "[org.apache.log.forma]" to "[mat.PatternFormatter]". </action> <action dev="PD" type="update"> @@ -203,7 +210,7 @@ the site. </action> <action dev="PD" type="update"> - Deprecated FilterTarget it was rarely (never?) used and offers only minor + Deprecated FilterTarget it was rarely (never?) used and offers only minor advantages over directly using sub-classes. </action> <action dev="PD" type="add"> @@ -215,7 +222,7 @@ </release> <release version="1.0b3" date="July 22, 2001"> <action dev="PD" type="update"> - Added setPriority() method to Priority filter to allow modification of + Added setPriority() method to Priority filter to allow modification of filter properties at runtime. </action> <action dev="PD" type="update"> @@ -246,7 +253,7 @@ <action dev="PD" type="update"> Renamed LogEntry to LogEvent. This was done as Entry was a misnomer. It was a misnomer as each Entry could in fact never be placed in - logs or placed in multiple logs. It is up to the LogTargets how to + logs or placed in multiple logs. It is up to the LogTargets how to treat the event and whether or not to convert the event into an entry. Updated all interfaces that referred to entry to refer to event. </action> @@ -274,7 +281,7 @@ <action dev="PD" type="update"> Made each logger cache a version of logTargets. Combine this with the root logger containing default log target means that you no longer have to recursively - check parents to get LogTargets or check the engine. This is considerably + check parents to get LogTargets or check the engine. This is considerably faster. </action> <action dev="PD" type="update"> @@ -283,7 +290,7 @@ slightly faster than old version. </action> <action dev="PD" type="remove"> - Merged "Category" object into Logger. This required adding getPriority to + Merged "Category" object into Logger. This required adding getPriority to Logger and making Logger.getCategory() return name of category rather than Category object. </action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]