aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-10 02:29:04 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-10 02:29:04 +0000
commit073ac4ff5a67570409056971578bb4294649f006 (patch)
tree8ce9fb0a8d831a01bdc6d7b57800b85724772385 /ChangeLog
parent81f1c62e3e2cb437b390373f33610db08f464be3 (diff)
downloadruby-073ac4ff5a67570409056971578bb4294649f006.tar.gz
* lib/un.rb (httpd): SIGQUIT and SIGHUP are not guaranteed to exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43ad1ac7a2..7a93b6ef65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Aug 10 11:26:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * lib/un.rb (httpd): SIGQUIT and SIGHUP are not guaranteed to exist.
+
Tue Aug 10 06:26:48 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_readlink): Pathname#readlink translated