Skip to content

Commit 0f4f501

Browse files
committed
prepare for 0.9.14
1 parent 07f40b4 commit 0f4f501

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.9.14
2+
3+
* basic support for prompting for PEM password (working for RSA/DSA priv.key)
4+
* avoid NPE due version field in X509Cert - make sure it's treated as 0 (#78)
5+
and fix settting ceritificate.serial = number
6+
* default WairReadable/Writable backtraces to JRuby's -Xerrno.backtrace
7+
* use hardcoded jks type for loading cacerts - for Java 9 compatibility (#79)
8+
19
## 0.9.13
210

311
JRuby-OpenSSL is the first release that aims to be Ruby **2.3** compatible.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ the JRuby [mailing list][1] or the [bug tracker][2].
1010

1111
## Compatibility
1212

13-
Since version **0.9.5** jruby-openssl aims to be compatible with all JRuby versions
13+
Since version **0.9.6** jruby-openssl aims to be compatible with all JRuby versions
1414
**>= 1.6.8** (including 1.7 and 9k), if it's not we consider that a bug, report.
1515

16-
We currently (for 0.9.x) require the Bouncy Castle Java APIs to be **>= 1.47**,
17-
for JRuby-OpenSSL gem <= 0.9.6 you also need to make sure BC jars **<= 1.50** !
16+
We currently (for 0.9.x) require the Bouncy Castle Java APIs to be **>= 1.49**,
17+
for JRuby-OpenSSL **gem <= 0.9.6** you also need to make sure BC jars <= 1.50 !
1818

1919
## Testing
2020

lib/jopenssl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jopenssl
2-
VERSION = '0.9.14.dev'
2+
VERSION = '0.9.14'
33
BOUNCY_CASTLE_VERSION = '1.54'
44
# @deprecated
55
module Version

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>rubygems</groupId>
1313
<artifactId>jruby-openssl</artifactId>
14-
<version>0.9.14.dev-SNAPSHOT</version>
14+
<version>0.9.14</version>
1515
<packaging>gem</packaging>
1616
<name>JRuby OpenSSL</name>
1717
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>

0 commit comments

Comments
 (0)