summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-07-08 08:58:50 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2011-07-08 08:58:50 +0200
commitc49490f8c096ef1379f08e7d70cc24f0c28b80ef (patch)
tree2f6403b8a2ccb6f260d7ac67a23a6719360011f7
parentbeeda6af44e72e3a20fcd2837b231a04354790fa (diff)
downloadbird-c49490f8c096ef1379f08e7d70cc24f0c28b80ef.tar
bird-c49490f8c096ef1379f08e7d70cc24f0c28b80ef.zip
NEWS and version update.
-rw-r--r--NEWS12
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
3 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d7c9356..5f761bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+
+Version 1.3.2 (2011-07-08)
+ o Allows run with restricted privileges.
+ o Community list filter operation.
+ o Fixes several problems in filter syntax:
+ - Fixes several conflicts in the grammar.
+ - Fixes a bug in (a..b, c) pair patterns.
+ - Makes pair patterns orthogonal.
+ - Allows term expressions in pair patterns without additional ( ).
+ - Allows several comma separated values in switch cases.
+ o Many bugfixes.
+
Version 1.3.1 (2011-05-02)
o Added Linux kernel route attributes krt_prefsrc and krt_realm.
o Added BGP option 'med metric' related to MED handling.
diff --git a/misc/bird.spec b/misc/bird.spec
index c5b39e0..300c32b 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon
Name: bird
-Version: 1.3.1
+Version: 1.3.2
Release: 1
Copyright: GPL
Group: Networking/Daemons
diff --git a/sysdep/config.h b/sysdep/config.h
index ac0cc87..0b06a70 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_
/* BIRD version */
-#define BIRD_VERSION "1.3.1"
+#define BIRD_VERSION "1.3.2"
/* Include parameters determined by configure script */
#include "sysdep/autoconf.h"