From 5a178500e063d185fd5f9ba6098b38703ff31d40 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 15 Jul 2008 12:33:28 +0000 Subject: * configure.in (--with-ruby-version): Add a new option to specify the ruby version string for version specific directories. [ruby-dev:35490] * mkconfig.rb: Definition of ruby_version is now determined by the configure script. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d7deb7421..e67f783f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Jul 15 21:31:26 2008 Akinori MUSHA + + * configure.in (--with-ruby-version): Add a new option to specify + the ruby version string for version specific directories. + [ruby-dev:35490] + + * mkconfig.rb: Definition of ruby_version is now determined by the + configure script. + Tue Jul 15 18:14:20 2008 NAKAMURA Usaku * ext/socket/socket.c (ruby_connect, s_accept): check before readable/ -- cgit