]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Merge tag 'v2.16' into thread-next
authorMaria Matejka <mq@ucw.cz>
Fri, 13 Dec 2024 19:56:08 +0000 (20:56 +0100)
committerMaria Matejka <mq@ucw.cz>
Fri, 13 Dec 2024 19:56:08 +0000 (20:56 +0100)
v2.16

1  2 
NEWS

diff --cc NEWS
index 1757ea1e134a05518c2a321434a3eba2624dbdf4,166720601d661d5d98c2d612a0a993b68824734e..a5a51699fbba43e8578e9f80d1d4ebe6947a4c53
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,42 -1,16 +1,55 @@@
 +Version 3.0alpha3 (2024-07-01)
 +  o Merged 2.15.1
 +  o Fixed major issues with channel reloads
 +  o Fixed data inconsistencies in many corner cases
 +  o Fixed internal scheduler corner cases
 +  o MRT and BMP still switched off
 +  o Expected one more alpha before stable
 +
 +Version 3.0alpha2 (2023-05-11)
 +  o Fixed memory leaks and use-after free bugs
 +  o Simple thread work balancing
 +  o MRT switched off
 +  o Slow kernel route synchronization to be fixed later
 +
 +Version 3.0alpha1 (2023-04-18)
 +  o Worker threads for BGP, Pipe, RPKI and BFD
 +  o Configurable number of threads
 +  o Asynchronous route export
 +  o Flat attribute structure
 +  o Inline import tables
 +  o Export tables merged with BGP prefix / attribute buckets
 +  o Fixed ROA check locking inversion in route table dumps
 +  o MRT switched off
 +
 +Version 3.0-alpha0 (2022-02-07)
 +  o Removal of fixed protocol-specific route attributes
 +  o Asynchronous route export
 +  o Explicit table import / export hooks
 +  o Partially lockless route attribute cache
 +  o Thread-safe resource management
 +  o Thread-safe interface notifications
 +  o Thread-safe protocol API
 +  o Adoption of BFD IO loop for general use
 +  o Parallel Pipe protocol
 +  o Parallel RPKI protocol
 +  o Parallel BGP protocol
 +  o Lots of refactoring
 +  o Bugfixes and improvements as they came along
 +
+ Version 2.16 (2024-12-04)
+   o BFD: Set password per session
+   o BFD: Accept zero checksum for IPv6-UDP
+   o BMP: Refactoring and optimizations
+   o OSPF: Allow loopback nexthop in OSPFv3-IPv4
+   o RPKI: TCP-MD5 authentication option
+   o Filters: Add enum types to filter grammar
+   o CLI: Configurable additional control sockets
+   o CLI: Timeformat command
+   o CLI: Dump commands need a target file
+   o ASPA support in filters, Static and RPKI
+   o Formalized contributions and credits policy
+   o Many bugfixes and improvements
  
  Version 2.15.1 (2024-03-22)
    o OSPF: Fix regression in handling PtP links