Commit 60442b16 authored by Ondrej Zajicek's avatar Ondrej Zajicek
Browse files

NEWS and version update.

parent d96ec7f6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
Version 1.4.1 (2014-03-31)
  o BGP add-path support (RFC draft).
  o BGP graceful restart (RFC 4724).
  o OSPF: many changes in socket layer.
  o OSPF: support for secondary addresses in BSD.
  o OSPF: names for vlink pseudointerfaces (vlinkX).
  o Several bugfixes.

Version 1.4.0 (2013-11-25)
  o BFD protocol (RFC 5880).
  o BFD support for OSPF and BGP.
+1 −1
Original line number Diff line number Diff line
Summary: BIRD Internet Routing Daemon
Name: bird
Version: 1.4.0
Version: 1.4.1
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.4.0"
#define BIRD_VERSION "1.4.1"

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