From fd650204949a406c0c40df367a5530f27ad2b82e41580180a9ef4e1035fc8354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 8 Sep 2016 08:47:49 +0000 Subject: [PATCH] - Update to version 1.14.0: * lib: Make emit_header() return void since it always succeed * lib: Add nghttp2_hd_deflate_hd_vec() deflate API to support multiple buffer input * lib: since hd_inflate_commit_indexed() always return 0, remove the return value check in nghttp2_hd_inflate_hd_nv() * lib: Use memeq() instead of lstreq() in lookup_token() * lib: More strict stream state handling * lib: Modify genlibtokenlookup.py to remove redundant header comparisons and remove inline qualifier of lookup_token() in genlibtokenlookup.py * lib: Fix wrong tree operation to avoid cycle * lib: Make get_max_index() return the max index in frame, so we don't need to do extra calculation * lib: Add nghttp2_on_invalid_header_callback * lib: Log frame's stream ID for header debug logging * doc: Remove old doc about differential encoding in HPACK * doc: Document about ALPN in nghttpx howto * nghttpx: Log error code from getsockopt(SO_ERROR) on first write event * nghttpx: Don't change pushed stream's priority * nghttpx: Log backend connection failure in WARN level * nghttpx: Fix bug that api and healthmon parameters do not work with http2 proxy * nghttpx: Add access log variable for backend host and port * nghttpx: Use copy instead of const reference of backend group * nghttpx: Reload configuration with SIGHUP * nghttp: Adjust weight according to Firefox stable * nghttp: Call error callback when invalid header field is received and ignored OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=59 --- nghttp2-1.13.0.tar.xz | 3 --- nghttp2-1.14.0.tar.xz | 3 +++ nghttp2.changes | 37 +++++++++++++++++++++++++++++++++++++ nghttp2.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.13.0.tar.xz create mode 100644 nghttp2-1.14.0.tar.xz diff --git a/nghttp2-1.13.0.tar.xz b/nghttp2-1.13.0.tar.xz deleted file mode 100644 index a44a5f2..0000000 --- a/nghttp2-1.13.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d0ef97715049cd935fa0d965e6c807249549469aa95eb4dc67c69c2557d5bb2 -size 1476772 diff --git a/nghttp2-1.14.0.tar.xz b/nghttp2-1.14.0.tar.xz new file mode 100644 index 0000000..380753e --- /dev/null +++ b/nghttp2-1.14.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938f93a0b0c31fd70cd07c96506b8c4ad040ef98ad3f204bf77ec4476685942f +size 1485852 diff --git a/nghttp2.changes b/nghttp2.changes index 6f24295..471995d 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Sep 8 08:35:52 UTC 2016 - idonmez@suse.com + +- Update to version 1.14.0: + * lib: Make emit_header() return void since it always succeed + * lib: Add nghttp2_hd_deflate_hd_vec() deflate API to support + multiple buffer input + * lib: since hd_inflate_commit_indexed() always return 0, + remove the return value check in nghttp2_hd_inflate_hd_nv() + * lib: Use memeq() instead of lstreq() in lookup_token() + * lib: More strict stream state handling + * lib: Modify genlibtokenlookup.py to remove redundant header + comparisons and remove inline qualifier of lookup_token() + in genlibtokenlookup.py + * lib: Fix wrong tree operation to avoid cycle + * lib: Make get_max_index() return the max index in frame, + so we don't need to do extra calculation + * lib: Add nghttp2_on_invalid_header_callback + * lib: Log frame's stream ID for header debug logging + * doc: Remove old doc about differential encoding in HPACK + * doc: Document about ALPN in nghttpx howto + * nghttpx: Log error code from getsockopt(SO_ERROR) on first + write event + * nghttpx: Don't change pushed stream's priority + * nghttpx: Log backend connection failure in WARN level + * nghttpx: Fix bug that api and healthmon parameters do not work + with http2 proxy + * nghttpx: Add access log variable for backend host and port + * nghttpx: Use copy instead of const reference of backend group + * nghttpx: Reload configuration with SIGHUP + * nghttp: Adjust weight according to Firefox stable + * nghttp: Call error callback when invalid header field is + received and ignored + * nghttp: Allow multiple -p option + * deflatehd: Call nghttp2_hd_deflate_change_table_size only + if table size is changed from default + ------------------------------------------------------------------- Sun Aug 7 17:23:20 UTC 2016 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 38753c0..03d1420 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -21,7 +21,7 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.13.0 +Version: 1.14.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT