File ghc-warp.changes of Package ghc-warp
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Tue Jul 11 03:02:29 UTC 2017 - psimons@suse.com
- Update to version 3.2.13.
-------------------------------------------------------------------
Thu May 18 09:52:25 UTC 2017 - psimons@suse.com
- Update to version 3.2.12 with cabal2obs.
-------------------------------------------------------------------
Wed Apr 19 13:32:44 UTC 2017 - psimons@suse.com
- Update to version 3.2.11.2 with cabal2obs.
-------------------------------------------------------------------
Mon Feb 27 10:12:20 UTC 2017 - psimons@suse.com
- Update to version 3.2.11.1 with cabal2obs.
-------------------------------------------------------------------
Sun Feb 5 19:32:29 UTC 2017 - psimons@suse.com
- Update to version 3.2.11 with cabal2obs.
-------------------------------------------------------------------
Mon Jan 30 09:34:53 UTC 2017 - psimons@suse.com
- Update to version 3.2.10 with cabal2obs.
-------------------------------------------------------------------
Mon Nov 14 09:34:17 UTC 2016 - psimons@suse.com
- Update to version 3.2.9 with cabal2obs.
-------------------------------------------------------------------
Wed Aug 17 18:43:05 UTC 2016 - psimons@suse.com
- Update to version 3.2.8 revision 0 with cabal2obs.
-------------------------------------------------------------------
Mon Jul 18 07:51:44 UTC 2016 - psimons@suse.com
- Update to version 3.2.7 revision 0 with cabal2obs.
This update obsoletes cabal-deps.patch.
-------------------------------------------------------------------
Sun Jul 10 16:12:00 UTC 2016 - mimi.vx@gmail.com
- update to 3.2.7
* Adding new APIs for HTTP/2 server push: getHTTP2Data and setHTTP2Data
* Better accept(2) error handling
* Adding getGracefulShutdownTimeout.
* Add {test,}withApplicationSettings
-------------------------------------------------------------------
Sat Apr 9 18:45:52 UTC 2016 - mimi.vx@gmail.com
- update to 3.2.6
* Using token based APIs of http2 1.6.
* Ignoring errors from setSocketOption
* Added withApplication, testWithApplication, and openFreePort
* Fixing reaper delay value of file info cache.
-------------------------------------------------------------------
Wed Feb 24 10:21:16 UTC 2016 - mimi.vx@gmail.com
- update to 3.2.3
* Using http2 v1.5.x which much improves the performance of HTTP/2
* To get rid of the bottleneck of ByteString's (==), a new logic to compare header
names is introduced.
-------------------------------------------------------------------
Wed Jan 20 13:45:15 UTC 2016 - mimi.vx@gmail.com
- update to 3.2.2
* Throwing errno for pread
* Add back warpVersion
* Major version up due to breaking changes. This is because the HTTP/2 code was
started over with Warp 3.1.3 due to performance issue
* runHTTP2, runHTTP2Env, runHTTP2Settings and runHTTP2SettingsSocket were removed
from the Network.Wai.Handler.Warp module.
* The performance of HTTP/2 was drastically improved. Now the performance of HTTP/2
is almost the same as that of HTTP/1.1.
* The logic to handle files in HTTP/2 is now identical to that in HTTP/1.1.
* Internal stuff was removed from the Network.Wai.Handler.Warp module
according to the plan.
-------------------------------------------------------------------
Fri Dec 25 09:35:53 UTC 2015 - mimi.vx@gmail.com
- update to 3.1.12
- refresh cabal-deps.patch
* Setting lower bound for auto-update
* Providing a new API: killManager.
* Preventing space leaks due to Weak ThreadId
* Setting upper bound for http2.
-------------------------------------------------------------------
Tue Dec 15 20:42:32 UTC 2015 - mimi.vx@gmail.com
- update to 3.1.10
* setFileInfoCacheDuration
* setLogger
* FileInfo/getFileInfo
* Fix: warp-tls strips out the Host request header
* Using the new priority queue based on PSQ provided by http2 lib.
* A concatenated Cookie header is prepended to the headers to ensure that it
flows pseudo headers.
* Providing a new settings: setHTTP2Disabled
* Using http-types v0.9.
* Using newer http2 library to prevent change table size attacks.
* API for HTTP/2 server push and trailers.
* Preventing response splitting attacks.
* Concatenating multiple Cookie: headers in HTTP/2.
-------------------------------------------------------------------
Sun Oct 4 17:18:16 UTC 2015 - mimi.vx@gmail.com
- update to 3.1.3.1
-------------------------------------------------------------------
Sat Sep 12 09:35:55 UTC 2015 - mimi.vx@gmail.com
- initial commit
* add cabal-deps.patch to remove bytestring-builder from cabal file