diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-06-24 21:25:03 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-06-24 21:25:03 +0000 |
| commit | 23e880c7bdf0cda9d6f58fca37cf72ab5ab46262 (patch) | |
| tree | 5ac6c68155bd5712cc428347c6aeae8e6cc9f87f | |
| parent | eb6731dcc1c26c3003340ecebb483e54beb2406b (diff) | |
* lib/un.rb (httpd): MaxClients also should be integer.
[ruby-dev:41724] [Bug #3477]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ -Fri Jun 25 06:14:47 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> +Fri Jun 25 06:24:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/un.rb (httpd): MaxClients also should be integer. + [ruby-dev:41724] [Bug #3477] * lib/un.rb (setup): fix of word splitting. [ruby-dev:41723] + [Bug #3476] Wed Jun 16 01:38:40 2010 Yusuke Endoh <mame@tsg.ne.jp> |
