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

NEWS and version update.

parent 8a7fb885
Branches
Tags
No related merge requests found
Version 1.1.7 (2009-12-21)
o Implements BGP Route Refresh (RFC 2918).
o Implements route reload feature.
o Deep changes and bugfixes in pipe protocol.
o Bugfix in OSPF premature aging of LSA.
o Bugfix in OSPF next hop calculation.
o Bugfix in core related to route withdraws.
o Several minor bugfixes.
Version 1.1.6 (2009-11-19) Version 1.1.6 (2009-11-19)
o Implements RFC 5004 - prefer older external routes. o Implements RFC 5004 - prefer older external routes.
o There is a change how route servers handle missing IPv6 link o There is a change how route servers handle missing IPv6 link
......
Summary: BIRD Internet Routing Daemon Summary: BIRD Internet Routing Daemon
Name: bird Name: bird
Version: 1.1.6 Version: 1.1.7
Release: 1 Release: 1
Copyright: GPL Copyright: GPL
Group: Networking/Daemons Group: Networking/Daemons
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_ #define _BIRD_CONFIG_H_
/* BIRD version */ /* BIRD version */
#define BIRD_VERSION "1.1.6" #define BIRD_VERSION "1.1.7"
/* Include parameters determined by configure script */ /* Include parameters determined by configure script */
#include "sysdep/autoconf.h" #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