]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update.
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 10 Feb 2010 15:18:17 +0000 (16:18 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 10 Feb 2010 15:18:17 +0000 (16:18 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index eb484936b643419fbe7db1d8cf8ec2a915dd2ada..9dd533ac9bfbd2730b66d4a6a29974ea1bd78102 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 1.2.1 (2010-02-11)
+  o Option 'interpret communities' allows to override implicit handling
+    of well-known communities.
+  o 'configure' command uses route reload when filters change.
+  o Adds router ID of advertising router as OSPF route attribute.
+  o 'show route' command indicates primary route and shows OSPF Router ID.
+  o Configurable date/time formats.
+  o Several minor bugfixes.
+
 Version 1.2.0 (2010-01-05)
   o Implements OSPFv3 (IPv6 support for OSPF). Because the code is
     shared with OSPFv2 and there were deep changes in it, we suggest
index 30935c2d10f577a760cd9a47deda7c47b72353f5..81ddaf0b04e2dc44fd9612f0ac1ce3659d512915 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.2.0
+Version: 1.2.1
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 7b731999f03fbc5208f0d9d8c26fa73ef2e361bd..d4a6bf76a1b682152525ba49e99c47dfb21f131f 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.2.0"
+#define BIRD_VERSION "1.2.1"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"