From fce36b06d9da1bc190918080862bcb19ef10d570 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 27 Mar 2012 08:21:59 -0400 Subject: NEWS update for 3.4.0.1 release. --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dbad6d505b..79445abe38 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Evolution 3.4.0.1 2012-03-27 +---------------------------- + +* This release includes a new gnome-doc-utils.make from the newly-released + gnome-doc-utils-0.20.10 to avoid an "Argument list too long" error while + building Evolution's mammoth user documentation. + + Evolution 3.4.0 2012-03-26 -------------------------- diff --git a/configure.ac b/configure.ac index 702b0333d7..a5d148039d 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],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution]) +AC_INIT([evolution],[evo_version].1,[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution]) AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip -Wall -Werror foreign]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) -- cgit