about summary refs log tree commit homepage
DateCommit message (Collapse)
2010-02-13gemspec: bump Rainbows! dependency (leak fix)
Rainbows! >= 0.90.2 depends on Unicorn >= 0.96.1, which will work around a memory leak found in previous versions of Unicorn::HttpParser.
2009-12-24doc: update manpage since Unicorn got new features
working_directory and Worker#user got added over time, so recommending Dir.chdir and Process::UID.change_privilege is bad.
2009-12-22Zbatery 0.1.0 v0.1.0
This gem release allows compatibility with newer versions of Rainbows! This also fixes a bug when $stdout is not redirected to a file.
2009-12-22ficks speling eror in README
2009-12-21GNUmakefile: releases push tgz to Rubyforge
2009-12-16avoid breaking user switching with a single process
$stdout may not have been a chown-able file descriptor, so throw in a dummy object there that absorbs chown calls.
2009-12-15doc: update README, add FAQ
* make it clear we depend on Unicorn and Rainbows! * point out Sunshowers * add FAQ
2009-12-14gemspec: relax Rainbows! dependency
We do not expect Rainbows! internals we depend on to change significantly before Rainbows! 1.0.0.
2009-12-10prep for release v0.0.0
2009-12-09trap and noop SIGWINCH, too
2009-11-29do not expand paths given by shell
Shells already expand '~' before the executables see it, and relative paths inside symlinks can get set incorrectly to the actual directory name, and not the (usually desired) symlink name for things like Capistrano. Since our paths are now unexpanded, we must now check the "working_directory" directive and raise an error if the user specifies the config file in a way that makes the config file unreloadable.
2009-11-27initial