commit fa2707b2210bbfafb7c5ac91956d95570b1526ed Author: Rodrigo Moya Date: Thu Mar 24 16:43:12 2011 +0100 Deprecate CouchdbDocumentInfo class couchdb-glib/couchdb-database.c | 8 ++++---- couchdb-glib/couchdb-database.h | 2 ++ couchdb-glib/couchdb-document-info.c | 2 +- couchdb-glib/couchdb-glib.h | 2 ++ tests/test-couchdb-glib.c | 22 +++++----------------- tests/test-list-databases.c | 13 ++----------- 6 files changed, 16 insertions(+), 33 deletions(-) commit fe20ba502b20ffe83be4d5f393e14c6e5b790dca Author: Rodrigo Moya Date: Thu Mar 24 14:04:10 2011 +0100 Use G_DEFINE_BOXED_TYPE couchdb-glib/couchdb-document-info.c | 15 ++------------- 1 files changed, 2 insertions(+), 13 deletions(-) commit cb10bb36747cdb279e8e5d96ffa67d784f65d4da Author: Rodrigo Moya Date: Thu Mar 24 13:30:59 2011 +0100 Don't add doc_info's if NULL couchdb-glib/couchdb-database.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit e4784f9cdeb498d7a4f253d02586881156b33671 Author: Rodrigo Moya Date: Thu Feb 10 18:06:29 2011 +0100 Remove couchdb_document_foreach_attachment method, add couchdb_document_list_attachments couchdb-glib/couchdb-document.c | 26 +++++++++++--------------- couchdb-glib/couchdb-document.h | 8 +------- 2 files changed, 12 insertions(+), 22 deletions(-) commit 03f1532de9b8d709eb9c54389a600a8d4fd1bee5 Author: Rodrigo Moya Date: Mon Feb 7 17:06:20 2011 +0100 Check existence of members before calling json_object_get_* to avoid warnings couchdb-glib/couchdb-design-document.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit b705bdd9b80ed3acb7e38c2ed9e7b45258d50803 Author: Rodrigo Moya Date: Thu Dec 23 14:48:04 2010 +0100 Fix retrieval of documents couchdb-glib/couchdb-database.c | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) commit d69eb0ad97fffb335edeb24258266b887d3990fc Author: Rodrigo Moya Date: Thu Dec 23 11:57:12 2010 +0100 Include missing documentation doc/reference/couchdb-glib-docs.sgml | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit da9698191e0490a3c702349b21cda16596ca60bc Author: Rodrigo Moya Date: Wed Nov 24 16:37:50 2010 +0100 Release 0.7.0 NEWS | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-)