File ghc-wai.changes of Package ghc-wai
-------------------------------------------------------------------
Sun Jul 10 17:31:24 UTC 2016 - psimons@suse.com
- Update to version 3.2.1.1 revision 0 with cabal2obs.
This update obsoletes remove-dep.patch.
-------------------------------------------------------------------
Thu May 26 06:30:44 UTC 2016 - mimi.vx@gmail.com
- update to 3.2.1.1
- refreshed remove-dep.patch
* Relax upper bound on bytestring-builder
-------------------------------------------------------------------
Sat Apr 16 07:45:49 UTC 2016 - mimi.vx@gmail.com
- update to 3.2.1
* add mapResponseStatus
-------------------------------------------------------------------
Thu Mar 31 08:44:31 UTC 2016 - mimi.vx@gmail.com
- update to 3.2.0.1
-------------------------------------------------------------------
Wed Jan 20 12:01:48 UTC 2016 - mimi.vx@gmail.com
- update to 3.2.0
* Major version up due to breaking changes. We chose 3.2.0, not 3.1.0 for
consistency with Warp 3.2.0.
* The Network.Wai.HTTP2 module was removed.
* tryGetFileSize, hContentRange, hAcceptRanges, contentRangeHeader and
chooseFilePart, adjustForFilePart and parseByteRanges were removed from
the Network.Wai.Internal module.
* New fields for Request: requestHeaderReferer and requestHeaderUserAgent.
-------------------------------------------------------------------
Sun Dec 13 17:10:41 UTC 2015 - mimi.vx@gmail.com
- update to 3.0.5.0
* Avoid using the IsString Builder instance
* A new module Network.Wai.HTTP2 is exported.
* mapResponseHeaders, ifRequest and modifyResponse are exported.
- add remove-dep.patch mimi.vx@gmail.com -- remove bytestring-builder dep
-------------------------------------------------------------------
Mon Jul 6 12:48:56 UTC 2015 - mimi.vx@gmail.com
- update to 3.0.3.0
-------------------------------------------------------------------
Thu Apr 23 20:20:02 UTC 2015 - mimi.vx@gmail.com
- initial commit