From df7fee2dbef9b852dd54fdacb6e72f268dfa07e874865a9e98767c47eed8f0c4 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 14 Sep 2015 13:36:19 +0000 Subject: [PATCH] - Update to 1.3.1 * Avoid usage of typeof and replace __builtin_offsetof with offsetof * Honor stream->weight even if stream->last_writelen is 0 * Compile third-party libraries if hpack-tools is enabled * nghttpx-init: Start nghttpx with --daemon * Bundle sphinxcontrib.rubydomain https://bitbucket.org/birkenfeld/sphinx-contrib/src/default/rubydomain/ * Bundle mruby * h2load: Record TTFB on first byte of response body, rather than first socket read * h2load: Improve checking for timing script input, prevent false positive in certain situations * nghttpx: Implement PROXY protocol version 1 (--accept-proxy-protocol option) * nghttpx: Allow link header server push for HTTP/2 backend as well * nghttpx: Don't initiate push if client disabled push * nghttpx: Allow absolute URI in Link header field for push * nghttpx: Fix crash with multi workers and QUIT signal * nghttpx: Add mruby support which is disabled by default (use --with-mruby configure option to enable it) * nghttpx: Drop connection before TLS finish if h2 requirement is not fulfilled - Fix typo in previous changelog entry - Update to 1.3.1 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=36 --- nghttp2-1.3.0.tar.xz | 3 --- nghttp2-1.3.1.tar.xz | 3 +++ nghttp2.changes | 30 +++++++++++++++++++++++++++++- nghttp2.spec | 2 +- 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 nghttp2-1.3.0.tar.xz create mode 100644 nghttp2-1.3.1.tar.xz diff --git a/nghttp2-1.3.0.tar.xz b/nghttp2-1.3.0.tar.xz deleted file mode 100644 index 57219b4..0000000 --- a/nghttp2-1.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85be1e859cf310bd13204c58d1e4539cfb1d74eb5ef6b0146063fa2907d7b3f2 -size 940448 diff --git a/nghttp2-1.3.1.tar.xz b/nghttp2-1.3.1.tar.xz new file mode 100644 index 0000000..af6d772 --- /dev/null +++ b/nghttp2-1.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2497ac04c04168cacab77626cf0d67a673ecec74b367a7619d911ff6add0e24e +size 1267448 diff --git a/nghttp2.changes b/nghttp2.changes index ae2aca2..a566b63 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,7 +1,35 @@ +------------------------------------------------------------------- +Mon Sep 14 13:33:16 UTC 2015 - mpluskal@suse.com + +- Update to 1.3.1 + * Avoid usage of typeof and replace __builtin_offsetof with + offsetof + * Honor stream->weight even if stream->last_writelen is 0 + * Compile third-party libraries if hpack-tools is enabled + * nghttpx-init: Start nghttpx with --daemon + * Bundle sphinxcontrib.rubydomain https://bitbucket.org/birkenfeld/sphinx-contrib/src/default/rubydomain/ + * Bundle mruby + * h2load: Record TTFB on first byte of response body, rather + than first socket read + * h2load: Improve checking for timing script input, prevent + false positive in certain situations + * nghttpx: Implement PROXY protocol version 1 + (--accept-proxy-protocol option) + * nghttpx: Allow link header server push for HTTP/2 backend + as well + * nghttpx: Don't initiate push if client disabled push + * nghttpx: Allow absolute URI in Link header field for push + * nghttpx: Fix crash with multi workers and QUIT signal + * nghttpx: Add mruby support which is disabled by default + (use --with-mruby configure option to enable it) + * nghttpx: Drop connection before TLS finish if h2 requirement + is not fulfilled +- Fix typo in previous changelog entry + ------------------------------------------------------------------- Tue Sep 1 06:59:43 UTC 2015 - mpluskal@suse.com -- Update to 1.3. +- Update to 1.3.1 * Limit the number of incoming reserved (remote) streams * Add stream public API * Rewrite priority tree handling diff --git a/nghttp2.spec b/nghttp2.spec index be1ec62..34232fc 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -19,7 +19,7 @@ %define lib_name lib%{name}-14 %define lib_name_asio lib%{name}_asio1 Name: nghttp2 -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT