File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626- in case of vulnerabilities. 
2727--> 
2828
29+ ## [ 0.5.11]  - 2024-12-12 
30+ 
31+ ### Added  
32+ 
33+ *  Support for ` unveil `  and ` pledge `  on OpenBSD
34+ 
35+ ### Changed  
36+ 
37+ *  The parent selection algorithm now only chooses a new parent if there is a larger cost benefit to doing so, which should help to stabilise the tree
38+ *  The bloom filters are now repropagated periodically, to avoid nodes getting stuck with bad state
39+ 
40+ ### Fixed  
41+ 
42+ *  A memory leak caused by missed cleanup of the peer response map has been fixed
43+ *  Other bug fixes with bloom filter propagation for off-tree filters and zero vs one bits
44+ *  TLS-based peering connections now support TLS 1.2 again
45+ 
2946## [ 0.5.10]  - 2024-11-24 
3047
3148### Added  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments