Skip to content

Commit 12bc095

Browse files
committed
prepare for 0.9.8 release
1 parent 58b60de commit 12bc095

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

History.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
## 0.9.8.dev
1+
## 0.9.8
22

3+
* refactor `PKCS5.pbkdf2_hmac_sha1` to use BC APIs
4+
thus less dependent on provider internals (jruby/jruby#3025)
5+
* HMAC - use our SimpleKey impl so that there's less[] copy
6+
... also allows for an empty key to work like MRI (jruby/jruby#2854)
37
* fixing oaep encryption to use correct algorithm (#54)
48
* [experimental] support NOT loading any (BC) jars on our own ... (#10)
59
* disable DHE (by default) on Java <= 7 ... on Java 8 we (still) force 1024/2048

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.8.dev'
3+
VERSION = '0.9.8'
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.8.dev-SNAPSHOT</version>
7+
<version>0.9.8</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)