Repository: logging-log4j2 Updated Branches: refs/heads/master ac88b1be4 -> e1d334efd
LOG4J2-1849 Fixed daylight savings time issue with FixedDateFormat. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ea72ac70 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ea72ac70 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ea72ac70 Branch: refs/heads/master Commit: ea72ac7023f15b2f585f56d6d6b7b9d936021ad9 Parents: c822338 Author: rpopma <rpo...@apache.org> Authored: Thu Mar 16 21:08:57 2017 +0900 Committer: rpopma <rpo...@apache.org> Committed: Thu Mar 16 21:08:57 2017 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ea72ac70/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bd5d131..753802b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -32,7 +32,7 @@ --> <release version="2.8.2" date="2017-MM-DD" description="GA Release 2.8.2"> <action issue="LOG4J2-1849" dev="rpopma" type="fix"> - Fixed daylight savings time issue with FixedDateFormat. + Fixed daylight savings time (DST) issue with FixedDateFormat. </action> <action issue="LOG4J2-1850" dev="mattsicker" type="fix" due-to="Ludovic Hochet"> Fix CassandraRule and unit tests on Windows.