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

NEWS and version update.

parent beeda6af
Branches
Tags v1.3.2
No related merge requests found
Version 1.3.2 (2011-07-08)
o Allows run with restricted privileges.
o Community list filter operation.
o Fixes several problems in filter syntax:
- Fixes several conflicts in the grammar.
- Fixes a bug in (a..b, c) pair patterns.
- Makes pair patterns orthogonal.
- Allows term expressions in pair patterns without additional ( ).
- Allows several comma separated values in switch cases.
o Many bugfixes.
Version 1.3.1 (2011-05-02)
o Added Linux kernel route attributes krt_prefsrc and krt_realm.
o Added BGP option 'med metric' related to MED handling.
......
Summary: BIRD Internet Routing Daemon
Name: bird
Version: 1.3.1
Version: 1.3.2
Release: 1
Copyright: GPL
Group: Networking/Daemons
......
......@@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_
/* BIRD version */
#define BIRD_VERSION "1.3.1"
#define BIRD_VERSION "1.3.2"
/* 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