commit cb6340d14396a16ec486bcda616f167ec851404c Author: Rodrigo Moya Date: Wed Aug 19 18:43:24 2009 +0200 Add functions to convert struct fields to and from strings Add contact records creation convenience function Add support for application_annotations field couchdb-glib/couchdb-document-contact.c | 23 ++++++++++++++ couchdb-glib/couchdb-document-contact.h | 5 +++ couchdb-glib/couchdb-document.c | 44 ++++++++++++++++++++++++---- couchdb-glib/couchdb-glib.h | 10 ++++-- couchdb-glib/couchdb-types.c | 49 +++++++++++++++++++++++++++++++ couchdb-glib/couchdb-types.h | 3 ++ 6 files changed, 124 insertions(+), 10 deletions(-) commit 8b95743ee463d7557879b0a275ced81f1a9b81b7 Author: Rodrigo Moya Date: Tue Aug 18 00:26:51 2009 +0200 Send errors from libsoup back to the caller couchdb-glib/utils.c | 14 +++++++++++--- couchdb-glib/utils.h | 3 +++ 2 files changed, 14 insertions(+), 3 deletions(-) commit 1730577836b8901664f05a201a8c3a1119414a64 Author: Rodrigo Moya Date: Thu Aug 13 13:02:48 2009 +0200 Depend on json-glib >= 0.7.4 to have saving of documents working configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 231637dce3e8a647ffeb5cded6f8ff4ea4ff4378 Author: Rodrigo Moya Date: Thu Aug 13 12:59:59 2009 +0200 Only include json-glib.h couchdb-glib/couchdb-document.c | 3 +-- couchdb-glib/couchdb.c | 2 +- couchdb-glib/utils.h | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) commit b46a88e500e160210ab6a08cfe0b21c9331a1b8c Author: Daniel Holbach Date: Thu Aug 13 12:44:29 2009 +0200 Some small fixes in debian/changelog debian/changelog | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 4c49070927d839b6aaba0006f04dad54fd696e57 Author: Rodrigo Moya Date: Wed Aug 12 10:53:28 2009 +0200 More Ubuntu package changes debian/changelog | 14 ++------------ debian/libcouchdb-glib-1.0-0.install | 1 - debian/libcouchdb-glib-1.0-1.install | 1 + 3 files changed, 3 insertions(+), 13 deletions(-) commit 8e18b6efa24fc2293d75a4ef8f3623e003d98a6c Author: Rodrigo Moya Date: Tue Aug 11 17:04:39 2009 +0200 Rename binary package name to match upstream so version debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 07a4ed0b7bc58a8ca93e924c482d45f59821005c Author: Rodrigo Moya Date: Sun Aug 9 14:02:15 2009 +0200 Ubuntu package updates debian/changelog | 21 +++++++++++++++++++++ debian/control | 6 +++--- 2 files changed, 24 insertions(+), 3 deletions(-) commit 7bb53137e3edc659b83050bd1cc04a897affa4b9 Author: Rodrigo Moya Date: Wed Aug 5 16:49:27 2009 +0200 Release 0.4.3 version NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletions(-)