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