File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 0.14.1 (DEV)
1
+ ## 0.14.1
2
2
3
- * Revert "[ fix] handle potential buffer overflow on write" (#242 )
3
+ * [ refactor] improve performance of Diffie-Hellman key exchange (#272 )
4
+ * Try to use JDK console to prompt for pass (#270 )
5
+ * [ fix] for PKCS8 EC private key support (#267 )
6
+ * ~~ "[ fix] handle potential buffer overflow on write" (#242 )~~
4
7
5
8
## 0.14.1 (CR2)
6
9
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'
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</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