about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-01 09:07:19 +0000
committerEric Wong <e@80x24.org>2015-11-01 09:07:19 +0000
commitc51c7c97d83ecfc7cde7954f6faa61756f650d5d (patch)
tree49e23b71e9826ebca4dc8bbcd149c9a6c1a49a42
parent7c6c1967ed9f2f5a67c2515841c940b4554795b4 (diff)
downloadyahns-c51c7c97d83ecfc7cde7954f6faa61756f650d5d.tar.gz
* test_client_expire: favor Process.spawn over fork+exec
* extras/try_gzip_static: require readability on HEAD requests
* proxy_pass: quiet down ECONNRESET and EPIPE, too
* copyright updates
* update various comments
* proxy_http_response: use frozen string literal optimization
* README: add link to NNTP archive endpoint
* use olddoc 1.1.0 for generating NEWS + NEWS.atom.xml
* gemspec fixes for various RubyGems versions
* bytecode golfing to cut a few bytes of memory
* simplify sd_listen_fds emulation
* gemspec: allow compatibility with unicorn 5
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index c553b1e..2143899 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 = "v1.9.0"
+DEF_VER = "v1.10.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),