aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-12 05:48:41 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-12 05:48:41 +0000
commit9a7d41ae19d8c012113ca79b5a4f6637c9b60fdb (patch)
treefa2f2cccb9257da845b088b5df0afb027bea1a32 /ChangeLog
parentbaf2eff25e55bac63b4737865572fe2cb8f4d1af (diff)
downloadruby-9a7d41ae19d8c012113ca79b5a4f6637c9b60fdb.tar.gz
* lib/mkmf.rb (Logging.postpone): copy only when tmporary logfile
exists. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31529 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 125333d728..63ef57a8eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 12 14:47:53 2011 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * lib/mkmf.rb (Logging.postpone): copy only when tmporary logfile
+ exists.
+
Thu May 12 12:24:22 2011 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* ext/openssl/ossl_ssl.c: By trunk@31346, function check of SSLv2 is executed.