summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2011-03-15 23:01:56 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2011-03-15 23:01:56 +0000
commit78823a8e573b31fa78fc3e9d8e43ab429037e73e (patch)
tree699eeb22c79e237fb61e7ddecc6af64588c952f6 /ChangeLog
parent58623414190c50acd270b42b5b61a60707842b02 (diff)
downloadclasspath-78823a8e573b31fa78fc3e9d8e43ab429037e73e.tar.gz
PR42390: Add missing call to SecurityManager.checkConnect in connect(SocketAddress, int).
2011-03-14 Andrew John Hughes <ahughes@redhat.com> PR classpath/42390 * java/net/Socket.java: (connect(SocketAddress, int)): Add missing call to SecurityManager.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18416ce70..489813aa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-14 Andrew John Hughes <ahughes@redhat.com>
+
+ PR classpath/42390
+ * java/net/Socket.java:
+ (connect(SocketAddress, int)): Add missing call
+ to SecurityManager.
+
2011-03-15 Jeroen Frijters <jeroen@frijters.net>
PR classpath/48131