|
From: <log...@li...> - 2026-04-28 18:49:20
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Log4cpp Git repository.".
The branch, cmake_msvcrt_lnk has been created
at 92ab63027b17d280b5fc600f14dcc161a24f286e (commit)
- Log -----------------------------------------------------------------
http://sourceforge.net/p/log4cpp/codegit/ci/
commit aaa0bb36c0f8a6e406b99dabdd021bb5dcdff15c
Author: Alexander Perepelkin <san...@us...>
Date: Mon Mar 30 08:11:15 2026 +0200
ChangeLog, index.html
diff --git a/ChangeLog b/ChangeLog
index 95c186d..43d7a74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-03-29 21:49 sanchouss_
+ * NTEventLogAppender: Avoid potential Unicode-related linking issues when the library and application are built with different define-UNICODE settings.
+ Make implementation safer by considering corner cases.
+ When Windows registry is set up by the appender, print debug info to the console (debug builds only).
+ Add generation of Event Message File "NTEventLogAppender.dll" for Windows Event Viewer with CMake on Win32 platforms.
+
2026-03-27 20:40 sanchouss_
* fix for bug #148: remove virtual specifier from open(). Thanks to Jac Goudsmit for reporting and proposals.
diff --git a/doc/html/index.html b/doc/html/index.html
index 5961975..c46f397 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -18,7 +18,7 @@ for C++ Project
Page on Sourceforge</a>
</span> |
<span>Last Published:
-2026-03-26</span> | <span> <a href="https://sourceforge.net/projects/log4cpp/">Sourceforge Home</a>
+2026-03-30</span> | <span> <a href="https://sourceforge.net/projects/log4cpp/">Sourceforge Home</a>
</span> |
</div>
<hr class="delimiter">
@@ -915,7 +915,16 @@ A3.log.1
<small>
<dl>
- <dt>master branch (26 March 2026)</dt>
+ <dt>master branch (29 March 2026)</dt>
+ <dd>
+ NTEventLogAppender: Avoid potential Unicode-related linking issues when the library and application are built with different define-UNICODE settings.<br>
+ When Windows registry is set up by the appender, print debug info to the console (debug builds only).<br>
+ Add generation of Event Message File "NTEventLogAppender.dll" for Windows Event Viewer with CMake on Win32 platforms.
+ </dd>
+
+ <dd>
+ fix for bug #148: remove virtual specifier from open(). Thanks to Jac Goudsmit for reporting and proposals.
+ </dd>
<dd>Fix Y2038 issue in Timestamp class (32-bit seconds field overflow).
Use time_t for seconds to avoid truncation/overflow on platforms where time_t is 64-bit.
Thanks to Adrien Destugues for reporting bug #153.
-----------------------------------------------------------------------
hooks/post-receive
--
Log4cpp Git repository.
|