From 8453a9c47a4a9b623f6d5fcb3aaffa335f9b0a82 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 27 Apr 2010 08:11:40 -0400 Subject: Prepare Evolution 2.30.1.2 release. --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2ac4648c5d..9a1ad74b25 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Evolution 2.30.1.2 2010-04-27 +----------------------------- + + Another brown paper bag release to correct some build mishaps. + + - Missing linker flag in plugins/face/Makefile.am. + See git commit f5e88e03a2548891e4e37769571034b545149efc + + - Missing backslashes in data/icons/Makefile.am. + See git commits f7896b3c106fed6c3767ce35b74f38c87979e43a + and a30c983004a2b1df6e70e7d3ddbd63274d9371e7. + Evolution 2.30.1.1 2010-04-26 ----------------------------- diff --git a/configure.ac b/configure.ac index 8b54cfd0ec..73968a2ba4 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ m4_define([upgrade_revision], [0]) dnl Autoconf / Automake Initialization AC_PREREQ(2.58) -AC_INIT([evolution],[evo_version].1,[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution]) +AC_INIT([evolution],[evo_version].2,[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution]) AM_INIT_AUTOMAKE([1.9 -Wall -Werror foreign]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) -- cgit v1.2.3