Skip to content

Commit 9c73c71

Browse files
committed
[release] prepare for 0.15.7
1 parent 65ad92e commit 9c73c71

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.15.7
2+
3+
* [fix] handle CRL with optional nextUpdate absent
4+
* [compat] handle nil dates in `Certificate#sign`
5+
* [fix] null guard for public key in `PKey#toJava`
6+
* [fix] missing null guard in `SSLSocket#alpn_protocol`
7+
* [fix] missing throw in `PKey::EC::Point#add`
8+
* [fix] `DH#params` returned pub_key and priv_key swapped
9+
* [fix] compat with JRuby < 9.2.10 after API change (#348)
10+
* [fix] `Cipher#reset` when key not set (jruby/jruby#5776)
11+
* [fix] encode Netscape IA5String extensions correctly (#349)
12+
* [fix] `Store#add_file` raises when no certificate or CRL (#285)
13+
* [fix] PSS auto salt-length verify failed due leading zeros
14+
115
## 0.15.6
216

317
Upgrading Bouncy Castle to version 1.83

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.15.7.dev'
2+
VERSION = '0.15.7'
33
BOUNCY_CASTLE_VERSION = '1.83'
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 MODIFY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>rubygems</groupId>
1313
<artifactId>jruby-openssl</artifactId>
14-
<version>0.15.7.dev-SNAPSHOT</version>
14+
<version>0.15.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>

0 commit comments

Comments
 (0)