From 409e8a6e21d3df0919fd2e131ba9a58222baee50 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 2 May 2011 02:06:03 +0200 Subject: [PATCH] NEWS and version update. --- NEWS | 6 ++++++ misc/bird.spec | 2 +- sysdep/config.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 10a5b36d..d7c93562 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 1.3.1 (2011-05-02) + o Added Linux kernel route attributes krt_prefsrc and krt_realm. + o Added BGP option 'med metric' related to MED handling. + o Allows to use constants from /etc/iproute2/rt_* files. + o Several bugfixes. + Version 1.3.0 (2011-03-31) o Proper iBGP (can be used with IGP). o Multipath support (OSPF and static). diff --git a/misc/bird.spec b/misc/bird.spec index 3765c944..c5b39e02 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.3.0 +Version: 1.3.1 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index 31e898c2..ac0cc873 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.3.0" +#define BIRD_VERSION "1.3.1" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h"