0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

NEWS and version update.

This commit is contained in:
Ondrej Zajicek 2013-11-25 13:46:29 +01:00
parent 90eb5e7a8b
commit e75520c455
3 changed files with 13 additions and 4 deletions

13
NEWS
View File

@ -5,10 +5,19 @@ Version 1.4.0 (2013-11-XX)
o Filters allows setting gw, ifname and ifindex. o Filters allows setting gw, ifname and ifindex.
o Filter operator 'delete/filter' extended to bgp_paths. o Filter operator 'delete/filter' extended to bgp_paths.
o Filter operator 'len' extended to [e]clists. o Filter operator 'len' extended to [e]clists.
o PID file support. o BIRD client now allows shorthands for noninteractive commands.
o Several bugfixes and minor improvements. o Flag -P for PID file support.
o Flag -f added to force BIRD to run in foreground. o Flag -f added to force BIRD to run in foreground.
o Protocol export/import/receive limits are checked during reconfiguration. o Protocol export/import/receive limits are checked during reconfiguration.
o Several bugfixes and minor improvements.
o Several minor but incompatible changes:
- IBGP is multihop by default.
- Changes primary address selection on BSD to the first one.
- Integers in filters are handled as unsigned.
- ISO 8601 time formats used by default.
- Import of device routes from kernel protocol allowed.
- Last state change now tracks just protocol state change.
- Minor changes to default router ID calculation.
Version 1.3.11 (2013-07-27) Version 1.3.11 (2013-07-27)
o OSPF stub router option (RFC 3137). o OSPF stub router option (RFC 3137).

View File

@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon Summary: BIRD Internet Routing Daemon
Name: bird Name: bird
Version: 1.3.12 Version: 1.4.0
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.12" #define BIRD_VERSION "1.4.0"
/* Include parameters determined by configure script */ /* Include parameters determined by configure script */
#include "sysdep/autoconf.h" #include "sysdep/autoconf.h"