diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-04-21 20:24:43 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-04-21 20:26:47 +0200 |
commit | ca0f239c72486cebfe171e335e3b8a86f5999714 (patch) | |
tree | 53d76b16b2f0247c9696605536f57ee093e27156 /NEWS | |
parent | 1a1e13cc2fc2df82e2319b7beeb18bb8eb92fbd2 (diff) |
NEWS and version updatev2.13
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +Version 2.13 (2023-04-21) + o Babel: IPv4 via IPv6 extension (RFC 9229) + o Babel: Improve authentication on lossy networks + o BGP: New 'allow bgp_med' option + o BSD: Support for IPv4 routes with IPv6 nexthop on FreeBSD + o Experimental BMP protocol implementation + o Important bugfixes + + Notes: + + We changed versioning scheme from <epoch>.<major>.<minor> to more common + <major>.<minor>.<patch> . From now on, you may expect that BIRD 2.13.x will be + strictly only fixing bugs found in 2.13, whereas BIRD 2.14 will also contain + new features. + + This BIRD version contains an alpha release of BMP protocol implementation. + It is not ready for production usage and therefore it is not compiled by + default and have to be enabled during installation. + + Version 2.0.12 (2023-01-23) o Filter: New 'onlink' route attribute o Compile-time option to use 4-way tries instead of 16-way ones |