summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-23 13:08:48 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-23 13:08:48 +0000
commit6e1ed146069bc0a879277eba9ef286e2ec595147 (patch)
tree970f90a64183a12a3c039f6f2a3b22e2ad010329 /ChangeLog
parent06151d4a99e02ce9662c938d6d6d3f8e6621822b (diff)
* distruby.rb: removed. "make dist" uses tool/make-snapshot for the 1.9
series. distruby.rb has been no longer used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19901 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 75cbc447c6..c0de652c41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 23 22:06:23 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * distruby.rb: removed. "make dist" uses tool/make-snapshot for the 1.9
+ series. distruby.rb has been no longer used.
+
Thu Oct 23 17:30:29 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* class.c (rb_class_instance_methods): rdoc fixed. [ruby-core:19458]