commit 9579eea00450738b2c5b3588240740e2c4d6d946 Author: Krzysztof Klimonda Date: Tue Aug 31 15:49:58 2010 +0200 Don't set up the custom log_handler for all debug messages. Instead define 'Couchdb-GLib' log domain and handle only messages related to library itself couchdb-glib/Makefile.am | 3 ++- couchdb-glib/couchdb-session.c | 10 +++++++--- couchdb-glib/xmalloc.c | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) commit 2a922667f0a4f20fc75519aece6c65cf40a6759b Author: Krzysztof Klimonda Date: Tue Aug 31 13:55:28 2010 +0200 Make sure we free SoupMessage before returning couchdb-glib/couchdb-session.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 6065672bdff5d3c07da802eada10726de5634710 Author: Krzysztof Klimonda Date: Tue Aug 31 13:33:52 2010 +0200 Call couchdb_session_send_message with empty body to force Content-Type couchdb-glib/couchdb-session.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 003c16c6d8d4a857bf9ff23d8177fe5a8531cb4f Author: Krzysztof Klimonda Date: Fri Aug 27 21:00:17 2010 +0200 Changed couchdb-glib/Makefile.am to use /gir-1.0 and /girepository-1.0 instead of INTROSPECTION_TYPELIBDIR Makefile.am | 2 +- configure.ac | 7 --- couchdb-glib/Makefile.am | 4 +- desktopcouch-glib/Makefile.am | 4 +- m4/introspection.m4 | 92 ----------------------------------------- 5 files changed, 5 insertions(+), 104 deletions(-) commit d54c66da827c2b1bc6fff48be1088d6e1ebd4d60 Author: Krzysztof Klimonda Date: Mon Aug 23 16:52:39 2010 +0200 Replace g_value_get_object and g_object_ref with g_value_dup_object couchdb-glib/couchdb-document.c | 2 +- couchdb-glib/utils.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 4771211d0131628858c684760b5c7cb5d6dbc367 Author: Rodrigo Moya Date: Tue Jul 27 11:32:35 2010 +0200 Release 0.6.95 NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-)