Skip to content

Commit a9f9883

Browse files
committed
release as 2.095
1 parent 20b26ec commit a9f9883

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.095 2025/07/10
2+
- regression: make sysread set buffer to empty string again when returning
3+
EOf. Fixes #171
14
2.094 2025/06/18
25
- fixed memory leak introduced in 2.092
36
2.093 2025/06/17

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.094';
16+
our $VERSION = '2.095';
1717

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

0 commit comments

Comments
 (0)