diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-07-08 08:58:50 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-07-08 08:58:50 +0200 |
commit | c49490f8c096ef1379f08e7d70cc24f0c28b80ef (patch) | |
tree | 2f6403b8a2ccb6f260d7ac67a23a6719360011f7 /NEWS | |
parent | beeda6af44e72e3a20fcd2837b231a04354790fa (diff) | |
download | bird-c49490f8c096ef1379f08e7d70cc24f0c28b80ef.tar bird-c49490f8c096ef1379f08e7d70cc24f0c28b80ef.zip |
NEWS and version update.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |