aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
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)