summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-21 17:42:08 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-21 17:42:08 +0000
commit73c48cde44933b71c256c50e05c2736eebbe8ecd (patch)
tree5d9d53714f6ad76a40e716e3323437190850b118
parentcbc39f36271a061305d59819d60950f929c6d9bb (diff)
downloadruby-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--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb879b662..0490c530c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.