commit 0e759ecbf54ac8f25432cae87dc193f90ccf44f8
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Fri Jul 9 12:08:15 2010 +0200

    Fixed several compilation warnings

 couchdb-glib/couchdb-database-info.c    |    2 +-
 couchdb-glib/couchdb-database.c         |    3 +--
 couchdb-glib/couchdb-design-document.c  |    4 +++-
 couchdb-glib/couchdb-document-contact.c |    4 ----
 couchdb-glib/couchdb-document.c         |    4 +---
 couchdb-glib/couchdb-session.c          |    4 ++--
 couchdb-glib/utils.h                    |    1 +
 tests/test-couchdb-glib.c               |    2 +-
 tests/test-list-databases.c             |    4 ++--
 9 files changed, 12 insertions(+), 16 deletions(-)

commit aa4888b602bdfd36e4721af84deafc17d0ce16d7
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Wed Jul 7 16:17:34 2010 +0200

    Use the correct JsonObject when calling create_document_from_json_object

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

commit a67d5eddb94ca05e8d14f4e39209a28a6a7d34ca
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Wed Jul 7 13:54:56 2010 +0200

    Fixed some misrenamed documentation

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

commit 47e511231e6911c4ab3dd86b6ef893781e5222c3
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Wed Jul 7 13:44:30 2010 +0200

    Move DesktopcouchDocument* classes to couchdb-glib, so that they can be used in other CouchdbSession's

 couchdb-glib/Makefile.am                          |    6 +
 couchdb-glib/couchdb-database.c                   |   80 +-
 couchdb-glib/couchdb-database.h                   |    3 -
 couchdb-glib/couchdb-document-contact.c           | 1126 +++++++++++++++++++++
 couchdb-glib/couchdb-document-contact.h           |  225 ++++
 couchdb-glib/couchdb-document-task.c              |   85 ++
 couchdb-glib/couchdb-document-task.h              |   57 +
 couchdb-glib/couchdb-document.c                   |  108 ++
 couchdb-glib/couchdb-document.h                   |   17 +
 couchdb-glib/couchdb-glib.h                       |    2 +
 couchdb-glib/couchdb-session.c                    |    9 +-
 couchdb-glib/couchdb-session.h                    |    3 -
 desktopcouch-glib/Makefile.am                     |    9 -
 desktopcouch-glib/desktopcouch-document-contact.c | 1126 ---------------------
 desktopcouch-glib/desktopcouch-document-contact.h |  225 ----
 desktopcouch-glib/desktopcouch-document-task.c    |   85 --
 desktopcouch-glib/desktopcouch-document-task.h    |   57 -
 desktopcouch-glib/desktopcouch-document.c         |  151 ---
 desktopcouch-glib/desktopcouch-document.h         |   63 --
 desktopcouch-glib/desktopcouch-glib.h             |    3 -
 desktopcouch-glib/desktopcouch-session.c          |   56 -
 21 files changed, 1663 insertions(+), 1833 deletions(-)

commit afff7b51cc54b9a8537e35e4002671dfde1a4191
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Wed Jul 7 12:11:09 2010 +0200

    Use correct signatures for CouchdbDatabase class' signals

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

commit 52d9f93b8e9bd19ade281b05f30e7c4138476794
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Wed Jul 7 11:19:34 2010 +0200

    Create json_object in couchdb_document_init, so that subclasses get it

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

commit 98aa69759b35613ae0f6593192187de3d1d02cac
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Mon Jul 5 16:18:58 2010 +0200

    Integrate DesktopcouchDocumentTask in the build

 desktopcouch-glib/Makefile.am                  |    5 ++++-
 desktopcouch-glib/desktopcouch-document-task.h |   10 +++++-----
 desktopcouch-glib/desktopcouch-glib.h          |    1 +
 3 files changed, 10 insertions(+), 6 deletions(-)

commit 2a63212bb749fc09fa9d677f6ff047da5cbe357e
Author: Miguel Ángel Rodelas Delgado <miguel.rodelas@gmail.com>
Date:   Mon Jul 5 16:14:09 2010 +0200

    Objectify DesktopcouchDocumentTask

 desktopcouch-glib/desktopcouch-document-task.c |   65 ++++++++++++------------
 desktopcouch-glib/desktopcouch-document-task.h |   22 ++++++--
 desktopcouch-glib/desktopcouch-document.c      |   18 +++++++
 desktopcouch-glib/desktopcouch-document.h      |    2 +
 4 files changed, 69 insertions(+), 38 deletions(-)

commit 5351a300f45da5661aee9d32cae1e15e88be2ca9
Author: Miguel Ángel Rodelas Delgado <miguel.rodelas@gmail.com>
Date:   Mon Jul 5 13:11:06 2010 +0200

    Add tasks document class

 desktopcouch-glib/desktopcouch-document-task.c |   84 ++++++++++++++++++++++++
 desktopcouch-glib/desktopcouch-document-task.h |   47 +++++++++++++
 2 files changed, 131 insertions(+), 0 deletions(-)

commit 316f3abce0569a2d0852dd25072575c202476d34
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Mon Jun 14 14:13:41 2010 +0200

    Add missing fields to CouchdbDatabaseInfo

 couchdb-glib/couchdb-database-info.c |   61 +++++++++++++++++++++++++++++++++-
 couchdb-glib/couchdb-database-info.h |   12 +++++--
 couchdb-glib/couchdb-session.c       |    5 ++-
 3 files changed, 73 insertions(+), 5 deletions(-)

commit 1acea712e66711819eb41c64405d33a9b6ffc92d
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Thu Jun 10 17:19:25 2010 +0200

    Release 0.6.92

 NEWS                            |   17 ++++++++++++
 bindings/mono/Makefile.am       |    2 +
 configure.ac                    |    9 +++++-
 couchdb-glib/Makefile.am        |   52 +++++++++++++++---------------------
 couchdb-glib/couchdb-document.h |    1 -
 desktopcouch-glib/Makefile.am   |   55 +++++++++++++++-----------------------
 6 files changed, 71 insertions(+), 65 deletions(-)