From 1514db49ce66163e4a0caaa7a3e392e6d3035573fc2131b8582a87fb9da89499 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 14 Jul 2016 13:13:34 +0000 Subject: [PATCH] - Update to version 1.12.0: OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=57 --- nghttp2-1.11.1.tar.xz | 3 --- nghttp2-1.12.0.tar.xz | 3 +++ nghttp2.changes | 28 ++++++++++++++++++++++++++++ nghttp2.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.11.1.tar.xz create mode 100644 nghttp2-1.12.0.tar.xz diff --git a/nghttp2-1.11.1.tar.xz b/nghttp2-1.11.1.tar.xz deleted file mode 100644 index 1c9849e..0000000 --- a/nghttp2-1.11.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:865914ff3005df7a67c8d9ac474a900abc7c38d426a8c6fea8ce29dfe86da6ea -size 1460700 diff --git a/nghttp2-1.12.0.tar.xz b/nghttp2-1.12.0.tar.xz new file mode 100644 index 0000000..69dbed9 --- /dev/null +++ b/nghttp2-1.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445c24243b8132b031c2c9fc9fe99f5abadbce2db4fbdf7eb6d3beaa5797dd4b +size 1478808 diff --git a/nghttp2.changes b/nghttp2.changes index 97507d4..a5723cd 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Jul 14 13:08:52 UTC 2016 - mpluskal@suse.com + +- Update to version 1.12.0: + * Add nghttp2_session_set_local_window_size API function + * Add nghttp2_option_set_max_send_header_block_length API + function (GH-613) + * Fix warning: declaration of 'free' shadows a global declaration + (Patch from Alexis La Goutte) + * examples: Add ALPN support to tutorial client/server (GH-614) + * nghttpx: Reduce TTFB with large number of incoming connections + * nghttpx: Rewrite read timer handling + * nghttpx: Clean up neverbleed AF_UNIX socket + * nghttpx: Add --backend-max-backoff option + * nghttpx: Use 16KiB buffer for reading to match TLS record size + * nghttpx: Add healthmon parameter to -f option to enable health + monitor mode + * nghttpx: Receive reference of std::mt19937, not making a copy + * nghttpx: Fix bug that backend never return to online (GH-615) + * nghttpx: Implement client IP based session affinity + * nghttpx: Add --api-max-request-body option to set maximum API + request body size + * nghttpx: Add api parameter to --frontend option to mark API + endpoint + * h2load: Add content-length header field for HTTP/2 and SPDY as + well + * h2load: Implement HTTP/1 upload (GH-611) + ------------------------------------------------------------------- Wed Jun 8 09:03:04 UTC 2016 - idonmez@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index d0b9c8a..e4672ca 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -21,7 +21,7 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.11.1 +Version: 1.12.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT