Skip to content

Commit

Permalink
[release] prepare for 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed May 27, 2024
1 parent 5df8e30 commit bbf5ccc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## 0.14.6

* [compat] OpenSSL::ConfigError and DEFAULT_CONFIG_FILE (#304)
* [fix] `OpenSSL::PKey::DH#set_pqg` regression (#300)
* Convert `IOException` to Ruby exception correctly (#242)
* [refactor] add exception debugging within SSLSocket#waitSelect
* [fix] sync `SSLContext#setup` as it could be shared (#302)
* [refactor] organize i-var sets (set `@context` after setup)

## 0.14.5

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

## 0.14.4
Expand Down
2 changes: 1 addition & 1 deletion lib/jopenssl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module JOpenSSL
VERSION = '0.14.6.dev'
VERSION = '0.14.6'
BOUNCY_CASTLE_VERSION = '1.74'
end

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.14.6.dev-SNAPSHOT</version>
<version>0.14.6</version>
<packaging>gem</packaging>
<name>JRuby OpenSSL</name>
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
Expand Down

0 comments on commit bbf5ccc

Please sign in to comment.