Skip to content

Commit ce5f62e

Browse files
authored
GH-85 Developer release 1.86_06 (#91)
Bump version number in SSLeay.pm 1.86_05 to 1.86_06, and also bump Handle.pm to 1.86_06. Associate all reported changes since then with version 1.86_06.
1 parent 3fdfd7e commit ce5f62e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Changes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for Perl extension Net::SSLeay.
22

3-
??????? 2018-??-??
3+
1.86_06 2018-09-29
44
- Net::SSLeay::read() and SSL_peek() now check SSL_get_error()
55
for SSL_ERROR_ZERO_RETURN for return values <= 0 to make
66
Net::SSLeay::read() behave more like underlying OpenSSL
@@ -113,7 +113,7 @@ Revision history for Perl extension Net::SSLeay.
113113
Fixes RT#125273. Thanks to Steffen Ullrich.
114114

115115
1.86_03 2018-07-19
116-
- Convert packaging to ExtUtils::MakeMaker
116+
- Convert packaging to ExtUtils::MakeMaker. Thanks to mohawk2.
117117
- Module::Install is no longer a prerequisite when building
118118
from the reposistory.
119119
- Re-apply patch from ETJ permitting configure and build in

lib/Net/SSLeay.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $Net::SSLeay::slowly = 0;
6666
$Net::SSLeay::random_device = '/dev/urandom';
6767
$Net::SSLeay::how_random = 512;
6868

69-
$VERSION = '1.86_05'; # Also update $Net::SSLeay::Handle::VERSION
69+
$VERSION = '1.86_06'; # Also update $Net::SSLeay::Handle::VERSION
7070
@ISA = qw(Exporter);
7171

7272
#BEWARE:

lib/Net/SSLeay/Handle.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ you need to add to your program is the tie function as in:
5757
use vars qw(@ISA @EXPORT_OK $VERSION);
5858
@ISA = qw(Exporter);
5959
@EXPORT_OK = qw(shutdown);
60-
$VERSION = '0.86_05';
60+
$VERSION = '1.86_06';
6161

6262
my $Initialized; #-- only _initialize() once
6363
my $Debug = 0; #-- pretty hokey

0 commit comments

Comments
 (0)