about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-10-10 21:33:46 +0000
committerEric Wong <normalperson@yhbt.net>2012-10-11 09:09:27 +0000
commitf0a31e43676f59762d5bf53707cd8cc21fed0727 (patch)
treeacd20c81f1a60614585e468361dd0fbf90dd70b7 /GIT-VERSION-GEN
parent032791b9a367f67febbe7534f6ea4cac127e7897 (diff)
downloadunicorn-f0a31e43676f59762d5bf53707cd8cc21fed0727.tar.gz
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.
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 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='
 '