[evolution-couchdb] Release 0.4.91



commit f791ae68d2e6bc7791a793545519e54f90b6a583
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Thu May 27 12:42:21 2010 +0200

    Release 0.4.91

 NEWS         |    7 +++++++
 configure.ac |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 86c6f0a..e4bb57d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
 ==============
+Version 0.4.91
+==============
+
+- Adapted to CouchdbDatabase API in couchdb-glib (Rodrigo Moya)
+- Make it compile and work with evolution >= 2.30 (Rodrigo Moya)
+
+==============
 Version 0.4.90
 ==============
 
diff --git a/configure.ac b/configure.ac
index 0401173..d967ee4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
 
-AC_INIT(evolution-couchdb, 0.4.90, https://bugs.launchpad.net/bugs/+filebug)
+AC_INIT(evolution-couchdb, 0.4.91, https://bugs.launchpad.net/bugs/+filebug)
 AC_CONFIG_SRCDIR(addressbook)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
@@ -34,7 +34,7 @@ localedir='$(prefix)/$(DATADIRNAME)/locale'
 AC_SUBST(localedir)
 
 dnl Check for dependencies
-PKG_CHECK_MODULES(EVOLUTION, glib-2.0 couchdb-glib-1.0 >= 0.6.90 desktopcouch-glib-1.0 >= 0.6.90 libebook-1.2 libedata-book-1.2 dbus-glib-1 gnome-keyring-1)
+PKG_CHECK_MODULES(EVOLUTION, glib-2.0 couchdb-glib-1.0 >= 0.6.91 desktopcouch-glib-1.0 >= 0.6.91 libebook-1.2 libedata-book-1.2 dbus-glib-1 gnome-keyring-1)
 AC_SUBST(EVOLUTION_CFLAGS)
 AC_SUBST(EVOLUTION_LIBS)
 



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