Repository: logging-log4j2 Updated Branches: refs/heads/master 3bcecae93 -> e82a9db1e
Better descriptions. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e82a9db1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e82a9db1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e82a9db1 Branch: refs/heads/master Commit: e82a9db1e98eb3b08a3275da394a22ae513c75f3 Parents: 3bcecae Author: Gary Gregory <[email protected]> Authored: Fri Dec 5 11:56:36 2014 -0500 Committer: Gary Gregory <[email protected]> Committed: Fri Dec 5 11:56:36 2014 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e82a9db1/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fe61725..b103693 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -26,11 +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. + The SyslogAppender 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. + The SyslogAppender takes a new parameter connectTimeoutMillis. </action> <action issue="LOG4J2-914" dev="ggregory" type="fix" due-to="Kaj Bjurman"> ThrowableProxy.getExtendedStackTraceAsString causes NullpointerException.
