Repository: logging-log4j2 Updated Branches: refs/heads/master e4bca837b -> fa2f15022
Fix switch in due-to attributes. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fa2f1502 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fa2f1502 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fa2f1502 Branch: refs/heads/master Commit: fa2f15022ade83af61ecaba003ca8cda7c4282e9 Parents: e4bca83 Author: Gary Gregory <[email protected]> Authored: Sat Mar 21 09:28:23 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Sat Mar 21 09:28:23 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/fa2f1502/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c0dd6a8..cc45bbb 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-966" dev="ggregory" type="fix" due-to="Matt Quinn"> + <action issue="LOG4J2-966" dev="ggregory" type="fix" due-to="Gary Gregory"> KeyStoreConfiguration.createKeyStoreConfiguration() ignores keyManagerFactoryAlgorithm. </action> - <action issue="LOG4J2-976" dev="ggregory" type="fix" due-to="Gary Gregory"> + <action issue="LOG4J2-976" dev="ggregory" type="fix" due-to="Matt Quinn"> Using monitorInterval with YAML config file format causes JSONParseException. </action> <action issue="LOG4J2-964" dev="ggregory" type="fix" due-to="Jonne Jyrylä">
