summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-10-09 20:08:00 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2010-10-09 20:08:00 +0200
commitd846d5f29676a8d2905b36bcbafc4dc44283efce (patch)
tree8a662689c227323da79dd5414863143bb177468f
parent06ad8f9ebc1d1ce804d51285604ccb6297229451 (diff)
NEWS and version update.v1.2.5
-rw-r--r--NEWS3
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
3 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9c00a07b..d03ecb6b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+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.
diff --git a/misc/bird.spec b/misc/bird.spec
index 3caeef34..a70d0926 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon
Name: bird
-Version: 1.2.4
+Version: 1.2.5
Release: 1
Copyright: GPL
Group: Networking/Daemons
diff --git a/sysdep/config.h b/sysdep/config.h
index 1633a2f9..6f6d8924 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_
/* BIRD version */
-#define BIRD_VERSION "1.2.4"
+#define BIRD_VERSION "1.2.5"
/* Include parameters determined by configure script */
#include "sysdep/autoconf.h"