aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-21 15:45:16 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-21 15:45:16 +0000
commit7c936bcbb7f39894c429a40f0ca2199b4b8ebbf0 (patch)
treec616905cc249d86a5335b93bf3698812fe51abfc /ChangeLog
parent8fc91349e91bdcf3484ebc617ee3179228663a85 (diff)
downloadruby-7c936bcbb7f39894c429a40f0ca2199b4b8ebbf0.tar.gz
* win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP is
is different from Vista about pipe handle inheritance. fixed [ruby-core:17367] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07a52980f1..a6e3e1f40d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Jun 22 00:42:02 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP is
+ is different from Vista about pipe handle inheritance.
+ fixed [ruby-core:17367]
+
Sun Jun 22 00:38:45 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* README.EXT.ja: add note about mark and free.