summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-10-26 15:53:13 -0400
committerMatthew Barnes <mbarnes@redhat.com>2011-10-26 15:53:13 -0400
commit9516d088da76beaec7eabdbbfeebafe0b54a3f12 (patch)
tree9beebf4c76c539a0a866b6f456bd2c5cfb55eb8e
parent56887b2ba1a249668ef246a3418802a076a655d5 (diff)
downloadevolution-data-server-gnome-3-3-1.tar.gz
NEWS update for 3.3.1.1 release.EVOLUTION_DATA_SERVER_3_3_1_1gnome-3-3-1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7952a7e0d..f1e29fe63 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Evolution-Data-Server 3.3.1.1 2011-10-26
+----------------------------------------
+
+* Work around libgthread shenanigans in GLib 2.31.
+
+
Evolution-Data-Server 3.3.1 2011-10-24
--------------------------------------
diff --git a/configure.ac b/configure.ac
index a824b5ef6..b6ade339a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ m4_define([api_version], [1.2])
dnl Autoconf / Automake Initialization
AC_PREREQ(2.62)
-AC_INIT([evolution-data-server],[eds_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server])
+AC_INIT([evolution-data-server],[eds_version].1,[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server])
AM_INIT_AUTOMAKE([gnu 1.10 tar-ustar dist-xz no-dist-gzip -Wall -Wno-portability -Werror foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(README)