summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bfb9f9a34..79aa6dd5f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Sun Mar 28 14:40:25 2018 Eric Wong <normalperson@yhbt.net>
+
+ net/ftp: fix FrozenError in BufferedSocket
+
+ I noticed this bug while working on something else with
+ RUBYOPT=-d on, existing test cases all passed with it.
+
+ Note: I use String.new because it is the local style, here,
+ I prefer +'' (or ''.b, for a future commit)
+
+ * lib/net/ftp.rb (BufferedSocket#read): use String.new
+ * test/net/ftp/test_buffered_socket.rb (test_read_nil): new test
+ [Bug #14323]
+
Thu Mar 28 14:29:26 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
clean autogenerated files