aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-05 02:27:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-05 02:27:20 +0000
commita6c117a2b1051c07cb945bb234b584742741303b (patch)
tree122323cef0919f2fd4bd5f9ded560e446470b733 /ChangeLog
parent9e75b2670227ee1b765f88a6e025f5584faa9844 (diff)
downloadruby-a6c117a2b1051c07cb945bb234b584742741303b.tar.gz
* win32/Makefile.sub (miniruby.exe): workaround for a failure of
mt.exe on Windows 7 beta. [ruby-talk:330284] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22777 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 16c09fa9bf..0f06085fb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Mar 5 11:27:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * win32/Makefile.sub (miniruby.exe): workaround for a failure of
+ mt.exe on Windows 7 beta. [ruby-talk:330284]
+
Thu Mar 5 10:32:17 2009 NARUSE, Yui <naruse@ruby-lang.org>
* test/dl/test_base.rb: Add dragonfly to libc and libm switch.