summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-15 19:07:53 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-15 19:07:53 +0000
commit455d65af6afeb9a37b0d1eeefa07c118bd9fcdb0 (patch)
tree76e30482b8f90436f93912127276f19994975705
parent3edd08a8f36a2c836e0d870b613f4ef7347e4ba3 (diff)
Add an entry for the 1.8.7 branch point.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 691da39379..9380bc8542 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@ Wed Apr 16 02:09:14 2008 Kouhei Sutou <kou@cozmixng.org>
* test/xmlrpc/test_cookie.rb: add a test for the above fix.
+Wed Apr 15 23:48:28 2008 Akinori MUSHA <knu@iDaemons.org>
+
+ * version.h: Branch off ruby_1_8_7 from ruby_1_8 in preparation
+ for the forthcoming 1.8.7 release.
+
Tue Apr 15 23:40:39 2008 Akinori MUSHA <knu@iDaemons.org>
* ext/syck/rubyext.c (rb_syck_mktime): Avoid buffer overflow.