diff --git a/nghttp2-1.2.1.tar.xz b/nghttp2-1.2.1.tar.xz deleted file mode 100644 index 5d42af6..0000000 --- a/nghttp2-1.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e41bca1d99eadf004faa49bbc482067398a2550dddd4098211566b5622e9af03 -size 934340 diff --git a/nghttp2-1.3.0.tar.xz b/nghttp2-1.3.0.tar.xz new file mode 100644 index 0000000..57219b4 --- /dev/null +++ b/nghttp2-1.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85be1e859cf310bd13204c58d1e4539cfb1d74eb5ef6b0146063fa2907d7b3f2 +size 940448 diff --git a/nghttp2.changes b/nghttp2.changes index b8cd717..ae2aca2 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,7 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 1 06:59:43 UTC 2015 - mpluskal@suse.com + +- Update to 1.3. + * Limit the number of incoming reserved (remote) streams + * Add stream public API + * Rewrite priority tree handling + * Fix parallel make distcheck + * Define it and itprep recursive target if + AM_EXTRA_RECURSIVE_TARGETS is defined + * fetch-ocsp-response: Handle spurious openssl exist status 0 + * nghttpx: Use nghttp2::ssl::DEFAULT_CIPHER_LIST for backend TLS + connection + * nghttpx: Don't allow blacked listed cipher suites for HTTP/2 + connection + * nghttpx: better handle /dev/stderr and /dev/stdout (Patch from + Tomasz Buchert) + * nghttpd: GOAWAY if SSL/TLS requirements for HTTP/2 are not met + * nghttpd: Return date header field for 304 + * nghttpd: Support HEAD request + * h2load: Add Timing-script and base URI support (Patch from + Lucas Pardue) + * h2load: Add timeout options (Patch from Nora) +- Fix typo in changelog + ------------------------------------------------------------------- Mon Aug 17 10:51:27 UTC 2015 - mpluskal@suse.com -- Update to 1.2. +- Update to 1.2.1 * doc: Reword the HPACK tutorial (Patch from Tom Harwood) * nghttpx: Fix stability issues * h2load: Fix crash if -r > -n diff --git a/nghttp2.spec b/nghttp2.spec index 70ba4d6..be1ec62 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.2.1 +Version: 1.3.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT