From c5be5a163c2a7b640cb3d0942de44ec87de0f25b Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 12 Aug 2009 10:26:42 +0200 Subject: NEWS and version update. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 391d4f70..e77eeac0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 1.1.1 (2009-08-14) + o 'more' style paging in BIRD client. + o Important core bug fixed. + o Portability to non-x86 related bugfixes. + o As usual, miscellaneous bugfixes. + Version 1.1.0 (2009-06-28) o Parametrized pair and path mask expressions in the filter language. o Transparent pipe mode allows to implement BGP route server with -- cgit v1.2.3 From d2f8d0a509d96d752c86f8807e7f6644467e5af5 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 23 Aug 2009 23:03:31 +0200 Subject: Version 1.1.2 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e77eeac0..9f66a123 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 1.1.2 (2009-08-23) + o Allow more kernel routing tables in IPv6. + o Bugfix in core + Version 1.1.1 (2009-08-14) o 'more' style paging in BIRD client. o Important core bug fixed. -- cgit v1.2.3 From 5eb4d0180ed92cee31d962fbc4d0175a7e1d5933 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 11 Sep 2009 12:20:30 +0200 Subject: New release 1.1.3 --- NEWS | 4 ++++ sysdep/config.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9f66a123..6c8d5ee4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 1.1.3 (2009-09-11) + o Bugfix in core + o Bugfix in BGP related to AS2->AS4 conversion. + Version 1.1.2 (2009-08-23) o Allow more kernel routing tables in IPv6. o Bugfix in core diff --git a/sysdep/config.h b/sysdep/config.h index 3e6d63de..d9d74113 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.1.2" +#define BIRD_VERSION "1.1.3" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" -- cgit v1.2.3 From 43c7a1ffa07dda2a9f37c046e1cd9a75242db2b7 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 30 Sep 2009 18:48:38 +0200 Subject: New version. --- NEWS | 4 ++++ misc/bird.spec | 2 +- sysdep/config.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6c8d5ee4..05fc931b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 1.1.4 (2009-10-02) + o BGP passive option. + o Several minor bugfixes. + Version 1.1.3 (2009-09-11) o Bugfix in core o Bugfix in BGP related to AS2->AS4 conversion. diff --git a/misc/bird.spec b/misc/bird.spec index db313ff2..2d96158c 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.1.1 +Version: 1.1.4 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index d9d74113..dcb4b179 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.1.3" +#define BIRD_VERSION "1.1.4" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" -- cgit v1.2.3 From b5332824ea4108d62cb559205391fd2c530348e4 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 28 Oct 2009 20:33:08 +0100 Subject: New version. --- NEWS | 7 +++++++ misc/bird.spec | 2 +- sysdep/config.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 05fc931b..0b2e4ee9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Version 1.1.5 (2009-10-29) + o Better scalability of BGP. + o New accessors for AS path - first and last. + o Allows to set protocol-specific router ID. + o Allows import kernel 'onlink' routes. + o Endianity check in buildsystem changed. + Version 1.1.4 (2009-10-02) o BGP passive option. o Several minor bugfixes. diff --git a/misc/bird.spec b/misc/bird.spec index 2d96158c..1ebae3d3 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.1.4 +Version: 1.1. Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index dcb4b179..03399bd0 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.1.4" +#define BIRD_VERSION "1.1.5" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" -- cgit v1.2.3