summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-11-19 12:53:55 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-11-19 12:53:55 +0100
commit6a72a276f6a677a8adec9566867023d76ac7da7e (patch)
treec1be50310291f68e4572794627d16edb3b6f5d0d
parenta4644ed6ab32c098b755bdac03498634b2794409 (diff)
downloadbird-6a72a276f6a677a8adec9566867023d76ac7da7e.tar
bird-6a72a276f6a677a8adec9566867023d76ac7da7e.zip
New version.
-rw-r--r--NEWS7
-rw-r--r--TODO1
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
4 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0b2e4ee..81dc619 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 1.1.6 (2009-11-20)
+ o Implements RFC 5004 - prefer older external routes.
+ o There is a change how route servers handle missing link local
+ addresses in next hop atribute - see 'missing lladdr' option.
+ o Several minor features (description field, parse check option).
+ o Several minor bugfixes.
+
Version 1.1.5 (2009-10-29)
o Better scalability of BGP.
o New accessors for AS path - first and last.
diff --git a/TODO b/TODO
index f314053..d5c1056 100644
--- a/TODO
+++ b/TODO
@@ -21,7 +21,6 @@ Globals
Various ideas
~~~~~~~~~~~~~
-- client: paging of output
- client: Ctrl-R eats one more enter
- bgp: timing of updates?
- netlink: realms
diff --git a/misc/bird.spec b/misc/bird.spec
index 021fba2..8c8b04f 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon
Name: bird
-Version: 1.1.5
+Version: 1.1.6
Release: 1
Copyright: GPL
Group: Networking/Daemons
diff --git a/sysdep/config.h b/sysdep/config.h
index 03399bd..11ade63 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_
/* BIRD version */
-#define BIRD_VERSION "1.1.5"
+#define BIRD_VERSION "1.1.6"
/* Include parameters determined by configure script */
#include "sysdep/autoconf.h"