cvs commit: jakarta-log4j/src/xdocs documentation.xml download.xml
[email protected] 17 May 2002 12:48:49 -0000
| Newsgroups | gmane.comp.jakarta.log4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
ceki 02/05/17 05:48:49
Modified: docs Tag: v1_2-branch HISTORY
src/xdocs Tag: v1_2-branch documentation.xml download.xml
Log:
Minor documentation changes.
Revision Changes Path
No revision
No revision
1.97.2.2 +4 -1 jakarta-log4j/docs/HISTORY
Index: HISTORY
===================================================================
RCS file: /home/cvs/jakarta-log4j/docs/HISTORY,v
retrieving revision 1.97.2.1
retrieving revision 1.97.2.2
diff -u -r1.97.2.1 -r1.97.2.2
--- HISTORY 17 May 2002 11:54:06 -0000 1.97.2.1
+++ HISTORY 17 May 2002 12:48:49 -0000 1.97.2.2
@@ -11,7 +11,10 @@
- This minor release fixes bug #9155 reported by Nicko Cadell.
LoggingEvent.getMDCCopy() method now sets mdcCopyLookupRequired
- instead of ndcLookupRequired. [*]
+ instead of ndcLookupRequired. This bug would cause the wrong MDC
+ information to appear on a log server. It could only occur if the
+ client wrapped an AsyncAppender around a SocketAppender or if the
+ server used an AsyncAppender for its logging. [*]
May, 2002
No revision
No revision
1.15.2.1 +0 -4 jakarta-log4j/src/xdocs/documentation.xml
Index: documentation.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/xdocs/documentation.xml,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -r1.15 -r1.15.2.1
--- documentation.xml 24 Mar 2002 23:37:11 -0000 1.15
+++ documentation.xml 17 May 2002 12:48:49 -0000 1.15.2.1
@@ -58,10 +58,6 @@
Add logging to your Java Applications</a> by Kevin Brown
</li>
- <li><a href="http://www.entwickler.com/jm/ausgaben/2001/4/artikel/17/online.shtml">
- Computer: captains, new entry... DasJakarta Logging-System log4j</a> by Thomas Poschmann
- </li>
-
<li>
<a href="http://www.opensymphony.com/guidelines/logging.jsp">OpenSymphony Logging Primer</a>
</li>
1.53.2.1 +14 -8 jakarta-log4j/src/xdocs/download.xml
Index: download.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/xdocs/download.xml,v
retrieving revision 1.53
retrieving revision 1.53.2.1
diff -u -r1.53 -r1.53.2.1
--- download.xml 9 May 2002 20:15:02 -0000 1.53
+++ download.xml 17 May 2002 12:48:49 -0000 1.53.2.1
@@ -9,13 +9,19 @@
<meta name="keywords" content="java, logging, tracing, component, framework, API, log4j"/>
<body>
- <section name="log4j version 1.2 (final)">
- <p>log4j 1.2 is now available in <a
- href="../jakarta-log4j-1.2.tar.gz"><b>TAR.GZ</b></a> format or
- in <a href="../jakarta-log4j-1.2.zip"><b>ZIP</b></a> format.
+ <section name="log4j version 1.2.1">
+ <p>log4j 1.2.1 is now available in <a
+ href="../jakarta-log4j-1.2.1.tar.gz"><b>TAR.GZ</b></a> format
+ or in <a href="../jakarta-log4j-1.2.1.zip"><b>ZIP</b></a>
+ format.
</p>
-
+ <p>This minor release fixes bug #9155 reported by Nicko
+ Cadell. With the exception of this bug fix and some
+ documentation improvements, it is identical to log4j 1.2
+ final.
+ </p>
+
<p>In addition to many performance improvements, bug fixes, and
other small enhancements, log4j 1.2 adds JMX support, Mapped
Diagnostic Contexts, JDBC logging, graphical log viewer
@@ -57,9 +63,9 @@
<dt><a
href="http://logui.sourceforge.net/"><b>Chainsaw</b></a></dt>
- <dd>Chainsaw is now integrated with log4j and ships with the
- official distribution. Chainsaw is a graphical log viewer and
- filter for the log4j package. It listens for <a
+ <dd><b>Chainsaw is now integrated with log4j and ships with
+ the official distribution.</b> Chainsaw is a graphical log
+ viewer and filter for the log4j package. It listens for <a
href="http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/spi/LoggingEvent.html">LoggingEvent</a>
objects sent using the <a
href="http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/net/SocketAppender.html">SocketAppender</a>