]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update. v1.2.3
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 31 May 2010 18:41:40 +0000 (20:41 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 31 May 2010 18:41:40 +0000 (20:41 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 44f9bfab9fb3136921b5b0b9c0319d7bad889a3b..4491ca93e7850b468d6572d90fb9a4018a436387 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+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).
+  o Several minor bugfixes.
+
 Version 1.2.2 (2010-04-10)
   o Much better BSD kernel support (IPv6, alien routes, ...).
   o Deep OSPF socket changes, fixes OSPFv2/v3 behavior on BSD.
index 7140e28f2b86ad20c5b0a8e193f9ce16ad4eb138..084d93e71f7e7a56d9251eb442573fedabd68dcf 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.2.2
+Version: 1.2.3
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 5e6f2f9f4752ddb3d4a04cf7bf600c81cbf47f87..6f901370189fea467bfb5376aff678e48289e67b 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.2.2"
+#define BIRD_VERSION "1.2.3"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"