about summary refs log tree commit homepage
tag namev0.95.1 (fd9dbdc836f953e69aadb6412420d53d937821d8)
tag date2009-11-21 21:13:13 +0000
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit dda4035f18...
downloadunicorn-0.95.1.tar.gz
unicorn 0.95.1
Configuration files paths given on the command-line are no
longer expanded.  This should make configuration reloads
possible when a non-absolute path is specified for --config-file
and Unicorn was deployed to a symlink directories (as with
Capistrano).  Since deployments have always been strongly
encouraged to use absolute paths in the config file, this
change does not affect them.

This is our first gem release using gemcutter.

Eric Wong (3):
      SIGNALS: HUP + preload_app cannot reload app code
      Do not expand paths given on the shell
      GNUmakefile: prep release process for gemcutter