Package Release Info

ghc-http2-5.0.1-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-http2
ghc-http2-devel
ghc-http2-doc
ghc-http2-prof

Change Logs

* Wed Dec 27 2023 Peter Simons <psimons@suse.com>
- Update http2 to version 5.0.1.
  [#]# 5.0.1
  * Allowing bytestring 0.12.
* Fri Nov 24 2023 Peter Simons <psimons@suse.com>
- Update http2 to version 5.0.0.
  [#]# 5.0.0
  * Using the network-control package.
  * The limits of resources can be specified in ServerConfig and ClientConfig.
  * Open streams based on peer's MaxStreams.
  * Rejecting Data if it is over the receiving limit.
  * Informing MaxStreams properly.
  * Informing WindowUpdate properly.
  * New API: Server.Internal.runIO and Client.Internal.runIO.
* Wed Oct 11 2023 Peter Simons <psimons@suse.com>
- Update http2 to version 4.2.2.
  Upstream has edited the change log file since the last release in
  a non-trivial way, i.e. they did more than just add a new entry
  at the top. You can review the file at:
  http://hackage.haskell.org/package/http2-4.2.2/src/ChangeLog.md
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
Version: 3.0.3-bp155.2.15
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
Version: 3.0.3-bp154.1.14
* Tue Jan 25 2022 Peter Simons <psimons@suse.com>
- Update http2 to version 3.0.3.
  [#]# 3.0.3
  * Return correct status messages in HTTP2 client
    (#31)[https://github.com/kazu-yamamoto/http2/pull/31]
  * Follow changes in Aeson 2
    (#32)[https://github.com/kazu-yamamoto/http2/pull/32]
  * Make sure connection preface is always sent first
    (#33)[https://github.com/kazu-yamamoto/http2/pull/33]
  * Avoid empty data
    (#34)[https://github.com/kazu-yamamoto/http2/pull/34]
* Thu Jun 10 2021 psimons@suse.com
- Update http2 to version 3.0.2.
  [#]# 3.0.2
  * Skip inserting entries that do not fit in the encoding table
    (#28)[https://github.com/kazu-yamamoto/http2/pull/28]
* Thu Apr 22 2021 psimons@suse.com
- Update http2 to version 3.0.1.
  [#]# 3.0.1
  * Including a necessary file for testing.
* Fri Apr 16 2021 psimons@suse.com
- Update http2 to version 3.0.0.
  [#]# 3.0.0
  * DOS preventions.
  * Providing Network.HTTP.Client.
  * `Internal` modules are exported.
  * Dropping the priority feature from Network.HTTP.Server.
  * `Network.HTTP2.Priority` is deprecated.
  * `Network.HTTP2` module is deprecated. Use `Network.HTTP2.Frame` instead.
  * Adding some tokens.
* Fri Feb 19 2021 psimons@suse.com
- Update http2 to version 2.0.6.
  [#]# 2.0.6
  * Dropping support of GHC 7.x
  [#]# 2.0.5
  * Passing the correct request
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Thu Jul 02 2020 psimons@suse.com
- Update http2 to version 2.0.5.
  Upstream has not updated the file "ChangeLog.md" since the last
  release.
* Tue Jun 09 2020 psimons@suse.com
- Add http2 at version 2.0.4.
Version: 1.6.3-bp150.2.6
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Sun Feb 12 2017 psimons@suse.com
- Update to version 1.6.3 with cabal2obs.
* Sun Aug 21 2016 psimons@suse.com
- Update to version 1.6.2 revision 0 with cabal2obs.
* Sun Jul 17 2016 psimons@suse.com
- Update to version 1.6.1 revision 0 with cabal2obs.
  This change obsoletes cabal-deps.patch.
* Sun Jul 10 2016 mimi.vx@gmail.com
- update to 1.6.1
  * Added length validation for RequestBodyStream
* Sat Apr 09 2016 mimi.vx@gmail.com
- update to 1.6.0
- refreshed cabal-deps.patch
  * Reverse indices of HPACK are now based on tokens.
  * New APIs: encodeTokenHeader and decodeTokenHeader.
  * Deleted API: encodeHeaderBuffer -- use encodeTokenHeader instead.
  * New module: Network.HPACK.Token
* Fri Mar 18 2016 mimi.vx@gmail.com
- update to 1.5.4
  * Fixing a bug due to misuse of memcpy()
* Wed Mar 16 2016 mimi.vx@gmail.com
- update to 1.5.3
  * Adding debug information.
* Sat Mar 12 2016 mimi.vx@gmail.com
- update to 1.5.2
  * Minor optimization for HPACK.
* Thu Feb 25 2016 mimi.vx@gmail.com
- update to 1.5.1
* Wed Feb 24 2016 mimi.vx@gmail.com
- update to 1.5.0
  * New API for HPACK. HPACK is much faster than 1.4.x (roughly x3.2). The default
    encoding is now Linear instead of LinearH.
* Thu Feb 11 2016 mimi.vx@gmail.com
- update to 1.4.5
  * Removing zero reset from priority queues.
* Fri Jan 22 2016 mimi.vx@gmail.com
- update to 1.4.4
  * Fixing a bug of reverse index.
* Wed Jan 20 2016 mimi.vx@gmail.com
- update to 1.4.3
  * Using proper baseDeficit for deletion.
  * Test files are now self-contained.
  * The reverse indices for static and dynamic are combined for performance.
  * Providing dequeueSTM, isEmpty and isEmptySTM. Users can compose their own control
    queue with dequeueSTM and isEmptySTM.
  * Removing enqueueControl: it appeared that PriorityTree is not suitable for
    control frames.
* Tue Dec 15 2015 mimi.vx@gmail.com
- update to 1.3.1
- refreshed cabal-deps.patch
  * Defining IllegalTableSizeUpdate.
  * APIs Network.HTTP2.Priority are changed again. Precedence is introduced.
  * APIs of Network.HTTP2.Priority are changed. delete is provided. Internal data
    structure is changed from random skew heap to priority search queue.
* Sat Sep 12 2015 mimi.vx@gmail.com
- initial commit
  * add cabal-deps.patch to remove bytestring-builder from cabal file