]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update.
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 30 Mar 2011 00:00:56 +0000 (02:00 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 30 Mar 2011 00:00:56 +0000 (02:00 +0200)
(and minor changes in documentation)

NEWS
README
doc/bird.sgml
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 4491ca93e7850b468d6572d90fb9a4018a436387..5e87ae59e8bb14ed28e8a3cb8f50c43dca33da84 100644 (file)
--- 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 ee06ad23c867fa7db913742a05721cda858fc065..5c2ef07626434cb102e969bbe62b0883b8aa93e3 100644 (file)
--- 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
index f7ff2f56b1cdac179ac8788ac9ac87bce36b8341..f15ac74fb550a0fdba2fe6efbb5cf58d53a41c40 100644 (file)
@@ -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
index 084d93e71f7e7a56d9251eb442573fedabd68dcf..3765c944b19f760a35ba7084884cdd94bc1f09fb 100644 (file)
@@ -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
index 6f901370189fea467bfb5376aff678e48289e67b..31e898c212d67a57c461945dac07f7dcad5f85ac 100644 (file)
@@ -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"