From 1f95043b80f591118380e5cc06a9a2ab6e74741e Mon Sep 17 00:00:00 2001 From: kares Date: Sun, 3 Jul 2022 17:33:43 +0200 Subject: [PATCH] [release] prepare for 0.14.1 (CR2) --- History.md | 3 ++- lib/jopenssl/version.rb | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 34f5248e..47bc3bd2 100644 --- a/History.md +++ b/History.md @@ -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 diff --git a/lib/jopenssl/version.rb b/lib/jopenssl/version.rb index 42738cd5..dc4ffcad 100644 --- a/lib/jopenssl/version.rb +++ b/lib/jopenssl/version.rb @@ -1,5 +1,5 @@ module JOpenSSL - VERSION = '0.14.1.cr1' + VERSION = '0.14.1.cr2' BOUNCY_CASTLE_VERSION = '1.71' end diff --git a/pom.xml b/pom.xml index 4c38e33b..1a628ba4 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE 4.0.0 rubygems jruby-openssl - 0.14.1.cr1-SNAPSHOT + 0.14.1.cr2-SNAPSHOT gem JRuby OpenSSL JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.