aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-05 10:07:41 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-05 10:07:41 +0000
commit9b9654c3c3d9c42572531752cbb88b6fd906a9be (patch)
tree50dd6508361ccd57692f950b648cb5f8b75c73f9 /ChangeLog
parent2967707b32fc4cd59c4685f276aaf62d6a80a6cf (diff)
downloadruby-9b9654c3c3d9c42572531752cbb88b6fd906a9be.tar.gz
* lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): Fix the
wrong output message when user is nil, which should be "chown :group file" instead of "chown group file". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c937543db..be50a20e94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jul 5 19:05:40 2013 Akinori MUSHA <knu@iDaemons.org>
+
+ * lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): Fix the
+ wrong output message when user is nil, which should be "chown
+ :group file" instead of "chown group file".
+
Fri Jul 5 16:21:56 2013 Akinori MUSHA <knu@iDaemons.org>
* test/ruby/test_regexp.rb