- Update to 0.7.14
* Fix global-buffer-overflow in HPACK code * Fix doc for nghttp2_select_next_protocol * Fix bug that promised stream was not reset on decompression error * Add systemd and upstart configuration file for nghttpx (Patch from Zhuoyun Wei) * Improve nghttpx logrotate configuration file (Patch from Zhuoyun Wei) * Update sphinx_rtd_theme * h2load: Update h2load to give connect time and ttfb stats (Patch from ericcarlschwartz) * nghttpd: Add -m, --max-concurrent-streams option * nghttpx: Log absolute URI for HTTP/2 or client proxy request * nghttpx: Add --header-field-buffer and --max-header-fields options * nghttp: Fix assertion error if very large value is given to -t OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=17
This commit is contained in:
parent
40320389b3
commit
1361c31cab
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91f2bfcad1e27472d8c96de71d9bcb37d93b131ee60c775c95b46be82a24e1db
|
||||
size 898276
|
3
nghttp2-0.7.14.tar.xz
Normal file
3
nghttp2-0.7.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f08ff29c8fa4e7fd57f546eb81eaf36d8211f83c655aed9b526e31b0a6e8831e
|
||||
size 902820
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 13 13:07:14 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 0.7.14
|
||||
* Fix global-buffer-overflow in HPACK code
|
||||
* Fix doc for nghttp2_select_next_protocol
|
||||
* Fix bug that promised stream was not reset on decompression
|
||||
error
|
||||
* Add systemd and upstart configuration file for nghttpx
|
||||
(Patch from Zhuoyun Wei)
|
||||
* Improve nghttpx logrotate configuration file (Patch from
|
||||
Zhuoyun Wei)
|
||||
* Update sphinx_rtd_theme
|
||||
* h2load: Update h2load to give connect time and ttfb stats
|
||||
(Patch from ericcarlschwartz)
|
||||
* nghttpd: Add -m, --max-concurrent-streams option
|
||||
* nghttpx: Log absolute URI for HTTP/2 or client proxy request
|
||||
* nghttpx: Add --header-field-buffer and --max-header-fields
|
||||
options
|
||||
* nghttp: Fix assertion error if very large value is given to -t
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 1 13:47:12 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define lib_name lib%{name}-5
|
||||
%define lib_name_asio lib%{name}_asio1
|
||||
Name: nghttp2
|
||||
Version: 0.7.13
|
||||
Version: 0.7.14
|
||||
Release: 0
|
||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user