Skip to content

Commit 4eff863

Browse files
committed
prepare for 0.10.7
1 parent b8109f0 commit 4eff863

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

History.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
## 0.10.6 (yanked)
1+
## 0.10.7
22

33
* [feat] upgrade BC library to 1.68
4-
* [compat] align with Ruby OpenSSL 2.2.0
54
* [fix] SSLContext#ciphers= (fixes #221 and jruby/jruby#3100) (#222)
65
* [fix] Java::JavaLang::StringIndexOutOfBoundsException on ctx.cipher=[] (fixes #220) (#223)
76
* [fix] SSLContext#ciphers= compatibility (fixes #223) (#220)
8-
* [fix] Match OpenSSL::X509::Name.hash implementation with Ruby (#216)
7+
* [fix] Match OpenSSL::X509::Name.hash implementation with Ruby (#216, #218)
98
* [fix] OpenSSL::SSL::SSLContext#min_version= failure (#215)
109
* [fix] adds OpenSSL::Cipher#iv_len= setter (#208)
1110

11+
## 0.10.6 (yanked)
12+
13+
Due several regressions please update to version 0.10.7 or higher.
14+
1215
## 0.10.5
1316

1417
* [fix] EC key sign/verify (#193)

lib/jopenssl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module JOpenSSL
2-
VERSION = '0.10.7.dev'
2+
VERSION = '0.10.7'
33
BOUNCY_CASTLE_VERSION = '1.68'
44
end
55

pom.xml

+8-8
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.7.dev-SNAPSHOT</version>
14+
<version>0.10.7</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>
@@ -61,17 +61,17 @@ DO NOT MODIFIY - GENERATED CODE
6161
</distributionManagement>
6262
<properties>
6363
<bc.versions>1.68</bc.versions>
64-
<invoker.skip>${maven.test.skip}</invoker.skip>
65-
<invoker.test>${bc.versions}</invoker.test>
66-
<jruby.plugins.version>1.1.8</jruby.plugins.version>
64+
<mavengem.wagon.version>1.0.3</mavengem.wagon.version>
6765
<jruby.switches>-W0</jruby.switches>
6866
<jruby.version>9.1.17.0</jruby.version>
69-
<jruby.versions>9.1.17.0</jruby.versions>
67+
<jruby.plugins.version>1.1.8</jruby.plugins.version>
68+
<invoker.skip>${maven.test.skip}</invoker.skip>
69+
<runit.dir>src/test/ruby/**/test_*.rb</runit.dir>
7070
<mavengem-wagon.version>1.0.3</mavengem-wagon.version>
71-
<mavengem.wagon.version>1.0.3</mavengem.wagon.version>
72-
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
71+
<jruby.versions>9.1.17.0</jruby.versions>
7372
<polyglot.dump.readonly>false</polyglot.dump.readonly>
74-
<runit.dir>src/test/ruby/**/test_*.rb</runit.dir>
73+
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
74+
<invoker.test>${bc.versions}</invoker.test>
7575
</properties>
7676
<dependencies>
7777
<dependency>

0 commit comments

Comments
 (0)