diff --git a/nghttp2-1.0.1.tar.xz b/nghttp2-1.0.1.tar.xz deleted file mode 100644 index 9af59fb..0000000 --- a/nghttp2-1.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d260383c8d941a880f1e981eecfa09af611cdc995086e4eff95b993cfa52567f -size 906256 diff --git a/nghttp2-1.0.2.tar.xz b/nghttp2-1.0.2.tar.xz new file mode 100644 index 0000000..b1fc218 --- /dev/null +++ b/nghttp2-1.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea61f0aca47dedfedb6179e26d0e89dac7674fd93fe1d9645d51ff24fcd00cc +size 910308 diff --git a/nghttp2.changes b/nghttp2.changes index 146a8dd..c7a3c37 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Jun 16 08:27:32 UTC 2015 - mpluskal@suse.com + +- Update to 1.0.2 + * Fix bug that data are not consumed for connection in race + condition (GH-253) + * Define NGHTTP2_EXTERN to __declspec(dllimport) when using + nghttp2 for Windows build + * Translate fetch-ocsp-response into Python + * libevent-client: Fix bug that path is broken if URI does not + contain path part + * python: Call on_close callback when connection is lost for + server session + * python: Expose client certificate, if available (Patch from + Fabian Wiesel) + * python: Catch and log failure to set TCP_NODELAY (Patch from + Fabian Wiesel) + * nghttpx: Add --add-request-header option + * nghttpx: Make WebSocket upgrade work + * nghttpx: Fix bug that END_STREAM is not set in backend for + POST with Upgrade + * nghttpx: Don't send "Expect" header field twice + ------------------------------------------------------------------- Mon May 25 15:13:45 UTC 2015 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 0f76436..e4487c5 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -19,7 +19,7 @@ %define lib_name lib%{name}-14 %define lib_name_asio lib%{name}_asio1 Name: nghttp2 -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT