aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2012-08-07 11:06:57 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2012-08-07 11:06:57 +0200
commit94e2f1c111721d6213ea65cac5c53036e38e3973 (patch)
tree237d3c0b8aa86c6f3a88a76141ab51ca94b1fcd7
parentc06de722ddf36f3d6aaabfd4ae9d74a3ea72bbf9 (diff)
downloadbird-94e2f1c111721d6213ea65cac5c53036e38e3973.tar.gz
NEWS and version update.
-rw-r--r--NEWS9
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
3 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8193b54a..3aaa4dd6 100644
--- 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.
diff --git a/misc/bird.spec b/misc/bird.spec
index 60002a5d..de63a6a0 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -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
diff --git a/sysdep/config.h b/sysdep/config.h
index 8d93d381..7106e4ba 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -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"