aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-12 02:50:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-12 02:50:09 +0000
commit0a19e7f0a3fa1be6d31a702f0bf39477c1b16f0a (patch)
tree22444c310c4c0a960d4764b5ca145a908cafd558 /ChangeLog
parent41784333f12e8f38f6869f4dd35ab5a710d0cffe (diff)
downloadruby-0a19e7f0a3fa1be6d31a702f0bf39477c1b16f0a.tar.gz
net/ftp.rb: NullSocket#closed?
* net/ftp.rb: add NullSocket#closed? to fix closing not opened connection. [Fix GH-1232] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53810 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 5bcaf61a81..33cb0a81b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 12 11:49:49 2016 Anthony Dmitriyev <antstorm@gmail.com>
+
+ * net/ftp.rb: add NullSocket#closed? to fix closing not opened
+ connection. [Fix GH-1232]
+
Fri Feb 12 11:17:38 2016 Bogdan <bogdanvlviv@gmail.com>
* re.c (rb_reg_initialize_m): [DOC] fix missing right bracket.