[evolution-sharp] 0.21.1 release updates. Compatible with EDS < 0.27.3



commit de8b91e461e17f0b2ce4ed95a7b18d32e1bec757
Author: Johnny Jacob <jjohnny novell com>
Date:   Tue May 26 14:23:11 2009 +0530

    0.21.1 release updates. Compatible with EDS < 0.27.3
---
 ChangeLog    |    6 ++++++
 NEWS         |    6 ++++++
 configure.in |    6 +++---
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0285a3e..a9c65d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-26  Johnny Jacob  <jjohnny novell com>
+
+	** Compatible with 2.27.x
+
+	* configure.in: Version update to 0.21.1
+
 2009-02-18  Johnny Jacob  <jjohnny novell com>
 
 	* NEWS: 0.19.2.1 release updates.
diff --git a/NEWS b/NEWS
index 0056602..c6a3640 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 0.21.1
+26 May 2009
+
+       Compatible with EDS < 2.27.3
+
+------------------------------------------------------
 Version 0.19.2.1
 18 Feb 2009
 
diff --git a/configure.in b/configure.in
index 26825fe..ce49466 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_INIT(README)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(evolution-sharp, 0.19.2.1)
+AM_INIT_AUTOMAKE(evolution-sharp, 0.21.1)
 AM_MAINTAINER_MODE
 
 AC_PROG_INSTALL
@@ -16,8 +16,8 @@ fi
 PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_8, evolution-data-server-1.2 >= 1.8 evolution-data-server-1.2 < 1.9, edsver="1.8", AC_MSG_RESULT([no]))
 PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_9, evolution-data-server-1.2 >= 1.9 evolution-data-server-1.2 < 1.10, edsver="1.9", AC_MSG_RESULT([no]))
 PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_1_10, evolution-data-server-1.2 >= 1.10 evolution-data-server-1.2 < 2.23.92, edsver="1.10", AC_MSG_RESULT([no]))
-PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_2_24, evolution-data-server-1.2 >= 2.23.92 evolution-data-server-1.2 < 2.25.92, edsver="2.24", AC_MSG_RESULT([no]))
-PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 >= 2.25.92, edsver="unsupported", AC_MSG_RESULT([no]))
+PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER_2_24, evolution-data-server-1.2 >= 2.23.92 evolution-data-server-1.2 < 2.27.4, edsver="2.24", AC_MSG_RESULT([no]))
+PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 >= 2.27.4, edsver="unsupported", AC_MSG_RESULT([no]))
 
 if test "x$edsver" = "x1.8"; then
 	EDS_VERSION=-1.2



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