[evolution-couchdb] Release 0.2.1



commit 79528a6d66406074cf5cd6e2c2aaa5ee664c7934
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed Aug 26 14:15:10 2009 +0200

    Release 0.2.1

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a4869b9..106dd91 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 =============
+Version 0.2.1
+=============
+
+- Support a lot of new fields for contacts (Rodrigo Moya)
+- Don't return an error if the database is not found in CouchDB, since that
+  prevented the database creation to be attempted (Rodrigo Moya)
+- Use 127.0.0.1 instead of localhost, since that resolves to :1 in machines
+  with IPv6 enabled (Rodrigo Moya)
+- Support URL fields of contact records (Rodrigo Moya)
+- Set the couchdb_instance on the config dialog when defaulting to per-user
+  CouchDB instance (Rodrigo Moya)
+- Require couchdb-glib >= 0.4.5 (Rodrigo Moya)
+
+=============
 Version 0.2.0
 =============
 
diff --git a/configure.ac b/configure.ac
index f6b0902..5004f79 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.2.0, https://bugs.launchpad.net/bugs/+filebug)
+AC_INIT(evolution-couchdb, 0.2.1, 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]