summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-20 16:02:21 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-20 16:02:21 +0000
commitbd0d158c5761e46c01647997dadd50a6e4b0d643 (patch)
tree873e4c2ff80bfa29b8e456429df851eacdd11c5e /ChangeLog
parent8610ca3cb583c1ec340bbc7d20a23a751de5f683 (diff)
downloadruby-bd0d158c5761e46c01647997dadd50a6e4b0d643.tar.gz
ruby-bd0d158c5761e46c01647997dadd50a6e4b0d643.tar.xz
ruby-bd0d158c5761e46c01647997dadd50a6e4b0d643.zip
* tool/make-snapshot: do not use sha256sum; use BASERUBY instead
* common.mk (dist): use tool/make-snapshot instead git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17491 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 5ab2d36e3..f628f8a7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jun 21 00:45:34 2008 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * tool/make-snapshot: do not use sha256sum; use BASERUBY instead
+
+ * common.mk (dist): use tool/make-snapshot instead
+
Fri Jun 20 16:34:14 2008 Tanaka Akira <akr@fsij.org>
* process.c (Init_process): Process::Status#to_int removed.