Skip to content

Commit 2fbc895

Browse files
committed
release as 2.094
1 parent 1ea3e3a commit 2fbc895

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2.094 2025/06/18
2+
- fixed memory leak introduced in 2.092
13
2.093 2025/06/17
24
- Another rework for one-sided SSL shutdown, to a) implement a useful and secure
35
behavior and b) without affecting existing applications. 2.092 had still

lib/IO/Socket/SSL.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package IO::Socket::SSL;
1515

16-
our $VERSION = '2.093';
16+
our $VERSION = '2.094';
1717

1818
use IO::Socket;
1919
use Net::SSLeay 1.46;

0 commit comments

Comments
 (0)