[evolution-couchdb] Release 0.2.0



commit 218ab6c623663a902c80c3a882f7f66f523c2984
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Thu Aug 20 16:23:27 2009 +0200

    Release 0.2.0

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index aa6836b..a4869b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 =============
+Version 0.2.0
+=============
+
+- Depend on couchdb-glib >= 0.4.4 (Rodrigo Moya)
+- Don't loose UUIDs when converting to EContact (Rodrigo Moya)
+- Store revision of document in EContact, so that updates work (Rodrigo Moya)
+- Add lots of new phone fields we support now (Rodrigo Moya)
+- Return the correct EContact when PUTing documents so that Evolution gets the
+  document as it is in the database (Rodrigo Moya)
+- Add better error reporting from DBus calls (Rodrigo Moya)
+- Add support for application_annotations field (Rodrigo Moya)
+- Use couchdb_document_contact_new for creating contact documents (Rodrigo Moya)
+
+=============
 Version 0.1.4
 =============
 
diff --git a/configure.ac b/configure.ac
index 3c3cf46..afce049 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.1.4, https://bugs.launchpad.net/bugs/+filebug)
+AC_INIT(evolution-couchdb, 0.2.0, https://bugs.launchpad.net/bugs/+filebug)
 AC_CONFIG_SRCDIR(addressbook)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 



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