1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add ML link [ruby-dev:26100]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aamine 2005-05-21 17:42:08 +00:00
parent 57873ba60f
commit 5eacc550e2

View file

@ -1,6 +1,7 @@
Sun May 22 02:39:57 2005 Minero Aoki <aamine@loveruby.net>
* lib/fileutils.rb (rm_r): new option :secure (default = true).
* lib/fileutils.rb (rm_r): new option :secure to avoid
time-to-check-to-time-to-use security problem. [ruby-dev:26100]
* lib/fileutils.rb (remove_file, remove_dir): try chmod(700) only
on Windows.