From: Maria Matejka Date: Thu, 9 Jan 2025 20:51:15 +0000 (+0100) Subject: NEWS and version update X-Git-Tag: v2.16.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11913f58cb20a55e95458a1cbf4c63c2a1cea70a;p=thirdparty%2Fbird.git NEWS and version update --- diff --git a/NEWS b/NEWS index 166720601..3a55f68d8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Version 2.16.1 (2025-01-10) + o ASPA: fixed parser bug in static protocol + o ASPA: fixed static protocol reconfiguration + o Babel: fixed seqno comparison + o BSD: fixed onlink flag assumption with Netlink + o Fixed memory alignment issues + o Fixed possible rte src collisions in L3VPN + Version 2.16 (2024-12-04) o BFD: Set password per session o BFD: Accept zero checksum for IPv6-UDP diff --git a/misc/bird.spec b/misc/bird.spec index ca827f6d9..d25a6b4e8 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 2.16 +Version: 2.16.1 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index 8c482ec30..8b1efcbaf 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -13,7 +13,7 @@ #ifdef GIT_LABEL #define BIRD_VERSION XSTR1(GIT_LABEL) #else -#define BIRD_VERSION "2.16" +#define BIRD_VERSION "2.16.1" #endif /* Include parameters determined by configure script */