Skip to content

Commit 3b4bc77

Browse files
committed
preparing for 0.9.11
1 parent eab72b8 commit 3b4bc77

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.9.11
2+
3+
* add TLSv1_1_client, TLSv1_1_server, TLSv1_2_client and TLSv1_2_server options
4+
to ssl_version (#65)
5+
* **regression** make sure we hold a buffered reader so that the loop continues
6+
reading PEMs - previously introduced an incompatibility with cert verify (#67)
7+
* support negotiating up to TLS1_1 and TLS1_2 when the server supports these
8+
ssl_versions (#63)
9+
110
## 0.9.10
211

312
* **regression** reverted fix for #49 (as it needs more work/testing) :

lib/jopenssl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jopenssl
22
module Version
3-
VERSION = '0.9.11.dev'
3+
VERSION = '0.9.11'
44
BOUNCY_CASTLE_VERSION = '1.50'
55
end
66
end

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>rubygems</groupId>
66
<artifactId>jruby-openssl</artifactId>
7-
<version>0.9.11.dev-SNAPSHOT</version>
7+
<version>0.9.11</version>
88
<packaging>gem</packaging>
99
<name>JRuby OpenSSL</name>
1010
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>

0 commit comments

Comments
 (0)