[evolution-mapi] 0.27.1 release updates.



commit 21cc9c51b86f6088db66465a0da51aae0b7780c8
Author: Johnny Jacob <jjohnny novell com>
Date:   Tue May 5 00:39:42 2009 +0530

    0.27.1 release updates.
---
 ChangeLog    |    7 +++++++
 NEWS         |    6 ++++++
 configure.ac |    6 +++---
 3 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6d8aa55..64139c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-05-05  Johnny Jacob  <jjohnny novell com>
+
+	* NEWS: Updates for 0.27.1
+
+	* configure.ac: Bumped EDS / EVO dependancy to
+	2.27.1 because of ABI change in libcamel.
+
 2009-04-14  Johnny Jacob  <jjohnny novell com>
 
 	* configure.ac: Version bump to 2.26.1.
diff --git a/NEWS b/NEWS
index 070b3e1..c65a496 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+evolution-mapi 0.27.1 2009-05-04
+--------------------------------
+Bug Fixes :
+          Bug 563954 - Define a compare function for UIDs. (Milan Crha)
+	  Bug 553932 - Do not notify about readonly state (Milan Crha)
+
 evolution-mapi 0.26.1 2009-04-14
 --------------------------------
 Bug Fixes :
diff --git a/configure.ac b/configure.ac
index ffdb955..739cf7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 
 AC_PREREQ(2.57)
 AC_DEFINE(_GNU_SOURCE, 1, [Use GNU extensions])
-AC_INIT(evolution-mapi, 0.26.1, http://bugzilla.gnome.org/browse.cgi?product=evolution-mapi)
+AC_INIT(evolution-mapi, 0.27.1, http://bugzilla.gnome.org/browse.cgi?product=evolution-mapi)
 AC_CONFIG_SRCDIR(README)
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
@@ -15,8 +15,8 @@ AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 EDS_PACKAGE=1.2
 
 # Required Packages
-m4_define([eds_minimum_version], [2.25.2])
-m4_define([evo_minimum_version], [2.25.2])
+m4_define([eds_minimum_version], [2.27.1])
+m4_define([evo_minimum_version], [2.27.1])
 m4_define([libmapi_minimum_version], [0.8])
 
 AC_CONFIG_HEADER(config.h)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]