Commit 2b3d52aa authored by Ondrej Zajicek's avatar Ondrej Zajicek
Browse files

NEWS and version update.

parent 77e43c8b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
Version 1.3.12 (2013-11-23)
  o BFD protocol (RFC 5880).
  o BFD support for OSPF and BGP.
  o New 'allow local as' option for BGP.
  o Filters allows setting gw, ifname and ifindex.
  o Filter operator 'delete/filter' extended to bgp_paths.
  o Filter operator 'len' extended to [e]clists.
  o PID file support.
  o Several bugfixes and minor improvements.
 
Version 1.3.11 (2013-07-27)
  o OSPF stub router option (RFC 3137).
  o TTL security for OSPF and RIP.
+1 −1
Original line number Diff line number Diff line
Summary: BIRD Internet Routing Daemon
Name: bird
Version: 1.3.11
Version: 1.3.12
Release: 1
Copyright: GPL
Group: Networking/Daemons
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_

/* BIRD version */
#define BIRD_VERSION "1.3.11"
#define BIRD_VERSION "1.3.12"

/* Include parameters determined by configure script */
#include "sysdep/autoconf.h"