commit 46f839d1a081dbb3d5c5967f18e30d57704b9195
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Thu Jun 10 12:37:54 2010 +0200

    Shut up

 .gitignore |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit f347f36c8d427c23e4239792c838ecf5a3033f32
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Wed Jun 9 10:54:57 2010 +0200

    Some formatting

 desktopcouch-glib/desktopcouch-session.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 3abff03d96573944de52bdb282502af8d2d5a96b
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Wed Jun 9 10:49:33 2010 +0200

    Fixed g_strcmp0 comparison

 desktopcouch-glib/desktopcouch-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3ff160c19eb1111cbbc74dd97700a7a44b666697
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Tue Jun 8 18:25:16 2010 +0200

    Don't include internal headers for introspection

 couchdb-glib/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 189989da57ef6114b12b50caeb22bab3663e2054
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Fri Jun 4 11:08:24 2010 +0200

    Added missing GType argument to signal installation code

 couchdb-glib/couchdb-document.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 09b8f13a05ce2615f9abd5cfb4644c2b378c40bf
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Fri Jun 4 10:37:14 2010 +0200

    s/couchdb_document_list_attachments/couchdb_document_foreach_attachment

 couchdb-glib/couchdb-document.c |   27 +++++++++++++++------------
 couchdb-glib/couchdb-document.h |    8 +++++++-
 2 files changed, 22 insertions(+), 13 deletions(-)

commit d3aa5450779e190448bb4031b492b9526529a38f
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Thu Jun 3 16:39:08 2010 +0200

    Add couchdb_document_list_attachments API

 couchdb-glib/couchdb-document.c     |   29 +++++++++++++++++++++++++++++
 couchdb-glib/couchdb-document.h     |    4 +++-
 couchdb-glib/couchdb-struct-field.c |   28 ++++++++++++++++++++++++++++
 couchdb-glib/couchdb-struct-field.h |    2 ++
 4 files changed, 62 insertions(+), 1 deletions(-)

commit 07cce1be54aa8febafb2563971ab8c689cf6a831
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Thu Jun 3 16:17:06 2010 +0200

    Added more API tests

 tests/test-couchdb-glib.c |   75 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 75 insertions(+), 0 deletions(-)

commit fe12f27bedef008eb13819f23f5a1e96df40ee3e
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Thu Jun 3 14:01:48 2010 +0200

    Convert CouchdbStructField and CouchdbArrayField to GObject-based classes

 .gitignore                          |    1 +
 couchdb-glib/couchdb-array-field.c  |  128 ++++++++++++-------------------
 couchdb-glib/couchdb-array-field.h  |   13 +++-
 couchdb-glib/couchdb-struct-field.c |  145 +++++++++++++---------------------
 couchdb-glib/couchdb-struct-field.h |   13 +++-
 couchdb-glib/couchdb-types.h        |   17 ++++-
 6 files changed, 140 insertions(+), 177 deletions(-)

commit eee0aecfab695f275f8048a162410a69c2a4e2b3
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Thu Jun 3 09:45:32 2010 +0200

    Fixed test program

 tests/test-couchdb-glib.c |   47 +++++++++++++++++++++++----------------------
 1 files changed, 24 insertions(+), 23 deletions(-)

commit 2bb5da7379d1a1198a897be404836db75d47a267
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Thu Jun 3 09:45:15 2010 +0200

    Fixed typo in class' signals prototypes

 couchdb-glib/couchdb-database.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 69e8fafa1df60642a675b547380c281747188697
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Thu Jun 3 09:41:02 2010 +0200

    Associate CouchdbDocument's with the container CouchdbDatabase

 couchdb-glib/couchdb-database.c |   14 +++++++-
 couchdb-glib/couchdb-document.c |   63 +++++++++++++++++++++++++++++++++++++-
 2 files changed, 73 insertions(+), 4 deletions(-)

commit cba0474f27bb4d78f07a1f21dc75f08745a34c1b
Author: Sam Thursfield <ssssam@gmail.com>
Date:   Mon May 31 18:51:35 2010 +0200

    Avoid warning when unref'ing a NULL object

 couchdb-glib/couchdb-database.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e9f3ee0b17adb7cc146a31ecbecf8dc3cbadb3f2
Author: Sam Thursfield <ssssam@gmail.com>
Date:   Mon May 31 18:20:07 2010 +0200

    Fix typo in 'session' property registration

 couchdb-glib/couchdb-database.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 66317a5a5f49a761eee7ee7a7f71e053650f5e2e
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Fri May 28 13:48:52 2010 +0200

    No need for Json gir for gobject-introspection anymore

 couchdb-glib/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 9a3caa0c1a21d2257b99adab1baa8eae4987a13e
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Thu May 27 11:52:17 2010 +0200

    Release 0.6.91

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)