From eb3786e4ea46ce1abc4ca211346369b36dc17dd7 Mon Sep 17 00:00:00 2001
From: Ondrej Zajicek <santiago@crfreenet.org>
Date: Wed, 30 Mar 2011 02:00:56 +0200
Subject: [PATCH] NEWS and version update.

(and minor changes in documentation)
---
 NEWS            | 23 +++++++++++++++++++++++
 README          |  7 +------
 doc/bird.sgml   |  4 ++--
 misc/bird.spec  |  2 +-
 sysdep/config.h |  2 +-
 5 files changed, 28 insertions(+), 10 deletions(-)

diff --git a/NEWS b/NEWS
index 4491ca93e..5e87ae59e 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 ee06ad23c..5c2ef0762 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 f7ff2f56b..f15ac74fb 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 084d93e71..3765c944b 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 6f9013701..31e898c21 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"
-- 
GitLab