carnold 2005/08/18 16:08:01 Modified: docs Tag: v1_2-branch HISTORY.txt src/xdocs Tag: v1_2-branch documentation.xml plan.xml Removed: src/xdocs Tag: v1_2-branch srtw.xml Log: Bug 36213: Fixed broken links and removed obsolete documentation Revision Changes Path No revision No revision 1.27.2.16 +10 -0 logging-log4j/docs/HISTORY.txt Index: HISTORY.txt =================================================================== RCS file: /home/cvs/logging-log4j/docs/HISTORY.txt,v retrieving revision 1.27.2.15 retrieving revision 1.27.2.16 diff -u -r1.27.2.15 -r1.27.2.16 --- HISTORY.txt 7 Aug 2005 21:57:10 -0000 1.27.2.15 +++ HISTORY.txt 18 Aug 2005 23:08:00 -0000 1.27.2.16 @@ -4,6 +4,16 @@ [**] Changes that requiring little or no modification to existing client code. [***] Changes requiring important modifications to existing client code. + + TODO - + + - Release of version 1.2.12 + + - Fixed bug 36262 by removing final qualifiers on member variables + in org.apache.log4j.chainsaw.LoggingReceiver which would cause + spurious compiler errors with JDK 1.1 and 1.2 javac compilers. + + - Fixed bug 36213 by removing references to obsolete documentation. August 7th, 2005 No revision No revision 1.15.2.11 +1 -1 logging-log4j/src/xdocs/documentation.xml Index: documentation.xml =================================================================== RCS file: /home/cvs/logging-log4j/src/xdocs/documentation.xml,v retrieving revision 1.15.2.10 retrieving revision 1.15.2.11 diff -u -r1.15.2.10 -r1.15.2.11 --- documentation.xml 19 Jun 2005 00:07:42 -0000 1.15.2.10 +++ documentation.xml 18 Aug 2005 23:08:01 -0000 1.15.2.11 @@ -45,7 +45,7 @@ <p> <li> - <a href="faq.html"><b>FAQ</b></a>, + <a href="FAQ.html"><b>FAQ</b></a>, </li> </p> 1.7.2.5 +1 -1 logging-log4j/src/xdocs/plan.xml Index: plan.xml =================================================================== RCS file: /home/cvs/logging-log4j/src/xdocs/plan.xml,v retrieving revision 1.7.2.4 retrieving revision 1.7.2.5 diff -u -r1.7.2.4 -r1.7.2.5 --- plan.xml 19 Jun 2005 00:07:42 -0000 1.7.2.4 +++ plan.xml 18 Aug 2005 23:08:01 -0000 1.7.2.5 @@ -194,7 +194,7 @@ <td>Improvements to Chainsaw</td> <td> - <p><a href="chainsaw.html">Chainsaw v2</a> development has now progressed + <p><a href="http://logging.apache.org/log4j/docs/chainsaw.html">Chainsaw v2</a> development has now progressed to the point where the main developers of it and many other members of the logging community are using it daily. It's still pre-alpha but only
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]