aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-17 12:42:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-17 12:42:56 +0000
commit39dfe919094c76461865196a7444ca4e76a46251 (patch)
tree4ee1388481107c085afa814dd091e98d3ca1221f /ChangeLog
parent616932fbdb0b788fab113439276965fafcd70ea7 (diff)
downloadruby-39dfe919094c76461865196a7444ca4e76a46251.tar.gz
* tool/make-snapshot (package): creates .revision.time and passes
CHDIR to create prerequisite files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 372bd2195b..8fd16f295d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 17 21:42:54 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * tool/make-snapshot (package): creates .revision.time and passes
+ CHDIR to create prerequisite files.
+
Tue Mar 17 18:00:55 2009 Akinori MUSHA <knu@iDaemons.org>
* enumerator.c (Enumerator#{each_,}{with_index,with_object}): Fix