]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update. v1.3.2
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 8 Jul 2011 06:58:50 +0000 (08:58 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 8 Jul 2011 06:58:50 +0000 (08:58 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index d7c93562acadcef2dddf43d8736bcea7656c8e2d..5f761bc9300d8a7433ad19bd2b50c9369c98eea1 100644 (file)
--- 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.
index c5b39e0241c5a3dcf5904b376d4daabd0700c450..300c32b939d4f685b932e0f7334df3da398601d2 100644 (file)
@@ -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
index ac0cc8732d79cb843db0e510326217aca9285d9f..0b06a70726021f59790398566583fc15e043cc35 100644 (file)
@@ -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"