v0.95.1
tagfd9dbdc836f953e69aadb6412420d53d937821d8
object dda4035f18c81884b895bef9e56128ce0c8083c0
authorEric Wong <normalperson@yhbt.net>
Sat, 21 Nov 2009 21:13:13 +0000 (21 21:13 +0000)
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