[couchdb-glib] Release 0.7.4



commit 01fb01f43e650d00914643a4f49991e3d3690265
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Tue Aug 23 13:40:50 2011 +0200

    Release 0.7.4

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f929fb5..8efeb5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
 ==============
+Version 0.7.4
+==============
+- Allow saving _design/* or similar documents in couchdb_database_put_document (Moses PalmÃr)
+- Fix couchdb_database_get_design_documents to use the correct JsonObject
+  when creating CouchdbDesignDocument's (Moses PalmÃr)
+- Corrected type of database signal parameters (Moses PalmÃr)
+- Verify that the design doc and view name are not NULL when executing view (Moses PalmÃr)
+
+==============
 Version 0.7.3
 ==============
 - Check existence of fields before trying to get them from json_object_* to avoid
diff --git a/configure.ac b/configure.ac
index 96f4588..7fd5e07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([couchdb-glib], [0.7.3], [], [couchdb-glib])
+AC_INIT([couchdb-glib], [0.7.4], [], [couchdb-glib])
 
 AC_PREREQ([2.59])
 



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