From 11913f58cb20a55e95458a1cbf4c63c2a1cea70a Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Thu, 9 Jan 2025 21:51:15 +0100 Subject: [PATCH] NEWS and version update --- NEWS | 8 ++++++++ misc/bird.spec | 2 +- sysdep/config.h | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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 */ -- 2.47.2