Author: carnold
Date: Sun Sep 3 14:01:11 2006
New Revision: 439842
URL: http://svn.apache.org/viewvc?view=rev&rev=439842
Log:
Bug 40172: Update downloads page for log4j 1.2.14 release
Modified:
logging/log4j/branches/v1_2-branch/docs/HISTORY.txt
logging/log4j/branches/v1_2-branch/src/xdocs/download.xml
Modified: logging/log4j/branches/v1_2-branch/docs/HISTORY.txt
URL:
http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/docs/HISTORY.txt?view=diff&rev=439842&r1=439841&r2=439842
==============================================================================
--- logging/log4j/branches/v1_2-branch/docs/HISTORY.txt (original)
+++ logging/log4j/branches/v1_2-branch/docs/HISTORY.txt Sun Sep 3 14:01:11 2006
@@ -5,7 +5,7 @@
client code.
[***] Changes requiring important modifications to existing client code.
- September 7th, 2006
+ September 8th, 2006
- Release of version 1.2.14
@@ -14,7 +14,7 @@
- Added support for specifying a port for SyslogAppender (bug 39687).
- - Added cc and bcc addresses to SMTPAppender (bug 18246) and password
authentication (bug 24969).
+ - Added cc and bcc addresses to SMTPAppender (bug 19125) and password
authentication (bug 24969).
- Fixed following bugs:
40159: NullPointerException in org.apache.log4j.NDC.get.
@@ -23,7 +23,6 @@
40145: PatternLayout specifier %r is not consistent with documentation.
37119: Space after log level causes default level to be used.
39135: Bad patterns in ISO8601DateFormat and DateTimeDateFormat.
- 39687: Enabling configuring port for SyslogAppender.
35743: SyslogAppender throws NullPointerException upon misconfiguration.
15501: FallbackErrorHandler throws NullPointerException if no loggers
are set.
38564: Bad documentation for WriterAppender.encoding.
@@ -34,7 +33,6 @@
31507: Misspelling in HierarchyDynamicMBean.
35123: Additivity not exported by PropertyPrinter.
31003: RollingFileAppender, if removed, can cause NullPointerExceptions.
- 38982: Add non-blocking option for AsyncAppender.
23021: AsyncAppender blocks on thread death.
Modified: logging/log4j/branches/v1_2-branch/src/xdocs/download.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/xdocs/download.xml?view=diff&rev=439842&r1=439841&r2=439842
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/xdocs/download.xml (original)
+++ logging/log4j/branches/v1_2-branch/src/xdocs/download.xml Sun Sep 3
14:01:11 2006
@@ -9,7 +9,7 @@
<meta name="keywords" content="java, log4j download, logging, tracing,
component, framework, API, log4j"/>
<body>
- <section name="log4j version 1.2.13">
+ <section name="log4j version 1.2.14">
<p>Log4j is <a
href="http://logging.apache.org/site/binindex.cgi"><b>available
for download</b></a> from a number of mirrors. Please
@@ -17,16 +17,36 @@
bandwidth.
</p>
- <p>Log4j version 1.2.13 has two changes from version 1.2.12:
+ <p>Changes in log4j 1.2.14:
<ul>
- <li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36800">Bug
#36800</a> :
- Location related info now emitted for TRACE level log messages.</li>
-
- <li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37122">Bug
#37122</a> :
- Console appender now behaves as before to fix
- compatibility problem with JBoss introduced in 1.2.12 release due to fix
- for bug 31056. Can still be configured to detect changes in the System.out
- and System.err streams as needed by setting the follow property.</li>
+ <li>AsyncAppender was rewritten to eliminate reported deadlocks (bugs <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=26224">26224</a>, <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=28006">28006</a>, <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37904">37904</a>, <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=38137">38137</a>),
+ and to add an option to not block if the event queue becomes full (bug <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=38982">38982</a>).</li>
+
+ <li>SyslogAppender can now accept a port specification (bug <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=39687">39687</a>) in
its syslogHost attribute.</li>
+
+ <li>SMPTAppender can now accept cc and bcc addresses (bug <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=19125">19125</a>) and
perform password authentication (bug <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=24969">24969</a>).</li>
+
+ <li>The following bugs were fixed:
+ <ul>
+ <li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40159">40159</a>:
NullPointerException in org.apache.log4j.NDC.get.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36787">36787</a>:
org.apache.log4j.lf5.util.DateFormatManager.setTimeZone assignment error.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=38559">38559</a>:
Monthly logs not generated at midnight with DailyRollingFileAppender.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40145">40145</a>:
PatternLayout specifier %r is not consistent with documentation.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37119">37119</a>: Space
after log level causes default level to be used.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=39135">39135</a>: Bad
patterns in ISO8601DateFormat and DateTimeDateFormat.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35743">35743</a>:
SyslogAppender throws NullPointerException upon misconfiguration.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=15501">15501</a>:
FallbackErrorHandler throws NullPointerException if no loggers are set.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=38564">38564</a>: Bad
documentation for WriterAppender.encoding.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37866">37866</a>:
NTEventLogAppender not build, tested and placed in distribution.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=38662">38662</a>:
SMTPAppender does not output newlines between stack trace lines.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=30294">30294</a>:
SMTPAppender will not run within sandbox.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=16922">16922</a>: MDC
with SMTPAppender doesn't work.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=31507">31507</a>:
Misspelling in HierarchyDynamicMBean.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35123">35123</a>:
Additivity not exported by PropertyPrinter.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=31003">31003</a>:
RollingFileAppender, if removed, can cause NullPointerExceptions.
+ </li><li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=23021">23021</a>:
AsyncAppender blocks on thread death.
+ </li></ul>
+ </li>
</ul>
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]