File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 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+ 
17## 0.15.1  
28
39*  [ 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].
2828|  ~ >0.12.x      |  9.1.x-9.3.x  |   Java 8-15 |     1.65-1.68 | 
2929|  ~ >0.13.x      |  9.1.x-9.4.x  |   Java 8-17 |     1.68-1.69 | 
3030|  ~ >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  | 
3232
3333NOTE: backwards JRuby compatibility was not handled for versions <= ** 0.9.6**  
3434
Original file line number Diff line number Diff line change 11module  JOpenSSL 
2-   VERSION  =  '0.15.2.dev ' 
2+   VERSION  =  '0.15.2' 
33  BOUNCY_CASTLE_VERSION  =  '1.79' 
44end 
55
Original file line number Diff line number Diff 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.15.2.dev-SNAPSHOT </version >
14+   <version >0.15.2</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 >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments