Author: carnold
Date: Wed Feb 28 13:38:34 2007
New Revision: 512992

URL: http://svn.apache.org/viewvc?view=rev&rev=512992
Log:
Bug 41169: Add DllRegisterServer and DllUnregisterServer entry points

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=512992&r1=512991&r2=512992
==============================================================================
--- logging/log4j/branches/v1_2-branch/docs/HISTORY.txt (original)
+++ logging/log4j/branches/v1_2-branch/docs/HISTORY.txt Wed Feb 28 13:38:34 2007
@@ -17,10 +17,12 @@
         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.
+        and which should work with earlier releases of log4j.  
+               NTEventLogAppender.dll also now supports registration and 
unregistration
+               using regsvr32.  If replacing an existing copy of 
NTEventLogAppender,
+               use "regsvr32 NTDllEventLogAppender.dll" or manually remove the
+               
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Eventlog/Application/Log4J
+               registry key.
  
  - 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=512992&r1=512991&r2=512992
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/xdocs/download.xml (original)
+++ logging/log4j/branches/v1_2-branch/src/xdocs/download.xml Wed Feb 28 
13:38:34 2007
@@ -41,10 +41,12 @@
   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>
+        and which should work with earlier releases of log4j.
+               NTEventLogAppender.dll also now supports registration and 
unregistration
+               using regsvr32.  If replacing an existing copy of 
NTEventLogAppender,
+               use "regsvr32 NTDllEventLogAppender.dll" or manually remove the
+               
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Eventlog/Application/Log4J
+               registry key.</li>
 
   <li>The following bugs were fixed:
       <ul>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to