summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-03-30 02:00:56 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2011-03-30 02:00:56 +0200
commiteb3786e4ea46ce1abc4ca211346369b36dc17dd7 (patch)
treeeca302555515889ee60eeb44c8b66e39e0533673
parent06fb60c4af38d529d20b662748243b3f4a693c60 (diff)
downloadbird-eb3786e4ea46ce1abc4ca211346369b36dc17dd7.tar
bird-eb3786e4ea46ce1abc4ca211346369b36dc17dd7.zip
NEWS and version update.
(and minor changes in documentation)
-rw-r--r--NEWS23
-rw-r--r--README7
-rw-r--r--doc/bird.sgml4
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
5 files changed, 28 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 4491ca9..5e87ae5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Version 1.3.0 (2011-03-31)
+ o Proper iBGP.
+ o Multipath support (OSPF and static).
+ o L2 link state detection.
+ o IPv6 router advertisements.
+ o Much improved OSPF reconfiguration.
+ o Point-to-MultiPoint interfaces (OSPF).
+ o Minor changes and improvements in config file grammar.
+ o Changes default behavior of BGP IPv6 socket to v6only.
+ Use 'listen bgp dual' for the old behavior.
+ o Changes default for handling missing link-local addresses on
+ route servers. Use 'missing lladdr drop' for the old behavior.
+ o Important bugfix for OSPF.
+ o Several minor bugfixes.
+
+Version 1.2.5 (2010-10-10)
+ o Several mostly minor bugfixes.
+
+Version 1.2.4 (2010-08-03)
+ o Added 'show memory' command.
+ o Important bugfix in IPv6 BGP.
+ o Several minor bugfixes.
+
Version 1.2.3 (2010-06-01)
o Pattern matching for community lists.
o Many fixes in OSPF protocol (esp. in multi-areas and vlinks).
diff --git a/README b/README
index ee06ad2..5c2ef07 100644
--- a/README
+++ b/README
@@ -12,11 +12,6 @@ systems (but not necessarily limited to them) with full support of all modern
routing protocols, easy to use configuration interface and powerful route
filtering language.
-This software should be considered a beta version. It has undergone extensive
-testing by the authors, but since it's the first public release, only a limited
-amount of "real life" experience is known and there still might be problems
-with operation in unusual environments.
-
If you want to help us debugging, enhancing and porting BIRD or just lurk
around to see what's going to develop from this strange creature, feel free
to subscribe to the BIRD users mailing list (bird-users@bird.network.cz),
@@ -29,7 +24,7 @@ and look at the BIRD home page at http://bird.network.cz/.
BIRD development started as a student project at the Faculty of Math
and Physics, Charles University, Prague, Czech Republic under supervision
of RNDr. Libor Forst <forst@cuni.cz>. BIRD has been developed and supported
-by CZ.NIC z.s.p.o http://www.nic.cz since 2009.
+by CZ.NIC z.s.p.o. http://www.nic.cz/ since 2009.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/doc/bird.sgml b/doc/bird.sgml
index f7ff2f5..f15ac74 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -1074,8 +1074,8 @@ for each neighbor using the following configuration parameters:
the problem and sends just the global address (and therefore
forms improper BGP update). Default: <cf/self/, unless BIRD
is configured as a route server (option <cf/rs client/), in
- that case default is <cf/drop/, because route servers usually
- does not forward packets ifselves.
+ that case default is <cf/ignore/, because route servers usually
+ do not forward packets themselves.
<tag>gateway direct|recursive</tag>For received routes, their
<cf/gw/ (immediate next hop) attribute is computed from
diff --git a/misc/bird.spec b/misc/bird.spec
index 084d93e..3765c94 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon
Name: bird
-Version: 1.2.3
+Version: 1.3.0
Release: 1
Copyright: GPL
Group: Networking/Daemons
diff --git a/sysdep/config.h b/sysdep/config.h
index 6f90137..31e898c 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_
/* BIRD version */
-#define BIRD_VERSION "1.2.3"
+#define BIRD_VERSION "1.3.0"
/* Include parameters determined by configure script */
#include "sysdep/autoconf.h"