- Update to 1.3.4
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=38
This commit is contained in:
parent
df7fee2dbe
commit
56effae15c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2497ac04c04168cacab77626cf0d67a673ecec74b367a7619d911ff6add0e24e
|
||||
size 1267448
|
3
nghttp2-1.3.4.tar.xz
Normal file
3
nghttp2-1.3.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87803308317247f90cab37cdba2eb45cf03a7f083fac5ed4e40f0937a9c37867
|
||||
size 1271920
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 27 12:38:17 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 1.3.4
|
||||
* Make traditional init script fail if new config file is broken
|
||||
(Patch from Janusz Dziemidowicz)
|
||||
* nghttpx-logrotate: Don't use killall since we have multiple
|
||||
processes
|
||||
* nghttpx: Fix improper signal handling
|
||||
- Changes for 1.3.3
|
||||
* Fix bug in padding handling of DATA frame
|
||||
* Use hash table for dynamic table lookup
|
||||
* More warning flags for --enable-werror
|
||||
* Update mruby
|
||||
* h2load: HTTP/1.1 support (Patch from Lucas Pardue)
|
||||
* nghttpx: Do not try to set TCP_NODELAY when frontend is an
|
||||
UNIX socket (Patch from Janusz Dziemidowicz)
|
||||
* nghttpx: Chown UNIX domain socket to user specified as --user
|
||||
* nghttpx: Split monolithic one process into control and worker
|
||||
processes
|
||||
* nghttpx: Handle SSL/TLS data following PROXY protocol line
|
||||
- Changes for 1.3.2
|
||||
* Check header block limit after new stream is opened
|
||||
* nghttp: Show error if HEADERS frame cannot be sent for
|
||||
whatever reason
|
||||
* nghttpx: Fix assertion failure on TLS handshake
|
||||
* nghttpx: Add x-http2-push header field for pushed resource
|
||||
* nghttpx: Fix compile error with --disable-threads
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 13:33:16 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.3.1
|
||||
Version: 1.3.4
|
||||
Release: 0
|
||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user