Skip to content
Snippets Groups Projects
Commit 6a72a276 authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

New version.

parent a4644ed6
Branches
Tags
No related merge requests found
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.
......
......@@ -21,7 +21,6 @@ Globals
Various ideas
~~~~~~~~~~~~~
- client: paging of output
- client: Ctrl-R eats one more enter
- bgp: timing of updates?
- netlink: realms
......
Summary: BIRD Internet Routing Daemon
Name: bird
Version: 1.1.5
Version: 1.1.6
Release: 1
Copyright: GPL
Group: Networking/Daemons
......
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment