From 1d03faffae6d285470727ad80bd2a70deb8c111973e347fdbdc2e130b6261089 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 25 Sep 2016 09:09:55 +0000 Subject: [PATCH] - Update to version 1.15.0: OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=60 --- nghttp2-1.14.0.tar.xz | 3 --- nghttp2-1.15.0.tar.xz | 3 +++ nghttp2.changes | 47 +++++++++++++++++++++++++++++++++++++++++++ nghttp2.spec | 2 +- 4 files changed, 51 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.14.0.tar.xz create mode 100644 nghttp2-1.15.0.tar.xz diff --git a/nghttp2-1.14.0.tar.xz b/nghttp2-1.14.0.tar.xz deleted file mode 100644 index 380753e..0000000 --- a/nghttp2-1.14.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:938f93a0b0c31fd70cd07c96506b8c4ad040ef98ad3f204bf77ec4476685942f -size 1485852 diff --git a/nghttp2-1.15.0.tar.xz b/nghttp2-1.15.0.tar.xz new file mode 100644 index 0000000..86b0da7 --- /dev/null +++ b/nghttp2-1.15.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317afbef79eec624577d006ea7111cf978d2c88e999a6f336c83b99f924b5e4a +size 1491916 diff --git a/nghttp2.changes b/nghttp2.changes index 471995d..43dc406 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Sun Sep 25 09:01:48 UTC 2016 - mpluskal@suse.com + +- Update to version 1.15.0: + * lib: Add nghttp2_option_set_max_deflate_dynamic_table_size() + API function (GH-684) + * lib: Allow NGHTTP2_ERR_PAUSE from + nghttp2_data_source_read_callback (GH-671) + * lib: Add nghttp2_session_get_hd_deflate_dynamic_table_size() + and nghttp2_session_get_hd_inflate_dynamic_table_size() API + functions to get current HPACK dynamic table size (GH-664) + * lib: Add nghttp2_session_get_local_settings() API function + * lib: Add nghttp2_session_get_local_window_size() and + nghttp2_session_get_stream_local_window_size() API functions + * build: Add -lsocket -lnsl to APPLDFLAGS for solaris build + * neverbleed: Update neverbleed to support ECDSA certificate + * doc: Mention --enable-lib-only configure option in README + * integration: Fix test failure with go1.7.1 + * src: Fix compile error with openssl 1.1.0 + * nghttpx: Improve performance with HTTP/1.1 backend when + request body is involved + * nghttpx: Use std::atomic_* overloads for std::shared_ptr if + available + * nghttpx: Migrate backend stream to another h2 session on + graceful shutdown + * nghttpx: Add option to specify HPACK encoder/decoder dynamic + table size + * nghttpx: Log client address + * nghttpx: Add tls_sni to mruby Nghttpx::Env class + * nghttpx: Add --frontend-http2-window-size option, and its + family functions + * nghttpx: Add experimental TCP optimization for h2 frontend + * nghttpx: Workaround for std::make_shared bug in Xcode7, 7.1, + and 7.2 (GH-670) + * nghttpx: Fix bug that bytes are doubly counted to rate limit + for TLS connections + * nghttpx: Add --no-server-rewrite option not to rewrite server + header field (GH-667) + * nghttpx: Retry if backend h1 connection cannot be established + due to timeout + * nghttpx: Reset stream if invalid header field is received in h2 + * nghttpx: Add --server-name option to change server response + header field (GH-667) + * nghttpd: Add --encoder-header-table-size option + * nghttp: Add --encoder-header-table-size option + * python: Support ALPN, require Python 3.5 + ------------------------------------------------------------------- Thu Sep 8 08:35:52 UTC 2016 - idonmez@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 03d1420..19b54c3 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -21,7 +21,7 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.14.0 +Version: 1.15.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT