about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-10-20 00:55:45 +0000
committerEric Wong <normalperson@yhbt.net>2013-10-20 00:55:45 +0000
commitbf3a70a516989088ec1a9d46ebb72393e9f83ac9 (patch)
tree665824b2a8c9f480033303dfb087aa3585378280
parent5de2a9567f73d38e3492db2ae40b6c332c9aacd6 (diff)
downloadyahns-bf3a70a516989088ec1a9d46ebb72393e9f83ac9.tar.gz
Just a bunch of improvements found while running tests.
It's still incomplete and missing a bunch of features from
existing servers, but maybe it works...

Clone git://yhbt.net/yahns.git for full details

Eric Wong (18):
      test/helper: fix __covmerge race for forked processes
      wire up client_max_body_size limits
      fix and test Rack hijack support
      SIGUSR2 handling uses Process.spawn + tests
      fix USR1 log reopening when using worker_processes
      test_bin: add additional tests for SIGHUP
      test_server: skip test_mp_balance for now
      test/server_helper: dump entire log on errors
      ensure we stop all threads at exit
      GNUmakefile: avoid calling exit in test-mt
      test_bin: set close-on-exec for Ruby 1.9.3 compatibility
      test_server: bigger delays for graceful shutdown test
      tests: disable $-w on 1.9.3 to quiet down warnings
      test/helper: prevent minitest at_exit from running in children
      recheck IO#closed? on thread pools after a short delay
      test_config: isolate directories with logs
      test_reopen_logs: workaround timing problem with worker_processes
      set close-on-exec on all long-lived descriptors
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 458b1c2..d963f3a 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -4,7 +4,7 @@
 CONSTANT = "Yahns::VERSION"
 RVF = "lib/yahns/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v0.0.0"
+DEF_VER = "v0.0.1"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),