summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-08-03 14:04:39 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2010-08-03 14:04:39 +0200
commit487e90fbdf9362ca0eafc80a606c7f75e4eef31f (patch)
tree3f7b97d379351127ab6b5002bf35caab7ecfec1e
parentc756a1c54743b634f65d5e39955cf42514671ec7 (diff)
NEWS and version update.v1.2.4
-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 4491ca93..9c00a07b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+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/misc/bird.spec b/misc/bird.spec
index 084d93e7..3caeef34 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.2.4
Release: 1
Copyright: GPL
Group: Networking/Daemons
diff --git a/sysdep/config.h b/sysdep/config.h
index 6f901370..1633a2f9 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.2.4"
/* Include parameters determined by configure script */
#include "sysdep/autoconf.h"