[couchdb-glib] Prepare 0.4.1 release



commit 05df90119bb4da6a396948d58b23e6880b4c7f04
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Thu Jun 25 13:23:56 2009 +0200

    Prepare 0.4.1 release

 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 54a3ac1..55fc8ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+=============
+Version 0.4.1
+=============
+- Add couchdb_get_hostname function (Rodrigo Moya)
+- Fixed CouchDBDocument object creation (Rodrigo Moya)
+- Added missing request body setup in send_message_and_parse function
+  (Rodrigo Moya)
+- Return TRUE in couchdb_document_put when successful (Rodrigo Moya)
+- Add missing couchdb_document_contact_set_email_addresses implementation
+  (Rodrigo Moya)
+- Added missing couchdb_document_contact_set_phone_numbers implementation
+  (Rodrigo Moya)
+- Add couchdb_document_contact_phone_new function (Rodrigo Moya)
+- Use couchdb_document_get_id instead of accessing directly the _id field
+  (Rodrigo Moya)
+- Add couchdb_document_contact_phone_new function (Rodrigo Moya)
+- Added couchdb_document_delete and couchdb_document_set_revision functions
+  (Rodrigo Moya)
+- Added missing couchdb_document_contact_set_addresses implementation
+  (Rodrigo Moya)
+- Added couchdb_document_contact_address_new function (Rodrigo Moya)
+
 ===========
 Version 0.3
 ===========
diff --git a/configure.ac b/configure.ac
index 4e3fa0b..5bb6a0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([couchdb-glib], [0.3], [], [couchdb-glib])
+AC_INIT([couchdb-glib], [0.4.1], [], [couchdb-glib])
 
 AC_PREREQ([2.59])
 



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