Changelog for
ghc-http2-devel-1.6.3-9.1.x86_64.rpm :
Thu Aug 3 14:00:00 2017 psimonsAATTsuse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Sun Feb 12 13:00:00 2017 psimonsAATTsuse.com
- Update to version 1.6.3 with cabal2obs.
Sun Aug 21 14:00:00 2016 psimonsAATTsuse.com
- Update to version 1.6.2 revision 0 with cabal2obs.
Sun Jul 17 14:00:00 2016 psimonsAATTsuse.com
- Update to version 1.6.1 revision 0 with cabal2obs.
This change obsoletes cabal-deps.patch.
Sun Jul 10 14:00:00 2016 mimi.vxAATTgmail.com
- update to 1.6.1
* Added length validation for RequestBodyStream
Sat Apr 9 14:00:00 2016 mimi.vxAATTgmail.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 13:00:00 2016 mimi.vxAATTgmail.com
- update to 1.5.4
* Fixing a bug due to misuse of memcpy()
Wed Mar 16 13:00:00 2016 mimi.vxAATTgmail.com
- update to 1.5.3
* Adding debug information.
Sat Mar 12 13:00:00 2016 mimi.vxAATTgmail.com
- update to 1.5.2
* Minor optimization for HPACK.
Thu Feb 25 13:00:00 2016 mimi.vxAATTgmail.com
- update to 1.5.1
Wed Feb 24 13:00:00 2016 mimi.vxAATTgmail.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 13:00:00 2016 mimi.vxAATTgmail.com
- update to 1.4.5
* Removing zero reset from priority queues.
Fri Jan 22 13:00:00 2016 mimi.vxAATTgmail.com
- update to 1.4.4
* Fixing a bug of reverse index.
Wed Jan 20 13:00:00 2016 mimi.vxAATTgmail.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 13:00:00 2015 mimi.vxAATTgmail.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 14:00:00 2015 mimi.vxAATTgmail.com
- initial commit
* add cabal-deps.patch to remove bytestring-builder from cabal file