summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-09-21 22:22:19 -0400
committerMatthew Barnes <mbarnes@redhat.com>2011-09-21 22:22:19 -0400
commit290becf008c51e64d10292c9f05a55870eeb3788 (patch)
tree1408b61b459478523d5ca003878a010f2ce873fa
parent4b214462925a82ce9b14340a859eaa5aae668a25 (diff)
downloadevolution-data-server-gnome-3-0-3.tar.gz
NEWS update for 3.0.3.1 release.EVOLUTION_DATA_SERVER_3_0_3_1gnome-3-0-3
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 87eb6bd14..8ade00cfd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Evolution-Data-Server 3.0.3.1 2011-09-21
+----------------------------------------
+
+* This release fixes a couple calendar regressions that slipped into 3.0.3.
+
+Bug Fixes:
+ Bug #655253 - Fix regression introduced with MOD_ONLY_THIS
+ (Patrick Ohly)
+ Bug #659184 - Contacts calendar backend doesn't show events
+ (Milan Crha)
+
+
Evolution-Data-Server 3.0.2 2011-05-23
--------------------------------------
diff --git a/configure.ac b/configure.ac
index f5774496e..feab1f7aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,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 -Wall -Wno-portability -Werror foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(README)