forked from pool/nghttp2
- 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
This commit is contained in:
parent
fd67071995
commit
559d9db8eb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87985496c0636e548c12f92fb629c576e4b5ad9b9a3f6fe59baaffc3c5ba3f89
|
||||
size 909196
|
3
nghttp2-1.0.5.tar.xz
Normal file
3
nghttp2-1.0.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8515822015016008ac536de92a7e3652c7dd4f67315ee415f26a30a505f8c821
|
||||
size 910360
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user