diff --git a/nghttp2-0.7.12.tar.xz b/nghttp2-0.7.12.tar.xz deleted file mode 100644 index 8d55b34..0000000 --- a/nghttp2-0.7.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7189b5bf07062eee58dd7b66243cbbd7b186069c33218cb1d7e0a2b6510e630 -size 897764 diff --git a/nghttp2-0.7.13.tar.xz b/nghttp2-0.7.13.tar.xz new file mode 100644 index 0000000..9d52884 --- /dev/null +++ b/nghttp2-0.7.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f2bfcad1e27472d8c96de71d9bcb37d93b131ee60c775c95b46be82a24e1db +size 898276 diff --git a/nghttp2.changes b/nghttp2.changes index 606fd90..932c42e 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri May 1 13:47:12 UTC 2015 - mpluskal@suse.com + +- Update to 0.7.13 + * Fix bug that promised stream was not reset by returning + NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE from + nghttp2_on_header_callback. Instead, associated stream was reset. + * Allow NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE from + nghttp2_on_begin_headers_callback + * h2load: Effectively disable flow control by setting large + window size + * asio: Graceful shutdown and joinable server (Patch from + Xiaoguang Sun) + ------------------------------------------------------------------- Mon Apr 20 08:40:33 UTC 2015 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 203a227..2ebc6bb 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -19,7 +19,7 @@ %define lib_name lib%{name}-5 %define lib_name_asio lib%{name}_asio1 Name: nghttp2 -Version: 0.7.12 +Version: 0.7.13 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT