Skip to content

Commit ccb7b91

Browse files
committed
prepare for 0.10.2
1 parent 53b6ff7 commit ccb7b91

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.10.2
2+
3+
* update Bouncy-Castle to 1.61 (and handle supported BC compatibility)
4+
* [fix] avoid NPE when CRL fails to parse (invalid str) (jruby/jruby#5619)
5+
* hide (deprecated) Jopenssl constant
6+
* default OpenSSL.warn to warnings-enabled flag
7+
* only un-restrict jce when its restricted
8+
* OpenSSL::Cipher#update additional buffer argument (#170) (jruby/jruby#5242)
9+
110
## 0.10.1
211

312
* loading JOpenSSL's native ext part the JRuby 9.2 (internal) way

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.10.2.dev'
2+
VERSION = '0.10.2'
33
BOUNCY_CASTLE_VERSION = '1.61'
44
end
55

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.10.2.dev-SNAPSHOT</version>
14+
<version>0.10.2</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)