SHA256
1
0
forked from pool/ghc-warp

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-warp revision:13, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-warp?expand=0&rev=17
This commit is contained in:
2021-06-22 15:19:22 +00:00
committed by Git OBS Bridge
parent 0490d8c65d
commit 892260a2df
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jun 22 07:40:53 UTC 2021 - psimons@suse.com
- Update warp to version 3.3.17.
## 3.3.17
* Modify exception handling to swallow async exceptions in forked thread [#850](https://github.com/yesodweb/wai/issues/850)
* Switch default forking function to not install the global exception handler (minor optimization) [#851](https://github.com/yesodweb/wai/pull/851)
-------------------------------------------------------------------
Wed May 26 08:45:34 UTC 2021 - psimons@suse.com