forked from pool/nghttp2
- Update to 1.3.
- Fix typo in changelog - Update to 1.2.1 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=34
This commit is contained in:
parent
58747ef7ab
commit
0e3ce1dc1c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e41bca1d99eadf004faa49bbc482067398a2550dddd4098211566b5622e9af03
|
|
||||||
size 934340
|
|
3
nghttp2-1.3.0.tar.xz
Normal file
3
nghttp2-1.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85be1e859cf310bd13204c58d1e4539cfb1d74eb5ef6b0146063fa2907d7b3f2
|
||||||
|
size 940448
|
@ -1,7 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 1 06:59:43 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 1.3.
|
||||||
|
* Limit the number of incoming reserved (remote) streams
|
||||||
|
* Add stream public API
|
||||||
|
* Rewrite priority tree handling
|
||||||
|
* Fix parallel make distcheck
|
||||||
|
* Define it and itprep recursive target if
|
||||||
|
AM_EXTRA_RECURSIVE_TARGETS is defined
|
||||||
|
* fetch-ocsp-response: Handle spurious openssl exist status 0
|
||||||
|
* nghttpx: Use nghttp2::ssl::DEFAULT_CIPHER_LIST for backend TLS
|
||||||
|
connection
|
||||||
|
* nghttpx: Don't allow blacked listed cipher suites for HTTP/2
|
||||||
|
connection
|
||||||
|
* nghttpx: better handle /dev/stderr and /dev/stdout (Patch from
|
||||||
|
Tomasz Buchert)
|
||||||
|
* nghttpd: GOAWAY if SSL/TLS requirements for HTTP/2 are not met
|
||||||
|
* nghttpd: Return date header field for 304
|
||||||
|
* nghttpd: Support HEAD request
|
||||||
|
* h2load: Add Timing-script and base URI support (Patch from
|
||||||
|
Lucas Pardue)
|
||||||
|
* h2load: Add timeout options (Patch from Nora)
|
||||||
|
- Fix typo in changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 10:51:27 UTC 2015 - mpluskal@suse.com
|
Mon Aug 17 10:51:27 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
- Update to 1.2.
|
- Update to 1.2.1
|
||||||
* doc: Reword the HPACK tutorial (Patch from Tom Harwood)
|
* doc: Reword the HPACK tutorial (Patch from Tom Harwood)
|
||||||
* nghttpx: Fix stability issues
|
* nghttpx: Fix stability issues
|
||||||
* h2load: Fix crash if -r > -n
|
* h2load: Fix crash if -r > -n
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define lib_name lib%{name}-14
|
%define lib_name lib%{name}-14
|
||||||
%define lib_name_asio lib%{name}_asio1
|
%define lib_name_asio lib%{name}_asio1
|
||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 1.2.1
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user