aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-27 08:33:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-27 08:33:47 +0000
commit14f6c8ca8ae785b14718cac1ad8891ca20e604e1 (patch)
treef32fe054b7581efa21879d9863fd5a6daf4656f8 /ChangeLog
parent75b9218f25f4f63bf23fdc118eb40c5d712684ee (diff)
downloadruby-14f6c8ca8ae785b14718cac1ad8891ca20e604e1.tar.gz
rbinstall.rb: reject empty files
* tool/rbinstall.rb (install_recursive): add maxdepth option. * tool/rbinstall.rb (bin-comm): limit depth of bindir and reject empty files. [ruby-core:55101] [Bug #8432] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d400692113..7ce749e112 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon May 27 17:33:28 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * tool/rbinstall.rb (install_recursive): add maxdepth option.
+
+ * tool/rbinstall.rb (bin-comm): limit depth of bindir and reject empty
+ files. [ruby-core:55101] [Bug #8432]
+
Mon May 27 16:16:18 2013 Koichi Sasada <ko1@atdot.net>
* vm_trace.c (rb_postponed_job_flush, rb_postponed_job_register): use