Repository: logging-log4j2 Updated Branches: refs/heads/master 6d15c529c -> 03d60a4b6
More details in the RNs. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/03d60a4b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/03d60a4b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/03d60a4b Branch: refs/heads/master Commit: 03d60a4b68b478440211291b01bf6cbb283514ad Parents: 6d15c52 Author: Gary Gregory <[email protected]> Authored: Tue Nov 18 01:12:09 2014 -0500 Committer: Gary Gregory <[email protected]> Committed: Tue Nov 18 01:12:09 2014 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/03d60a4b/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 85272e4..024b028 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -26,9 +26,11 @@ <release version="2.2" date="201?-??-??" description="GA Release 2.2"> <action issue="LOG4J2-895" dev="ggregory" type="add"> Specify the SyslogAppender connect timeout value as part of the configuration. + The new appender takes a new parameter connectTimeoutMillis. </action> <action issue="LOG4J2-899" dev="ggregory" type="add"> Specify the SocketAppender connect timeout value as part of the configuration. + The new appender takes a new parameter connectTimeoutMillis. </action> <action issue="LOG4J2-893" dev="ggregory" type="fix"> NullPointerException on filter when mapping JUL to Log4j2.
