File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.15.2
2
+
3
+ * [ deps] upgrade BC to version 1.79
4
+ * [ fix] avoid PKey::EC.new failing with specific DER (#318 )
5
+ * [ fix] have a useful OPENSSL_VERSION_NUMBER
6
+
1
7
## 0.15.1
2
8
3
9
* [ deps] upgrade BC to version 1.78.1
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ the JRuby [mailing list][1] or the [bug tracker][2].
28
28
| ~ >0.12.x | 9.1.x-9.3.x | Java 8-15 | 1.65-1.68 |
29
29
| ~ >0.13.x | 9.1.x-9.4.x | Java 8-17 | 1.68-1.69 |
30
30
| ~ >0.14.x | 9.1.x-9.4.x | Java 8-21 | 1.71-1.74 |
31
- | ~ >0.15.x | 9.2.x-9.4.x | Java 8-21 | 1.76-1.78 |
31
+ | ~ >0.15.x | 9.2.x-9.4.x | Java 8-21 | 1.76-1.79 |
32
32
33
33
NOTE: backwards JRuby compatibility was not handled for versions <= ** 0.9.6**
34
34
Original file line number Diff line number Diff line change 1
1
module JOpenSSL
2
- VERSION = '0.15.2.dev '
2
+ VERSION = '0.15.2'
3
3
BOUNCY_CASTLE_VERSION = '1.79'
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.15.2.dev-SNAPSHOT </version >
14
+ <version >0.15.2</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