about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-21 12:56:34 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-21 13:05:07 -0800
commitdda4035f18c81884b895bef9e56128ce0c8083c0 (patch)
tree64098dab4879e90f0b65dcc139d5636b5b8d98d5 /GIT-VERSION-GEN
parentd54b6d761563e92e5ed1342d344739ad163a2b74 (diff)
downloadunicorn-dda4035f18c81884b895bef9e56128ce0c8083c0.tar.gz
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
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index a09dce1..a37c4a7 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.95.0.GIT
+DEF_VER=v0.95.1.GIT
 
 LF='
 '