Author: jjohnny
Date: Wed Feb 13 09:19:42 2008
New Revision: 159
URL: http://svn.gnome.org/viewvc/evolution-sharp?rev=159&view=rev

Log:
0.15.91 release updates.


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS  (original)
+++ trunk/NEWS  Wed Feb 13 09:19:42 2008
@@ -1,3 +1,9 @@
+Version 0.15.91
+12 Feburary 2008
+
+* Update to support 2.21.91 development series of Evolution-Data-Server
+
+------------------------------------------------------
 Version 0.15.4
 17 December 2007
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in  (original)
+++ trunk/configure.in  Wed Feb 13 09:19:42 2008
@@ -1,7 +1,7 @@
 AC_INIT(README)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(evolution-sharp, 0.15.4)
+AM_INIT_AUTOMAKE(evolution-sharp, 0.15.91)
 AM_MAINTAINER_MODE
 
 AC_PROG_INSTALL
@@ -15,8 +15,8 @@
 # If you change these, update the error text below.
 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.21.91, edsver="1.10", AC_MSG_RESULT([no]))
-PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 > 2.21.90, 
edsver="unsupported", 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.21.92, edsver="1.10", AC_MSG_RESULT([no]))
+PKG_CHECK_MODULES(TOO_NEW_EDS, evolution-data-server-1.2 > 2.21.91, 
edsver="unsupported", AC_MSG_RESULT([no]))
 
 if test "x$edsver" = "x1.8"; then
        EDS_VERSION=-1.2
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to