0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 09:58:43 +00:00

NEWS and version update.

This commit is contained in:
Ondrej Zajicek 2011-07-08 08:58:50 +02:00
parent beeda6af44
commit c49490f8c0
3 changed files with 14 additions and 2 deletions

12
NEWS
View File

@ -1,3 +1,15 @@
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) Version 1.3.1 (2011-05-02)
o Added Linux kernel route attributes krt_prefsrc and krt_realm. o Added Linux kernel route attributes krt_prefsrc and krt_realm.
o Added BGP option 'med metric' related to MED handling. o Added BGP option 'med metric' related to MED handling.

View File

@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon Summary: BIRD Internet Routing Daemon
Name: bird Name: bird
Version: 1.3.1 Version: 1.3.2
Release: 1 Release: 1
Copyright: GPL Copyright: GPL
Group: Networking/Daemons Group: Networking/Daemons

View File

@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_ #define _BIRD_CONFIG_H_
/* BIRD version */ /* BIRD version */
#define BIRD_VERSION "1.3.1" #define BIRD_VERSION "1.3.2"
/* Include parameters determined by configure script */ /* Include parameters determined by configure script */
#include "sysdep/autoconf.h" #include "sysdep/autoconf.h"