From 0d12a7a97e0117175caf9a3792ff01df336519ba Mon Sep 17 00:00:00 2001 From: shugo Date: Tue, 6 Feb 2007 09:45:28 +0000 Subject: * lib/net/ftp.rb: moved fixes for EPIPE to the correct place. [ruby-core:10204] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5541c6287..4b3354c00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 6 18:43:17 2007 Shugo Maeda + + * lib/net/ftp.rb: moved fixes for EPIPE to the correct + place. [ruby-core:10204] + Tue Feb 6 16:38:08 2007 Koichi Sasada * vm_opts.h: set properties: -- cgit