Changelog for
ghc-warp-tls-doc-3.4.5-1.1.noarch.rpm :
* Fri Apr 19 2024 Peter Simons
- Update warp-tls to version 3.4.5. [#]# 3.4.5
* Making mkConn of WarpTLS interruptible [#984](https://github.com/yesodweb/wai/pull/984)
* Sat Feb 03 2024 Peter Simons - Update warp-tls to version 3.4.4. [#]# 3.4.4
* Allow warp v3.4.
* Wed Oct 04 2023 Peter Simons - Update warp-tls to version 3.4.3. [#]# 3.4.3
* Install shutdown handlers passed via `Settings` to `run...` functions [#]# 3.4.2
* Requiring warp v3.3.29. [#]# 3.4.1
* Supporting `tls` v1.8.0. [#]# 3.4.0
* Major version up to deprecate v3.3.7 due to the incompatibility against cryptonite. [#]# 3.3.7
* Using crypton instead of cryptonite. [#931](https://github.com/yesodweb/wai/pull/931)
* Mon Jul 24 2023 Peter Simons - Update warp-tls to version 3.3.6 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Thu Mar 23 2023 Peter Simons - Update warp-tls to version 3.3.6. [#]# 3.3.6
* Setting FD_CLOEXEC on the listening socket. [#923](https://github.com/yesodweb/wai/pull/923)
* Wed Feb 08 2023 Peter Simons - Update warp-tls to version 3.3.5. [#]# 3.3.5
* Switching the version of the \"recv\" package from 0.0.x to 0.1.x.
* Wed Sep 28 2022 Peter Simons - Update warp-tls to version 3.3.4. [#]# 3.3.4
* Integrated customizable `accept` hook from `Network.Wai.Handler.Warp.Settings` (cf. `setAccept`) [#912](https://github.com/yesodweb/wai/pull/912)
* Adjusted `httpOverTls` because of the factoring out of `Network.Wai.Handler.Warp.Recv` to its own package `recv` in the `warp` package. [#899](https://github.com/yesodweb/wai/pull/899)
* Wed Aug 10 2022 Peter Simons - Update warp-tls to version 3.3.3. [#] ChangeLog [#]# 3.3.3
* Creating a bigger buffer when the current one is too small to fit the Builder [#895](https://github.com/yesodweb/wai/pull/895)
* Expose TLS.supportedHashSignatures via TLSSettings [#872](https://github.com/yesodweb/wai/pull/872)
* Wed Sep 29 2021 psimonsAATTsuse.com- Update warp-tls to version 3.3.2. [#]# 3.3.2
* Providing the Internal module. [#841](https://github.com/yesodweb/wai/issues/841)
* Thu May 27 2021 psimonsAATTsuse.com- Update warp-tls to version 3.3.1. [#]# 3.3.1
* Move exception handling over to `unliftio` for better async exception support [#845](https://github.com/yesodweb/wai/issues/845)
* Cleanly close connection when client closes connection prematurely [#844](https://github.com/yesodweb/wai/issues/844)