From e35afc684a2a8a11c4176ff4064270c84237dbd7a10edccf1f7ed6ae438d7cb0 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 21 May 2015 06:54:56 +0000 Subject: [PATCH] - Update to 1.0.0 * v1.0.0 introduced backward incompatible changes from 0.7 series. Read https://nghttp2.org/documentation/package_README.html#migration-from-v0-7-15-or-earlier to migrate from older version to this latest version. - Changes for 0.7.15 * Hopefully, this is the last release for 0.7.x series. Development continues in 1.x series. * Access violation in buffers (GH-232) (Patch from Etienne Cimon) * Retry finding jemalloc lib by je_malloc_stats_print (GH-233) * inflatehd: Fix crash if 'wire' value is not string (GH-235) * nghttpx: Revert 585af93 to fix crash with TLS (GH-234) * nghttpd: Add --echo-upload option to send back request body OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=19 --- nghttp2-0.7.14.tar.xz | 3 --- nghttp2-1.0.0.tar.xz | 3 +++ nghttp2.changes | 16 ++++++++++++++++ nghttp2.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 nghttp2-0.7.14.tar.xz create mode 100644 nghttp2-1.0.0.tar.xz diff --git a/nghttp2-0.7.14.tar.xz b/nghttp2-0.7.14.tar.xz deleted file mode 100644 index 083102d..0000000 --- a/nghttp2-0.7.14.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f08ff29c8fa4e7fd57f546eb81eaf36d8211f83c655aed9b526e31b0a6e8831e -size 902820 diff --git a/nghttp2-1.0.0.tar.xz b/nghttp2-1.0.0.tar.xz new file mode 100644 index 0000000..551e0e8 --- /dev/null +++ b/nghttp2-1.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c3b9176f5fc70c52878a09a71c877f6d54efd25867093c4bf04852bfe24282 +size 905956 diff --git a/nghttp2.changes b/nghttp2.changes index 5f2d3c4..74436b4 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu May 21 06:50:36 UTC 2015 - mpluskal@suse.com + +- Update to 1.0.0 + * v1.0.0 introduced backward incompatible changes from 0.7 + series. Read https://nghttp2.org/documentation/package_README.html#migration-from-v0-7-15-or-earlier + to migrate from older version to this latest version. +- Changes for 0.7.15 + * Hopefully, this is the last release for 0.7.x series. + Development continues in 1.x series. + * Access violation in buffers (GH-232) (Patch from Etienne Cimon) + * Retry finding jemalloc lib by je_malloc_stats_print (GH-233) + * inflatehd: Fix crash if 'wire' value is not string (GH-235) + * nghttpx: Revert 585af93 to fix crash with TLS (GH-234) + * nghttpd: Add --echo-upload option to send back request body + ------------------------------------------------------------------- Wed May 13 13:07:14 UTC 2015 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 250bedf..e861a09 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -16,10 +16,10 @@ # -%define lib_name lib%{name}-5 +%define lib_name lib%{name}-14 %define lib_name_asio lib%{name}_asio1 Name: nghttp2 -Version: 0.7.14 +Version: 1.0.0 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT