From 31e095c6c8337ed1c215122934bc652e49ba3d0acdec831c2fe659446d845a5c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 7 Aug 2016 17:32:55 +0000 Subject: [PATCH] - Update to version 1.13.0: * lib: Cancel non-DATA frame transmission from nghttp2_before_frame_send_callback * doc: Fix warning with Sphinx 1.4 * build: Work with Android NDK r12b * nghttpx: Use consistent hashing for client IP based session affinity * nghttpx: Fix FTBFS on armel by explicitly including the header * nghttpx: Cast to double to fix build with gcc 4.8 on Solaris 11 * nghttpx: Fix build error with libressl * examples: Fix compile error with OpenSSL v1.1.0-beta2 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=58 --- nghttp2-1.12.0.tar.xz | 3 --- nghttp2-1.13.0.tar.xz | 3 +++ nghttp2.changes | 15 +++++++++++++++ nghttp2.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 nghttp2-1.12.0.tar.xz create mode 100644 nghttp2-1.13.0.tar.xz diff --git a/nghttp2-1.12.0.tar.xz b/nghttp2-1.12.0.tar.xz deleted file mode 100644 index 69dbed9..0000000 --- a/nghttp2-1.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:445c24243b8132b031c2c9fc9fe99f5abadbce2db4fbdf7eb6d3beaa5797dd4b -size 1478808 diff --git a/nghttp2-1.13.0.tar.xz b/nghttp2-1.13.0.tar.xz new file mode 100644 index 0000000..a44a5f2 --- /dev/null +++ b/nghttp2-1.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0ef97715049cd935fa0d965e6c807249549469aa95eb4dc67c69c2557d5bb2 +size 1476772 diff --git a/nghttp2.changes b/nghttp2.changes index a5723cd..6f24295 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Aug 7 17:23:20 UTC 2016 - mpluskal@suse.com + +- Update to version 1.13.0: + * lib: Cancel non-DATA frame transmission from + nghttp2_before_frame_send_callback + * doc: Fix warning with Sphinx 1.4 + * build: Work with Android NDK r12b + * nghttpx: Use consistent hashing for client IP based session + affinity + * nghttpx: Fix FTBFS on armel by explicitly including the header + * nghttpx: Cast to double to fix build with gcc 4.8 on Solaris 11 + * nghttpx: Fix build error with libressl + * examples: Fix compile error with OpenSSL v1.1.0-beta2 + ------------------------------------------------------------------- Thu Jul 14 13:08:52 UTC 2016 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index e4672ca..38753c0 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -21,7 +21,7 @@ %define soname_asio libnghttp2_asio %define sover_asio 1 Name: nghttp2 -Version: 1.12.0 +Version: 1.13.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT