From 559d9db8eb26cd09f66f7b8bb07bb1bd2503d4f8caa774a40c4ae22b1a59fc8a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 30 Jun 2015 11:57:25 +0000 Subject: [PATCH] - Update to 1.0.5 * Add STREAM_DEP_DEBUG macro switch to enable runtime validation of depedency tree * Fix another bug in priority handling; sibling's item is not queued when ancestor's item is detached * nghttpx: Fix crash with --http2-bridge and both frontend and backend TLS OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=26 --- nghttp2-1.0.4.tar.xz | 3 --- nghttp2-1.0.5.tar.xz | 3 +++ nghttp2.changes | 11 +++++++++++ nghttp2.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.0.4.tar.xz create mode 100644 nghttp2-1.0.5.tar.xz diff --git a/nghttp2-1.0.4.tar.xz b/nghttp2-1.0.4.tar.xz deleted file mode 100644 index e7b93a7..0000000 --- a/nghttp2-1.0.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87985496c0636e548c12f92fb629c576e4b5ad9b9a3f6fe59baaffc3c5ba3f89 -size 909196 diff --git a/nghttp2-1.0.5.tar.xz b/nghttp2-1.0.5.tar.xz new file mode 100644 index 0000000..0e6b975 --- /dev/null +++ b/nghttp2-1.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8515822015016008ac536de92a7e3652c7dd4f67315ee415f26a30a505f8c821 +size 910360 diff --git a/nghttp2.changes b/nghttp2.changes index 390297e..02b0e84 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 30 11:54:06 UTC 2015 - mpluskal@suse.com + +- Update to 1.0.5 + * Add STREAM_DEP_DEBUG macro switch to enable runtime validation + of depedency tree + * Fix another bug in priority handling; sibling's item is not + queued when ancestor's item is detached + * nghttpx: Fix crash with --http2-bridge and both frontend and + backend TLS + ------------------------------------------------------------------- Wed Jun 24 10:52:12 UTC 2015 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 763e97f..412ffee 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.0.4 +Version: 1.0.5 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT