[bug-buddy] Prepare for 2.27.1 release



commit 63eb2de91327411f164cf5ec1a725cf376906184
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon May 4 16:22:53 2009 +0200

    Prepare for 2.27.1 release
---
 Makefile.am  |    3 ++-
 NEWS         |    4 ++++
 configure.in |    3 +--
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 88245c4..582fc11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,8 @@ EXTRA_DIST = \
 	xmldocs.make
 
 DISTCLEANFILES =					\
-	gnome-doc-utils.make
+	gnome-doc-utils.make	\
+	ChangeLog
 
 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
 
diff --git a/NEWS b/NEWS
index e5baf26..91c1789 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2.27.0
+  * Fix build with GCC 4.40
+  * Generate ChangeLog from git-log
+
 2.26.0
   * Don't hardcode a scrollkeeper check in the configure script.
 
diff --git a/configure.in b/configure.in
index 24068fa..c39c192 100644
--- a/configure.in
+++ b/configure.in
@@ -1,10 +1,9 @@
 dnl Configure script for bug-buddy
 
-AC_INIT([bug-buddy],[2.27.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=bug-buddy])
+AC_INIT([bug-buddy],[2.27.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=bug-buddy])
 
 AC_CANONICAL_TARGET
 
-AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 tar-ustar])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]