aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-26 03:09:54 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-26 03:09:54 +0000
commit3a8100835485c64f97e10a3cd1624a1b33145326 (patch)
tree617026ed9dd0ad61f4cbff7b0cf039a9092ff50f /ChangeLog
parent3ade5353e1f7a8893443ade7182851edac891295 (diff)
downloadruby-3a8100835485c64f97e10a3cd1624a1b33145326.tar.gz
* test/socket/test_udp.rb: Close sockets explicitly.
Don't use fixed port number. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 021cfdeb83..9ac327b9c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 26 12:08:51 2013 Tanaka Akira <akr@fsij.org>
+
+ * test/socket/test_udp.rb: Close sockets explicitly.
+ Don't use fixed port number.
+
Wed Jun 26 07:27:17 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (bigand_int): Fix a buffer over read.