Repository: logging-log4j2 Updated Branches: refs/heads/master 2df3f0e72 -> 8b2f7f675
LOG4J2-124 - Add shutdown methods to LogManager Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8b2f7f67 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8b2f7f67 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8b2f7f67 Branch: refs/heads/master Commit: 8b2f7f6758d00bb1eaac861c709054e3cb46ec61 Parents: 2df3f0e Author: Ralph Goers <[email protected]> Authored: Sun Jan 24 11:40:39 2016 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Jan 24 11:40:39 2016 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8b2f7f67/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bca4964..e2cc4c4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -23,7 +23,10 @@ <title>Changes</title> </properties> <body> - <release version="2.5.1" date="201Y-MM-DD" description="GA Release 2.5.1"> + <release version="2.6" date="201Y-MM-DD" description="GA Release 2.6"> + <action issue="LOG4J2-124" dev="rgoers" type="add"> + Add shutdown methods to LogManager. + </action> <action issue="LOG4J2-1222" dev="rgoers" type="fix"> Creation of a LoggerContext will fail if shutdown is in progress. LogManager will default to SimpleLogger instead.
