[evolution-couchdb] Release 0.3.3



commit c50d4bb91344507460c6b197b68b398e9e4b93af
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed Nov 4 10:09:53 2009 +0100

    Release 0.3.3

 NEWS         |   23 +++++++++++++++++++++--
 configure.ac |    2 +-
 2 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index f34d3e8..964a4da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,32 @@
 =============
+Version 0.3.3
+=============
+
+- Get the UID from the iterated list item, not from the head of the list, which
+  tries to delete all the time the first ID (Rodrigo Moya)
+- Fixed removal of CouchDB addressbook options when switching to another
+  addressbook backend and some UI tweaks (Rodrigo Moya)
+- Notify Evolution of modified contacts from the documents stored in the database,
+  not the original ones from Evolution (Rodrigo Moya)
+- Check existence of needed .pc files for e-d-s/evolution plugins dirs (Rodrigo Moya)
+- Don't try to convert empty dates, since Evolution will think they are
+  01/01/1000 (Rodrigo Moya)
+- Translations:
+  - el (Tournaris Pavlos)
+  - es (Jorge González)
+  - sl (Matej UrbanÄ?iÄ?)
+  - sv (Daniel Nylander)
+
+=============
 Version 0.3.2
 =============
 
 - Work around bug in e-d-s for live queries (Rodrigo Moya)
 - Free the vcard when not calling e_data_book_view_notify_update_vcard (Rodrigo Moya)
 - Translations:
-  - de (Mario Blättermann)
+  - de (Mario Blättermann)
   - fr (Claude Paroz)
-  - pt_BR (André Gondim)
+  - pt_BR (André Gondim)
 
 =============
 Version 0.3.1
diff --git a/configure.ac b/configure.ac
index 91c9263..b86078d 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.2, https://bugs.launchpad.net/bugs/+filebug)
+AC_INIT(evolution-couchdb, 0.3.3, 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]