Author: carnold
Date: Mon Feb 26 21:51:10 2007
New Revision: 512145
URL: http://svn.apache.org/viewvc?view=rev&rev=512145
Log:
Bug 41169: Add instructions to remove registry key to allow support DLL to
register itself
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=512145&r1=512144&r2=512145
==============================================================================
--- logging/log4j/branches/v1_2-branch/docs/HISTORY.txt (original)
+++ logging/log4j/branches/v1_2-branch/docs/HISTORY.txt Mon Feb 26 21:51:10 2007
@@ -15,6 +15,12 @@
SyslogAppender also now sends any header from the associated
layout when activateOptions is called or first logging event is sent
and
any footer when the appender is closed.
+
+ NTEventLogAppender: Updated NTEventLogAppender.dll which corrects missing
event messages
+ and which should work with earlier releases of log4j. If replacing
+ a previously used NTEventLogAppender.dll, the registry key
+
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Eventlog/Application/Log4J
+ should be removed to allow the new DLL to properly register itself.
- Fixed following bugs:
40944: PropertyConfigurator.configure(URL) does not close resource
stream.
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=512145&r1=512144&r2=512145
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/xdocs/download.xml (original)
+++ logging/log4j/branches/v1_2-branch/src/xdocs/download.xml Mon Feb 26
21:51:10 2007
@@ -40,6 +40,12 @@
packet. Default value is false for compatibility with previous behavior.
The SyslogAppender also now sends any header from the associated layout when
activateOptions is called or the first logging event is send and any footer
when the appender is closed.</li>
+ <li>NTEventLogAppender: Updated NTEventLogAppender.dll which corrects
missing event messages
+ and which should work with earlier releases of log4j. If replacing
+ a previously used NTEventLogAppender.dll, the registry key
+
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Eventlog/Application/Log4J
+ should be removed to allow the new DLL to properly register
itself.</li>
+
<li>The following bugs were fixed:
<ul>
<li><a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40944">40944</a>:
PropertyConfigurator.configure(URL) does not close resource stream.</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]