summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-12 13:32:24 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-12 13:32:24 +0000
commit7637592bfd62f0fcbd6897e65abf1bf3fa78488c (patch)
tree602a511f4b30529da385e8ec5cbebe742b252b8d /ChangeLog
parent2d9129c4bcff3c06a695c42e44f6fa8f91a1b5ff (diff)
merges r21415 and r21417 from trunk into ruby_1_9_1.
* version.h: make version string succinct: "ruby 1.9.1p5000 (2009-01-10 trunk 21414) [i686-linux]". git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21458 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 1b028ee28..a6feaa1f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jan 10 20:26:17 2009 Tanaka Akira <akr@fsij.org>
+
+ * version.h: make version string succinct:
+ "ruby 1.9.1p5000 (2009-01-10 trunk 21414) [i686-linux]".
+
Sat Jan 10 19:05:13 2009 Koichi Sasada <ko1@atdot.net>
* cont.c (cont_restore_1): should not be inlined.