diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-21 17:42:08 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-21 17:42:08 +0000 |
commit | 73c48cde44933b71c256c50e05c2736eebbe8ecd (patch) | |
tree | 5d9d53714f6ad76a40e716e3323437190850b118 | |
parent | cbc39f36271a061305d59819d60950f929c6d9bb (diff) | |
download | ruby-73c48cde44933b71c256c50e05c2736eebbe8ecd.tar.gz ruby-73c48cde44933b71c256c50e05c2736eebbe8ecd.tar.xz ruby-73c48cde44933b71c256c50e05c2736eebbe8ecd.zip |
add ML link [ruby-dev:26100]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |