Skip to content

Commit db9df7b

Browse files
committed
[release] prepare for 0.14.1 (CR1)
1 parent 0b799fd commit db9df7b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

History.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1+
## 0.14.1 (CR1)
2+
3+
* [fix] Java's default session timeout in 24h
4+
* [fix] handle ArgumentError on SSLSession#timeout=
5+
* [fix] handle potential buffer overflow on write (#242)
6+
* [fix] buffer overflow after wrap-ing data - wait
7+
18
## 0.14.0
29

310
This version upgraded to latest Bouncy-Castle (1.71) and is only compatible with
411
the new version mostly due artifact naming and breaking chances in BC itself.
512

6-
- [deps] upgrade BC to latest 1.71
7-
- [fix] make set_minmax_proto_version private
13+
* [deps] upgrade BC to latest 1.71
14+
* [fix] make set_minmax_proto_version private
815

916
## 0.13.0
1017

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.14.1.dev'
2+
VERSION = '0.14.1.cr1'
33
BOUNCY_CASTLE_VERSION = '1.71'
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.14.1.dev-SNAPSHOT</version>
14+
<version>0.14.1.cr1-SNAPSHOT</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)