mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
NEWS and version update
This commit is contained in:
parent
b8008791cd
commit
4fb8fe6f53
14
NEWS
14
NEWS
@ -1,3 +1,17 @@
|
|||||||
|
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)
|
Version 2.15.1 (2024-03-22)
|
||||||
o OSPF: Fix regression in handling PtP links
|
o OSPF: Fix regression in handling PtP links
|
||||||
o RPKI: Handle connection resets properly
|
o RPKI: Handle connection resets properly
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 2.15.1
|
Version: 2.16
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Networking/Daemons
|
Group: Networking/Daemons
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#ifdef GIT_LABEL
|
#ifdef GIT_LABEL
|
||||||
#define BIRD_VERSION XSTR1(GIT_LABEL)
|
#define BIRD_VERSION XSTR1(GIT_LABEL)
|
||||||
#else
|
#else
|
||||||
#define BIRD_VERSION "2.15.1"
|
#define BIRD_VERSION "2.16"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
Loading…
Reference in New Issue
Block a user