Repository: logging-log4j2 Updated Branches: refs/heads/master e07cc14b1 -> 91bca37f5
[LOG4J2-1994] TcpSocketServer does not close accepted Sockets. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/91bca37f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/91bca37f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/91bca37f Branch: refs/heads/master Commit: 91bca37f518be9e59195a5995f69a70a5b2e756e Parents: e07cc14 Author: Gary Gregory <[email protected]> Authored: Fri Jul 28 16:05:38 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Fri Jul 28 16:05:38 2017 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/91bca37f/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5994595..d8a6042 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,6 +55,9 @@ <action issue="LOG4J2-1971" dev="rgoers" type="fix"> Register log4j-core as an OSGi service. Skip tests for LOG4J2-1766 on MacOS. Use group "staff" for LOG4J2-1699 test on MacOS. </action> + <action issue="LOG4J2-1994" dev="ggregory" type="fix"> + TcpSocketServer does not close accepted Sockets. + </action> <action issue="LOG4J2-1987" dev="ggregory" type="fix" due-to="Andreas Felder"> Log4J JUL Bridge and RMI Security Manager causes access denied ("java.util.logging.LoggingPermission" "control") </action>
