[evolution-couchdb] Release 0.5.2



commit 12d352a8b6d14a76e05dc5f54beb40b0e794ecf0
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Thu Mar 24 17:33:42 2011 +0100

    Release 0.5.2

 NEWS         |   16 ++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c520b78..53e8354 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
 =============
+Version 0.5.2
+=============
+
+ - Only set revision for documents we have an ID for (Rodrigo Moya)
+ - Remove unneeded gnome-keyring header (Rodrigo Moya)
+ - Use EDS_CHECK_VERSION, not only MINOR_VERSION, so that it works when we
+   switch to 3.0 (Rodrigo Moya)
+ - Don't free the error before using it (Rodrigo Moya)
+ - Translations:
+   - de (Mario Blättermann)
+   - fr (Bruno Brouard)
+   - pt (António Lima)
+   - sv (Daniel Nylander)
+   - zh_CN (Eleanor Chen)
+
+=============
 Version 0.5.1
 =============
 
diff --git a/configure.ac b/configure.ac
index aba8c84..20c2316 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.5.1, https://bugs.launchpad.net/bugs/+filebug)
+AC_INIT(evolution-couchdb, 0.5.2, 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]