DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43387>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43387 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2007-09-14 14:52 ------- Committed changes to logging/log4j/trunk in rev 575800 and logging/site/author in 575801. Haven't pushed out changes to stage site or web site. Index: src/site/apt/index.apt =============================================================== ==== --- src/site/apt/index.apt (revision 575799) +++ src/site/apt/index.apt (revision 575801) @@ -51,8 +51,8 @@ inheritance in loggers. Using a logger hierarchy it is possible to control which log statements are output at arbitrarily fine granularity but also - great ease. This helps reduce the volume of logged output and - minimize the cost of logging. + great ease. This helps to reduce the volume of logged output and + the cost of logging. The target of the log output can be a file, an OutputStream, a java.io.Writer, a Index: src/changes/changes.xml =============================================================== ==== --- src/changes/changes.xml (revision 575799) +++ src/changes/changes.xml (revision 575801) @@ -22,7 +22,8 @@ <body> <release version="1.2.16" date="TBD" description=""> - <action action="fix" issue="43312">Mangled source-repository.html</action> + <action action="fix" issue="43312">Fix mangled source-repository.html.</action> + <action action="fix" issue="43387">Minor documentation changes.</action> </release> <release version="1.2.15" date="2007-08-24" description="SyslogAppender enhancements, NTEventLogAppender and Maven build."> Index: src/site/apt/log4j/index.apt =============================================================== ==== --- src/site/apt/log4j/index.apt (revision 575799) +++ src/site/apt/log4j/index.apt (revision 575801) @@ -20,8 +20,8 @@ Apache log4j - Apache log4j has three development branches: a stable branch, {{{1.2/index.html}1.2}}, - a discontinued branch, {{{1.3/index.html}1.3}} and an experimental branch {{{2.0/index.html}2.0}}. + Apache log4j has three development branches: a stable branch, {{{1.2/index.html}1.2}}; + a discontinued branch, {{{1.3/index.html}1.3}}; and an experimental branch, {{{2.0/index.html}2.0}}. Apache log4j 1.2 releases are widely deployed. Development on the 1.2 branch is generally limited to bug fixing and minor enhancements. @@ -31,7 +31,7 @@ features, but was compatibility with log4j 1.2 was problematic. Many features original developed for log4j 1.3 have been back-ported as {{{companions/index.html}companions}} - for log4j 1.2. No further development is anticipated. + for log4j 1.2. No further development is anticipated for log4j 1.3. Apache log4j 2.0 is an experimental development branch for logging services designed for Java 5 and later. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
