We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea3e3a commit 2fbc895Copy full SHA for 2fbc895
Changes
@@ -1,3 +1,5 @@
1
+2.094 2025/06/18
2
+- fixed memory leak introduced in 2.092
3
2.093 2025/06/17
4
- Another rework for one-sided SSL shutdown, to a) implement a useful and secure
5
behavior and b) without affecting existing applications. 2.092 had still
lib/IO/Socket/SSL.pm
@@ -13,7 +13,7 @@
13
14
package IO::Socket::SSL;
15
16
-our $VERSION = '2.093';
+our $VERSION = '2.094';
17
18
use IO::Socket;
19
use Net::SSLeay 1.46;
0 commit comments