From 6ce6d6f9640453f464de68f51b099bf3c2d15433 Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 13 Oct 2006 13:34:09 +0000 Subject: * lib/fileutils.rb (FileUtils.cp_r): dereference_root=true is default in Ruby 1.8. This line is wrongly removed in last commit. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 634582707..33b7c716b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 13 22:33:28 2006 Minero Aoki + + * lib/fileutils.rb (FileUtils.cp_r): dereference_root=true is + default in Ruby 1.8. This line is wrongly removed in last commit. + Fri Oct 13 18:19:31 2006 Yukihiro Matsumoto * object.c: Class#inherited RDoc added. a patch from Daniel -- cgit