]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update.
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 7 Aug 2012 09:06:57 +0000 (11:06 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 7 Aug 2012 09:06:57 +0000 (11:06 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 8193b54abaff70aa912af2fa49f8827dd4e10b7f..3aaa4dd6afe859b5f1337828fdfe9a061dbab438 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 1.3.8 (2012-08-07)
+  o Generalized import and export route limits.
+  o RDNSS and DNSSL support for RAdv.
+  o Include in config file support wildcards.
+  o History deduplication in BIRD client.
+  o New route attributes krt_source, krt_metric.
+  o Different instance ID support for OSPFv3.
+  o Real broadcast mode for OSPFv2.
+  o Several minor bugfixes.
 
 Version 1.3.7 (2012-03-22)
   o Route Origin Authorization basics.
index 60002a5d3edd9953b0915d73198b17203b17ce10..de63a6a0df60afd07a39bef8e061e17fec7aae22 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.3.7
+Version: 1.3.8
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 8d93d3811ab492d669bf2bb6b09405ca8aa2fa02..7106e4babf5648a9f6ab84254f65577d7d392920 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.3.7"
+#define BIRD_VERSION "1.3.8"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"