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.2-2.2
* 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