From 29dc9489afc7629012f87ff1d570a21e53e17eff56b8068861e47f63847b0e3c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 16 Jun 2015 08:32:02 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=22 --- nghttp2-1.0.1.tar.xz | 3 --- nghttp2-1.0.2.tar.xz | 3 +++ nghttp2.changes | 23 +++++++++++++++++++++++ nghttp2.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.0.1.tar.xz create mode 100644 nghttp2-1.0.2.tar.xz 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