Commit b9deced2 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

NEWS and version update

parent 7c36eb3e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
Version 2.0.4 (2019-02-27)
  o OSPF: Opaque LSAs (RFC 5250)
  o OSPF: DN-bit handling (RFC 4576)
  o Preferred route counters are back
  o Important BGP bugfix
  o Several bugfixes related to route propagation
  o some minor bugfixes

Version 2.0.3 (2019-01-05)
  o MRT table dumps (RFC 6396)
  o BGP Long-lived graceful restart
+1 −1
Original line number Diff line number Diff line
Summary: BIRD Internet Routing Daemon
Name: bird
Version: 2.0.3
Version: 2.0.4
Release: 1
Copyright: GPL
Group: Networking/Daemons
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
#ifdef GIT_LABEL
#define BIRD_VERSION XSTR1(GIT_LABEL)
#else
#define BIRD_VERSION "2.0.3"
#define BIRD_VERSION "2.0.4"
#endif

/* Include parameters determined by configure script */