[evolution-couchdb] Release 0.3.4



commit 8a8b6eac3dff1656b204ae16f095b442b8e3a84c
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Thu Nov 19 19:27:39 2009 +0100

    Release 0.3.4

 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 964a4da..5c7853b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
 =============
+Version 0.3.4
+=============
+
+- Make sure email's descriptions are never NULL (Rodrigo Moya)
+- Don't add empty URLs to the CouchDB record (Rodrigo Moya)
+- Use the description field to know which kind of IM address we're dealing with when
+  there is no 'protocol' field (Rodrigo Moya)
+- Use e_contact_get for dates, since e_contact_get_const just works for strings,
+  and make sure we never set empty dates on contact records (Rodrigo Moya)
+- Add deleted flag to documents instead of removing them from the CouchDB database
+  (only for desktopcouch) (Rodrigo Moya)
+- Fix the losing of the postal addresses when saving contacts in Evolution
+  which I broke by using e_contact_get_const instead of e_contact_get (Rodrigo Moya)
+- Deal correctly with multiline address's streets (Rodrigo Moya)
+- Don't lie saying we support contact lists (Rodrigo Moya)
+- Translations:
+  - cs (Marek Ä?ernocký)
+  - zh_CN (Tao Wei)
+
+=============
 Version 0.3.3
 =============
 
diff --git a/configure.ac b/configure.ac
index b86078d..6abcf1a 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.3.3, https://bugs.launchpad.net/bugs/+filebug)
+AC_INIT(evolution-couchdb, 0.3.4, 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]