From bbe6cd18ee5543654314d334ae3affb826ccac3f Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Tue, 5 Nov 2024 15:13:03 +0900 Subject: [PATCH] warp-tls: ver bumps up --- warp-tls/ChangeLog.md | 4 ++++ warp-tls/warp-tls.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/warp-tls/ChangeLog.md b/warp-tls/ChangeLog.md index 8759e21df..6bfab0804 100644 --- a/warp-tls/ChangeLog.md +++ b/warp-tls/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog +## 3.4.9 + +* Using `timeout` for `handshake` to prevent thread leaks. + ## 3.4.8 * Substituted `data-default-class` for `data-default` [#1010](https://github.com/yesodweb/wai/pull/1010) diff --git a/warp-tls/warp-tls.cabal b/warp-tls/warp-tls.cabal index cbbbdc78c..edd55cbad 100644 --- a/warp-tls/warp-tls.cabal +++ b/warp-tls/warp-tls.cabal @@ -1,5 +1,5 @@ Name: warp-tls -Version: 3.4.8 +Version: 3.4.9 Synopsis: HTTP over TLS support for Warp via the TLS package License: MIT License-file: LICENSE