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

NEWS and version update.

parent 572c6440
Branches
Tags
No related merge requests found
Version 1.3.10 (2013-04-30)
o Lightweight BIRD client for embedded environments.
o Dynamic IPv6 router advertisements.
o New 'next hop keep' option for BGP.
o Smart default routing table for 'show route export/preexport/protocol'.
o Automatic router ID selection could be configured to use address of loopback.
o Allows configured global addresses of NBMA neighbors in OSPFv3.
o Allows BIRD commands from UNIX shell even in restricted mode.
o Route limits inherited from templates can be disabled.
o Symbol names enclosed by apostrophes can contain dots.
o Several bugfixes.
Version 1.3.9 (2013-01-11)
o BIRD can be configured to keep and show filtered routes.
o Separate receive and import limits.
......
Summary: BIRD Internet Routing Daemon
Name: bird
Version: 1.3.9
Version: 1.3.10
Release: 1
Copyright: GPL
Group: Networking/Daemons
......
......@@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_
/* BIRD version */
#define BIRD_VERSION "1.3.9"
#define BIRD_VERSION "1.3.10"
/* 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