File ghc-http2.changes of Package ghc-http2
-------------------------------------------------------------------
Sat Apr 9 18:01:59 UTC 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 08:31:58 UTC 2016 - mimi.vx@gmail.com
- update to 1.5.4
* Fixing a bug due to misuse of memcpy()
-------------------------------------------------------------------
Wed Mar 16 09:05:10 UTC 2016 - mimi.vx@gmail.com
- update to 1.5.3
* Adding debug information.
-------------------------------------------------------------------
Sat Mar 12 09:27:51 UTC 2016 - mimi.vx@gmail.com
- update to 1.5.2
* Minor optimization for HPACK.
-------------------------------------------------------------------
Thu Feb 25 09:33:42 UTC 2016 - mimi.vx@gmail.com
- update to 1.5.1
-------------------------------------------------------------------
Wed Feb 24 09:43:48 UTC 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 08:39:41 UTC 2016 - mimi.vx@gmail.com
- update to 1.4.5
* Removing zero reset from priority queues.
-------------------------------------------------------------------
Fri Jan 22 10:05:24 UTC 2016 - mimi.vx@gmail.com
- update to 1.4.4
* Fixing a bug of reverse index.
-------------------------------------------------------------------
Wed Jan 20 09:47:10 UTC 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 15:08:56 UTC 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 11:33:14 UTC 2015 - mimi.vx@gmail.com
- initial commit
* add cabal-deps.patch to remove bytestring-builder from cabal file