Skip to content

Commit bbf5ccc

Browse files
committed
[release] prepare for 0.14.6
1 parent 5df8e30 commit bbf5ccc

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

History.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
## 0.14.6
2+
3+
* [compat] OpenSSL::ConfigError and DEFAULT_CONFIG_FILE (#304)
4+
* [fix] `OpenSSL::PKey::DH#set_pqg` regression (#300)
5+
* Convert `IOException` to Ruby exception correctly (#242)
6+
* [refactor] add exception debugging within SSLSocket#waitSelect
7+
* [fix] sync `SSLContext#setup` as it could be shared (#302)
8+
* [refactor] organize i-var sets (set `@context` after setup)
9+
110
## 0.14.5
211

3-
* [fix] OpenSSL::X509::Request#verify with DSA public key
12+
* [fix] `OpenSSL::X509::Request#verify` with DSA public key
413
(this was a regression introduced in JOSSL 0.14.4)
514

615
## 0.14.4

lib/jopenssl/version.rb

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

pom.xml

+1-1
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.14.6.dev-SNAPSHOT</version>
14+
<version>0.14.6</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)