]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update.
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 16 Nov 2012 12:30:54 +0000 (13:30 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 16 Nov 2012 12:30:54 +0000 (13:30 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 3aaa4dd6afe859b5f1337828fdfe9a061dbab438..f8e76601e7dfbd2045c01b73a5360698ffd56c70 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 1.3.9 (2012-11-16)
+  o BIRD can be configured to keep and show filtered routes.
+  o Dragonfly BSD support.
+  o Fixed OSPFv3 vlinks.
+  o Several minor bugfixes.
+
 Version 1.3.8 (2012-08-07)
   o Generalized import and export route limits.
   o RDNSS and DNSSL support for RAdv.
@@ -11,7 +17,7 @@ Version 1.3.8 (2012-08-07)
 Version 1.3.7 (2012-03-22)
   o Route Origin Authorization basics.
   o RIPng working again.
-  o Extended clist operations in filters. 
+  o Extended clist operations in filters.
   o Fixes several bugs in BSD iface handling.
   o Several minor bugfixes and enhancements.
 
index de63a6a0df60afd07a39bef8e061e17fec7aae22..daf4088b68a6d320fcb403b192bbe601f376b07e 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.3.8
+Version: 1.3.9
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 7106e4babf5648a9f6ab84254f65577d7d392920..e97d9e20fac55d840c18888aa1ef7be8fd67377d 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.3.8"
+#define BIRD_VERSION "1.3.9"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"