aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-26 08:55:34 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-26 08:55:34 +0000
commit39e457b4e7896bf857b88b361dc0202ba3327961 (patch)
treea7616eac9752b03898022207c02083dbd8027554 /ChangeLog
parent4d786d21e3e80a70554c3fed7aa39e8ec7922b44 (diff)
downloadruby-39e457b4e7896bf857b88b361dc0202ba3327961.tar.gz
* win32/{configure.bat, setup.mak, Makefile.sub}: add new configure
option ``--with-ntver''. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25931 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 bbf8398c90..db456de1c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 26 17:54:37 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/{configure.bat, setup.mak, Makefile.sub}: add new configure
+ option ``--with-ntver''.
+
Thu Nov 26 11:42:22 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/mkmf/base.rb: use $INCFLAGS to add -I option. [Bug#2387]