Skip to content

Commit 63bdc37

Browse files
committed
prepare for 0.9.19
1 parent ecfaf4a commit 63bdc37

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.9.19
2+
3+
* re-use secure random from thread-context on SSL context initialization
4+
* preliminary OpenSSL 1.1 (Ruby 2.4) compatibility bits (#112)
5+
* try using thread-shared secure random gen (in PKey-s) where possible
6+
* implement PKeyDSA#syssign and PKeyDSA#sysverify methods
7+
* avoid (unnecessary) byte[] copies in PKey#sign/verify
8+
* fix ClassCastException error in X509Store.verify (#113)
9+
* align BH#hash with eql? (+ equals/hashCode on Java)
10+
111
## 0.9.18
212

313
* handle X.509 authorityKeyIdentifier parsing somehow right (#102)

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.19.dev'
2+
VERSION = '0.9.19'
33
BOUNCY_CASTLE_VERSION = '1.55'
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.19.dev-SNAPSHOT</version>
14+
<version>0.9.19</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)