about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-06-19 08:27:25 +0000
committerEric Wong <normalperson@yhbt.net>2012-06-19 08:27:25 +0000
commitdd72d3f180483957dd5c5d7a9369e9ee72fe14fa (patch)
tree01caf51a892dbaa1d2eaf53b0f4da6db0640ed07
parentcee9ca2bfd98b96cb8b956dd03fe03f313fee222 (diff)
downloadraindrops-dd72d3f180483957dd5c5d7a9369e9ee72fe14fa.tar.gz
Improvements to the Unix domain socket handling and small
bugfixes throughout.

Support for the "unix_diag" facility in Linux 3.3+ is planned
but not yet implemented (patches to raindrops@librelist.org
appreciated)

Brian Corrigan (1):
      resolve symlinks to Unix domain sockets

Eric Wong (6):
      unix_listener_stats follows and remembers symlinks
      middleware/proxy: favor __send__ for method dispatch
      unix: show zero-value stats for idle listeners
      test_watcher: fix incorrect request/date comparison
      watcher: sort index of listener listing
      watcher: do not require Rack::Head for HEAD response

See "git log v0.9.0..v0.10.0" for full details
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 63c979d..05f8611 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.9.0.GIT
+DEF_VER=v0.10.0.GIT
 
 LF='
 '