diff --git a/nghttp2-1.10.0.tar.xz b/nghttp2-1.10.0.tar.xz deleted file mode 100644 index 0361737..0000000 --- a/nghttp2-1.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7e4624d91f32cddfd81233361804c004ef5295851b93e31f95f54a224e5091f -size 1461064 diff --git a/nghttp2-1.11.1.tar.xz b/nghttp2-1.11.1.tar.xz new file mode 100644 index 0000000..1c9849e --- /dev/null +++ b/nghttp2-1.11.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865914ff3005df7a67c8d9ac474a900abc7c38d426a8c6fea8ce29dfe86da6ea +size 1460700 diff --git a/nghttp2.changes b/nghttp2.changes index 66e059d..97507d4 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Jun 8 09:03:04 UTC 2016 - idonmez@suse.com + +- Update to 1.11.1 + * lib: Add nghttp2_hd_inflate_hd2() and deprecate + nghttp2_hd_inflate_hd() + * lib: Avoid 0-length DATA if NGHTTP2_DATA_FLAG_NO_END_STREAM is set + * lib: Fix bug that PING flags are ignored in nghttp2_submit_ping + * integration: Workaround runtime error: cgo argument has Go pointer + to Go pointer + * nghttp: Eliminate zero length DATA frame at the end if possible + * nghttpd: Set content-length in status response + * nghttpx: Add sni keyword to --backend option + * nghttpx: Allow mixed protocol and TLS settings among backends under + same pattern + * nghttpx: Don't add 0-length DATA when response HEADERS bears + END_STREAM flag + * nghttpx: Don't add chunked encoded response body for HEAD request + * nghttpx: Don't use CN if we have dNSName or iPAddress field + * nghttpx: Just call execv instead of execve to pass environ + * nghttpx: Make SETTINGS timeout value configurable + * nghttpx: Save PID file after it is ready to accept connections + * nghttpx: Treat backend failure if SETTINGS is not received within + timeout + * nghttpx: Wait for SETTINGS ACK to make sure that backend h2 server + is alive + ------------------------------------------------------------------- Wed Apr 27 10:04:48 UTC 2016 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 144827d..d0b9c8a 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -21,7 +21,7 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.10.0 +Version: 1.11.1 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT