diff --git a/nghttp2-1.39.2.tar.xz b/nghttp2-1.39.2.tar.xz deleted file mode 100644 index 51e8c60..0000000 --- a/nghttp2-1.39.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2d216450abd2beaf4e200c168957968e89d602ca4119338b9d7ab059fd4ce8b -size 1635428 diff --git a/nghttp2-1.40.0.tar.xz b/nghttp2-1.40.0.tar.xz new file mode 100644 index 0000000..9612930 --- /dev/null +++ b/nghttp2-1.40.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fc43d428ff237138733c737b29fb1a7e49d49de06d2edbed3bc4cdcee69073 +size 1637004 diff --git a/nghttp2.changes b/nghttp2.changes index 9c5a758..7d7ffc9 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Jan 14 18:01:52 UTC 2020 - MichaƂ Rostecki + +- Update to version 1.40.0 + * lib: Add nghttp2_check_authority as public API + * lib: Fix the bug that stream is closed with wrong error code + * lib: Faster huffman encoding and decoding + * build: Avoid filename collision of static and dynamic lib + * build: Add new flag ENABLE_STATIC_CRT for Windows + * build: cmake: Support building nghttpx with systemd + * third-party: Update neverbleed to fix memory leak + * nghttpx: Fix bug that mruby is incorrectly shared between + backends + * nghttpx: Reconnect h1 backend if it lost connection before + sending headers + * nghttpx: Returns 408 if backend timed out before sending + headers + * nghttpx: Fix request stal + ------------------------------------------------------------------- Fri Aug 30 02:45:32 UTC 2019 - Martin Pluskal diff --git a/nghttp2.spec b/nghttp2.spec index 8c664fc..9d7ea04 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -29,7 +29,7 @@ %bcond_with python %endif Name: nghttp2%{psuffix} -Version: 1.39.2 +Version: 1.40.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT