summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-05-02 02:06:03 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2011-05-02 02:06:03 +0200
commit409e8a6e21d3df0919fd2e131ba9a58222baee50 (patch)
treeae4a2a7161bacc7bde52813c8bd40961d311ae6b
parenta506476acd4baa212f542b257eb5abba733ba4c5 (diff)
downloadbird-409e8a6e21d3df0919fd2e131ba9a58222baee50.tar
bird-409e8a6e21d3df0919fd2e131ba9a58222baee50.zip
NEWS and version update.
-rw-r--r--NEWS6
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 10a5b36..d7c9356 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 3765c94..c5b39e0 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 31e898c..ac0cc87 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"