]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update. v1.3.1
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 2 May 2011 00:06:03 +0000 (02:06 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 2 May 2011 00:06:03 +0000 (02:06 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 10a5b36ddef79850ec3454c59c5b772a5c4787c2..d7c93562acadcef2dddf43d8736bcea7656c8e2d 100644 (file)
--- 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).
index 3765c944b19f760a35ba7084884cdd94bc1f09fb..c5b39e0241c5a3dcf5904b376d4daabd0700c450 100644 (file)
@@ -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
index 31e898c212d67a57c461945dac07f7dcad5f85ac..ac0cc8732d79cb843db0e510326217aca9285d9f 100644 (file)
@@ -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"