File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## 0.14.0
2
9
3
10
This version upgraded to latest Bouncy-Castle (1.71) and is only compatible with
4
11
the new version mostly due artifact naming and breaking chances in BC itself.
5
12
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
8
15
9
16
## 0.13.0
10
17
Original file line number Diff line number Diff line change 1
1
module JOpenSSL
2
- VERSION = '0.14.1.dev '
2
+ VERSION = '0.14.1.cr1 '
3
3
BOUNCY_CASTLE_VERSION = '1.71'
4
4
end
5
5
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >rubygems</groupId >
13
13
<artifactId >jruby-openssl</artifactId >
14
- <version >0.14.1.dev -SNAPSHOT</version >
14
+ <version >0.14.1.cr1 -SNAPSHOT</version >
15
15
<packaging >gem</packaging >
16
16
<name >JRuby OpenSSL</name >
17
17
<description >JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description >
You can’t perform that action at this time.
0 commit comments