mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
NEWS and version update
This commit is contained in:
parent
d975827f5f
commit
9f0ef3045d
11
NEWS
11
NEWS
@ -1,3 +1,14 @@
|
||||
Version 3.0-alpha1 (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 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: BIRD Internet Routing Daemon
|
||||
Name: bird
|
||||
Version: 3.0-alpha0
|
||||
Version: 3.0-alpha1
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Networking/Daemons
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifdef GIT_LABEL
|
||||
#define BIRD_VERSION XSTR1(GIT_LABEL)
|
||||
#else
|
||||
#define BIRD_VERSION "2.0.12"
|
||||
#define BIRD_VERSION "3.0-alpha1"
|
||||
#endif
|
||||
|
||||
/* Include parameters determined by configure script */
|
||||
|
Loading…
Reference in New Issue
Block a user