Skip to content

Commit

Permalink
[release] prepare for 0.14.1 (CR2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Jul 3, 2022
1 parent b21f73f commit 1f95043
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## 0.14.1 (CR1)
## 0.14.1 (CR2)

* [fix] Java's default session timeout in 24h
* [fix] handle ArgumentError on SSLSession#timeout=
* [fix] handle potential buffer overflow on write (#242)
* [fix] buffer overflow after wrap-ing data - wait
* [refactor] try a few tricks to detect session re-use

## 0.14.0

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.1.cr1'
VERSION = '0.14.1.cr2'
BOUNCY_CASTLE_VERSION = '1.71'
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.1.cr1-SNAPSHOT</version>
<version>0.14.1.cr2-SNAPSHOT</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 1f95043

Please sign in to comment.