You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2020/04/11 11:39:13 UTC

[logging-log4cxx] 02/03: Added some additional entries in the changelog I've missed before.

This is an automated email from the ASF dual-hosted git repository.

tschoening pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 696e8a430cbb74f0b5b6b39c8971fcf6421f1494
Author: Thorsten Schöning <ts...@am-soft.de>
AuthorDate: Sat Apr 11 13:38:11 2020 +0200

    Added some additional entries in the changelog I've missed before.
---
 src/changes/changes.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5950091..87c6f87 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -107,10 +107,12 @@
 			<action issue="LOGCXX-262" type="fix">socketappendertestcase and xmlsocketappendertestcase not run</action>
 			<action issue="LOGCXX-249" type="fix">Console appender crashes if layout is not set</action>
 
+			<action type="add">Added support for building log4cxx as a statically linked library on Windows. (https://github.com/apache/logging-log4cxx/pull/21)</action>
+			<action type="add">Replaced ant build with cmake. (https://github.com/apache/logging-log4cxx/pull/14)</action>
 			<action type="add">JSONLayout (https://github.com/apache/logging-log4cxx/pull/13)</action>
-			<action type="update">Behavior of StringHelper::startsWith and endsWith synced</action>
+			<action type="update">Behavior of StringHelper::startsWith and endsWith synced.</action>
 			<action type="update">Documented C (class) and M (method) log format keywords.</action>
-			<action type="add">LocationInfo for Borland C++ Builder and successors improved</action>
+			<action type="add">LocationInfo for Borland C++ Builder and successors improved.</action>
 		</release>
 
 		<release	version="0.10.0"