From f0a31e43676f59762d5bf53707cd8cc21fed0727 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 10 Oct 2012 21:33:46 +0000 Subject: unicorn 4.4.0 - minor updates Non-regular files are no longer reopened on SIGUSR1. This allows users to specify FIFOs as log destinations. TCP_NOPUSH/TCP_CORK is no longer set/unset by default. Use :tcp_nopush explicitly with the "listen" directive if you wish to enable TCP_NOPUSH/TCP_CORK. Listen sockets are now bound _after_ loading the application for preload_app(true) users. This prevents load balancers from sending traffic to an application server while the application is still loading. There are also minor test suite cleanups. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GIT-VERSION-GEN') diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index db426b7..9b8fa58 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v4.3.1.GIT +DEF_VER=v4.4.0.GIT LF=' ' -- cgit v1.2.3-24-ge0c7