summaryrefslogtreecommitdiffstats
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
commitf1e776cb0422a548091db7250b9c1aee5ba47792 (patch)
tree970f90a64183a12a3c039f6f2a3b22e2ad010329 /ChangeLog
parent0a3d859b57449c5f5510ae2eb5f6401d6c86ec7d (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: http://svn.ruby-lang.org/repos/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 75cbc447c..c0de652c4 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]