Accepting request 1079569 from home:dirkmueller:Factory

- update to 1.52.0:
  * https://nghttp2.org/blog/2023/02/13/nghttp2-v1-52-0/
  * sphinx_rtd_theme has been removed from the repository
    and archive.
  * The deprecated Python bindings has been removed.
  * The deprecated libnghttp2_asio has been removed.
  * llhttp and neverbleed have been updated.
  * This release fixes the bug that stalls TLS connection.
  * This release adds more http3 integration tests.
- drop nghttp2-remove-python-build.patch: obsolete as the code got removed

OBS-URL: https://build.opensuse.org/request/show/1079569
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=109
This commit is contained in:
Martin Pluskal
2023-04-16 06:56:27 +00:00
committed by Git OBS Bridge
parent 8a4577d240
commit 15c12ddd2e
6 changed files with 19 additions and 74 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Mar 14 09:33:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.52.0:
* https://nghttp2.org/blog/2023/02/13/nghttp2-v1-52-0/
* sphinx_rtd_theme has been removed from the repository
and archive.
* The deprecated Python bindings has been removed.
* The deprecated libnghttp2_asio has been removed.
* llhttp and neverbleed have been updated.
* This release fixes the bug that stalls TLS connection.
* This release adds more http3 integration tests.
- drop nghttp2-remove-python-build.patch: obsolete as the code got removed
-------------------------------------------------------------------
Thu Nov 17 16:35:21 UTC 2022 - Dirk Müller <dmueller@suse.com>