- 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:
Martin Pluskal
2015-05-13 13:15:10 +00:00
committed by Git OBS Bridge
parent 40320389b3
commit 1361c31cab
4 changed files with 25 additions and 4 deletions

View File

@@ -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