summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/fileutils.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 294711ae36..ffd65a04e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 18 10:14:42 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * lib/fileutils.rb: added missing options of FileUtils.touch by @Domon.
+ [fix GH-669]
+
Thu Jul 17 19:57:27 2014 Herwin <herwin@quarantainenet.nl>
* ext/thread/thread.c (rb_szqueue_push): add optional parameter,
diff --git a/lib/fileutils.rb b/lib/fileutils.rb
index 7113386c73..d97f2d4667 100644
--- a/lib/fileutils.rb
+++ b/lib/fileutils.rb
@@ -1130,7 +1130,7 @@ module FileUtils
private_module_function :fu_get_gid
#
- # Options: noop verbose
+ # Options: noop verbose mtime nocreate
#
# Updates modification time (mtime) and access time (atime) of file(s) in
# +list+. Files are created if they don't exist.