From 63bdc377661756a481ef492de1f121fdfc136956 Mon Sep 17 00:00:00 2001 From: kares Date: Fri, 2 Dec 2016 11:33:16 +0100 Subject: [PATCH] prepare for 0.9.19 --- History.md | 10 ++++++++++ lib/jopenssl/version.rb | 2 +- pom.xml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 145b325e..33a1dbd1 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +## 0.9.19 + +* re-use secure random from thread-context on SSL context initialization +* preliminary OpenSSL 1.1 (Ruby 2.4) compatibility bits (#112) +* try using thread-shared secure random gen (in PKey-s) where possible +* implement PKeyDSA#syssign and PKeyDSA#sysverify methods +* avoid (unnecessary) byte[] copies in PKey#sign/verify +* fix ClassCastException error in X509Store.verify (#113) +* align BH#hash with eql? (+ equals/hashCode on Java) + ## 0.9.18 * handle X.509 authorityKeyIdentifier parsing somehow right (#102) diff --git a/lib/jopenssl/version.rb b/lib/jopenssl/version.rb index 6be8d74c..d3ebd402 100644 --- a/lib/jopenssl/version.rb +++ b/lib/jopenssl/version.rb @@ -1,5 +1,5 @@ module Jopenssl - VERSION = '0.9.19.dev' + VERSION = '0.9.19' BOUNCY_CASTLE_VERSION = '1.55' # @deprecated module Version diff --git a/pom.xml b/pom.xml index 32d2c9c9..bc1862ad 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE 4.0.0 rubygems jruby-openssl - 0.9.19.dev-SNAPSHOT + 0.9.19 gem JRuby OpenSSL JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.