aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-02-02 23:02:18 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-02-02 23:07:55 +0800
commit3d3ca5b26e850fcf43b16e6247d65ec32300cccc (patch)
treeaad00d542cdb2890989f6bd76fffe6fdb9f2038f
parent53039c4093f4586fdc28a50372b0c0426239d432 (diff)
downloadgsoc2013-evolution-EVOLUTION_2_91_6_1.tar
gsoc2013-evolution-EVOLUTION_2_91_6_1.tar.gz
gsoc2013-evolution-EVOLUTION_2_91_6_1.tar.bz2
gsoc2013-evolution-EVOLUTION_2_91_6_1.tar.lz
gsoc2013-evolution-EVOLUTION_2_91_6_1.tar.xz
gsoc2013-evolution-EVOLUTION_2_91_6_1.tar.zst
gsoc2013-evolution-EVOLUTION_2_91_6_1.zip
NEWS update for 2.91.6.1 release.EVOLUTION_2_91_6_1
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d87a9f44b0..7be036745a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Evolution 2.91.6.1 2011-02-02
+-----------------------------
+
+Work around last-minute API breaks in GTK+ 2.99.3.
+
Evolution 2.91.6 2011-01-11
---------------------------
Bug Fixes:
diff --git a/configure.ac b/configure.ac
index 2bedc3f3b5..cd0c9d5692 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 -Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)