Repository: logging-log4j2 Updated Branches: refs/heads/master dab88a640 -> 84f6d3f1e
Fix changes.xml JIRA #s. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/84f6d3f1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/84f6d3f1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/84f6d3f1 Branch: refs/heads/master Commit: 84f6d3f1e3b6bf1567bbbd7b65cc64959c30c07c Parents: dab88a6 Author: Gary Gregory <[email protected]> Authored: Mon Mar 16 20:37:55 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Mon Mar 16 20:37:55 2015 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/84f6d3f1/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 485f29b..faa3d73 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,10 +27,10 @@ <action issue="LOG4J2-926" dev="ggregory" type="add" due-to="David Ohana"> Truncate from the end of text format modifier. </action> - <action issue="LOG4J2-976" dev="ggregory" type="fix" due-to="Matt Quinn"> + <action issue="LOG4J2-966" dev="ggregory" type="fix" due-to="Matt Quinn"> KeyStoreConfiguration.createKeyStoreConfiguration() ignores keyManagerFactoryAlgorithm. </action> - <action issue="LOG4J2-966" dev="ggregory" type="fix" due-to="Gary Gregory"> + <action issue="LOG4J2-976" dev="ggregory" type="fix" due-to="Gary Gregory"> Using monitorInterval with YAML config file format causes JSONParseException. </action> <action issue="LOG4J2-964" dev="ggregory" type="fix" due-to="Jonne Jyrylä">
