summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-05-31 20:41:40 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2010-05-31 20:41:40 +0200
commit9ef239946b7298a679a9b155606257738bb52347 (patch)
tree5d82993e2a5f3a68e6d7a3b561f3a9e8de760bee
parenta34b09349e809a6d8f696fb0897c0bfdc3b66159 (diff)
downloadbird-9ef239946b7298a679a9b155606257738bb52347.tar
bird-9ef239946b7298a679a9b155606257738bb52347.zip
NEWS and version update.
-rw-r--r--NEWS5
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 44f9bfa..4491ca9 100644
--- 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.
diff --git a/misc/bird.spec b/misc/bird.spec
index 7140e28..084d93e 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -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
diff --git a/sysdep/config.h b/sysdep/config.h
index 5e6f2f9..6f90137 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -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"