From: Ondrej Zajicek Date: Mon, 2 May 2011 00:06:03 +0000 (+0200) Subject: NEWS and version update. X-Git-Tag: v1.3.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409e8a6e21d3df0919fd2e131ba9a58222baee50;p=thirdparty%2Fbird.git NEWS and version update. --- diff --git a/NEWS b/NEWS index 10a5b36dd..d7c93562a 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 3765c944b..c5b39e024 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 31e898c21..ac0cc8732 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"