couchdb-glib (0.7.4-0ubuntu2) oneiric; urgency=low

  * debian/patches/01_use_sync_soup_session.patch:
    - Use SoupSessionSync, as the _async version confuses E-D-S 

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Tue, 20 Sep 2011 12:59:10 +0200

couchdb-glib (0.7.4-0ubuntu1) oneiric; urgency=low

  * New upstream release
  * debian/patches/01-allow-saving-design-documents.patch:
    - Remove upstreamed patch

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Tue, 23 Aug 2011 13:43:18 +0200

couchdb-glib (0.7.3-0ubuntu3) oneiric; urgency=low

  * debian/patches/01-allow-saving-design-documents.patch:
    - Allow saving design and other similar documents in
      couchdb_database_put_document (LP: #830269)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Mon, 22 Aug 2011 18:03:41 +0200

couchdb-glib (0.7.3-0ubuntu2) oneiric; urgency=low

  * Use gir1.2-json-1.0 instead as name changed (LP: #824666)

 -- Rodney Dawes <rodney.dawes@ubuntu.com>  Mon, 15 Aug 2011 13:33:08 -0400

couchdb-glib (0.7.3-0ubuntu1) oneiric; urgency=low

  * New upstream release
  * debian/watch:
    - Watch .bz2 tarball
  * debian/patches/01_remove_useless_warnings.patch:
    - Remove upstreamed patch

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Fri, 22 Jul 2011 11:43:24 +0200

couchdb-glib (0.7.2-0ubuntu4) oneiric; urgency=low

  * Rebuild for OpenSSL 1.0.0.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 25 May 2011 01:44:05 +0100

couchdb-glib (0.7.2-0ubuntu3) natty; urgency=low

  * debian/patches/01_remove_useless_warnings.patch:
    - Add upstream patch to remove useless warnings

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Wed, 20 Apr 2011 10:36:17 +0200

couchdb-glib (0.7.2-0ubuntu2) natty; urgency=low

  * debian/rules:
    - Remove --disable-debug-messages, as the problem we had when adding this
      flag is now solved. Debugging messages will only show up when users
      set COUCHDB_DEBUG_MESSAGES environment variable

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Wed, 06 Apr 2011 17:33:39 +0200

couchdb-glib (0.7.2-0ubuntu1) natty; urgency=low

  * New upstream release
    - Port to gdbus (Rodrigo Moya)
    - Add some more tests for desktopcouch (Rodrigo Moya)
    - Use g_strcmp0 instead of g_str_equal (Rodrigo Moya) (LP: #727370)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Fri, 01 Apr 2011 17:45:03 +0200

couchdb-glib (0.7.1-0ubuntu1) natty; urgency=low

  * New upstream release

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Thu, 24 Mar 2011 17:08:47 +0100

couchdb-glib (0.7.0-0ubuntu3) natty; urgency=low

  * Updated for the gir abi transition

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 21 Dec 2010 14:14:08 -0500

couchdb-glib (0.7.0-0ubuntu2) natty; urgency=low

  * debian/rules:
    - Add rules for dh_girepository
  * debian/libcouchdb-glib-dev.install:
  * debian/libdesktopcouch-glib-dev.install:
    - Add .gir files to -dev packages
  * debian/control:
  * debian/gir1.0-couchdb-1.0.install:
  * debian/gir1.0-desktopcouch-1.0.install:
    - Rename introspection packages to match the typelib names

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Wed, 24 Nov 2010 17:13:47 +0100

couchdb-glib (0.7.0-0ubuntu1) natty; urgency=low

  * New upstream release:
    - Fix two more small memleaks (Krzysztof Klimonda)
    - Use silent building if available (Rodrigo Moya)
    - Fix make distcheck (Rodrigo Moya)
    - Add CouchdbResponse and CouchdbQuery classes (Krzysztof Klimonda)
    - Add couchdb_encode_uri functions (Krzysztof Klimonda)
    - Include Json-1.0 for introspection (Rodrigo Moya)
  * debian/control:
    - Remove dependency on gir-repository-dev

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Wed, 24 Nov 2010 16:48:42 +0100

couchdb-glib (0.6.96-0ubuntu1) maverick; urgency=low

  * New upstream release:
    - Replace g_value_get_object and g_object_ref with g_value_dup_object
      (Krzysztof Klimonda)
    - Changed couchdb-glib/Makefile.am to use /gir-1.0 and /girepository-1.0
      instead of INTROSPECTION_TYPELIBDIR (Krzysztof Klimonda)
    - Call couchdb_session_send_message with empty body to force Content-Type
      (Krzysztof Klimonda)
    - Make sure we free SoupMessage before returning (Krzysztof Klimonda)
    - 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 (Krzysztof Klimonda)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Tue, 31 Aug 2010 16:25:20 +0200

couchdb-glib (0.6.95-0ubuntu1) maverick; urgency=low

  * New upstream release:
    - Fixed misnamed function (Rodrigo Moya)
  * debian/rules:
    - add --disable-debug-messages to ./configure flags to prevent
      couchdb-glib from setting its own, custom log_handler for g_debug macro.
      (LP: #591873)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Tue, 27 Jul 2010 11:36:09 +0200

couchdb-glib (0.6.94-0ubuntu1) maverick; urgency=low

  * New upstream release:
    - Add API to list fields for CouchdbDocument's and CouchdbStructField's
      (Rodrigo Moya)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Tue, 20 Jul 2010 12:39:48 +0200

couchdb-glib (0.6.93-0ubuntu1) maverick; urgency=low

  * New upstream release:
    - Add missing fields to CouchdbDatabaseInfo (Rodrigo Moya)
    - Add tasks document class (Miguel Ángel Rodelas Delgado)
    - Create json_object in couchdb_document_init, so that subclasses get it
      (Rodrigo Moya)
    - Use correct signatures for CouchdbDatabase class' signals (Rodrigo Moya)
    - Move DesktopcouchDocument* classes to couchdb-glib, so that they can be
      used in other CouchdbSession's (Rodrigo Moya)
    - Use the correct JsonObject when calling create_document_from_json_object
      (Rodrigo Moya)
    - Fixed several compilation warnings (Rodrigo Moya)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Wed, 14 Jul 2010 13:34:28 +0200

couchdb-glib (0.6.92-0ubuntu1) maverick; urgency=low

  * New upstream release:
    - No need for Json gir for gobject-introspection anymore (Rodrigo Moya)
    - Fix typo in 'session' property registration (Sam Thursfield)
    - Avoid warning when unref'ing a NULL object (Sam Thursfield)
    - Associate CouchdbDocument's with the container CouchdbDatabase (Rodrigo
      Moya)
    - Fixed typo in class' signals prototypes (Rodrigo Moya)
    - Fixed test program (Rodrigo Moya)
    - Convert CouchdbStructField and CouchdbArrayField to GObject-based classes
      (Rodrigo Moya)
    - Added more API tests (Rodrigo Moya)
    - Add couchdb_document_foreach_attachment API (Rodrigo Moya)
    - Added missing GType argument to signal installation code (Rodrigo Moya)
    - Don't include internal headers for introspection (Rodrigo Moya)
    - Fixed g_strcmp0 comparison (Rodrigo Moya)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Thu, 10 Jun 2010 17:21:24 +0200

couchdb-glib (0.6.91-0ubuntu2) maverick; urgency=low

  * debian/control, gir1.0-couchdb-glib-1.0.install,
    gir1.0-desktopcouch-glib-1.0.install, libcouchdb-glib-doc.install
    - Added introspection and doc packages
  * debian/rules: enable introspection and documentation

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Mon, 31 May 2010 13:05:36 +0200

couchdb-glib (0.6.91-0ubuntu1) maverick; urgency=low

  * New upstream release:
    - Hide json-glib from the public headers (Rodrigo Moya)
    - Add CouchdbDatabase object (Rodrigo Moya)
    - Refactor API to adapt to new CouchdbDatabase object (Rodrigo Moya)
    - Add code to manage CouchDB views (Rodrigo Moya)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Thu, 27 May 2010 11:56:48 +0200

couchdb-glib (0.6.90-0ubuntu1) lucid; urgency=low

  * New upstream release:
    - Make tests start a standalone CouchDB instance (Adi Roiban)
    - Use gtester and gtester-report for running the test and generating
      a report (Adi Roiban)
    - Move from multiline 'street' field to 'address1' + 'address2' for
      streets in postal addresses (Rodrigo Moya)
    - Add couchdb_session_get_all_documents call to get all documents in 1 HTTP
      request (Rodrigo Moya)
    - Add auto-generated Mono bindings (Rodrigo Moya)
    - Show introspection status on configure final message (Rodrigo Moya)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Tue, 04 May 2010 18:54:32 +0200

couchdb-glib (0.6.3-0ubuntu1) lucid; urgency=low

  * New upstream release:
    - Never have a NULL URI in CouchdbSession (Rodrigo Moya)
    - Add missing contact name fields to desktopcouch API (Rodrigo Moya)
      (LP: #532930)
    - Include couchdb-glib directory when scanning desktopcouch for
      introspection (Rodrigo Moya)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Thu, 08 Apr 2010 16:40:18 +0200

couchdb-glib (0.6.2-0ubuntu1) lucid; urgency=low

  * New upstream release:
    - Use correct includedir for desktopcouch-glib introspection (Rodrigo Moya)
    - Add missing header for free() (Andreas Jaeger)
    - Return TRUE in watch_timeout_cb (Andreas Jaeger)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Thu, 18 Mar 2010 09:28:34 +0100

couchdb-glib (0.6.1-0ubuntu3) lucid; urgency=low

  * debian/libdesktopcouch-glib-1.0-2.install, libcouchdb-glib-1.0-2.install
    - fixed up install files to match correct soname versioning

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 23 Feb 2010 09:25:55 -0500

couchdb-glib (0.6.1-0ubuntu2) lucid; urgency=low

  * debian/control
    - fixed package versioning to match soname

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 23 Feb 2010 08:39:02 -0500

couchdb-glib (0.6.1-0ubuntu1) lucid; urgency=low

  * New upstream release (LP: #524653)
    - Version correctly ABI-breaking lib (Rodrigo Moya)

  [ Ken VanDine ]
  * debian/control
    - added build depends for libgnome-keyring-dev and libdbus-glib-1-dev
    - added depends for libjson-glib-dev to couchdb-glib-dev
    - added a breaks for libcouchdb-glib-1.0-1

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Fri, 19 Feb 2010 21:14:13 +0100

couchdb-glib (0.6.0-0ubuntu1) lucid; urgency=low

  * New upstream release 0.6.0
    - Move contacts record code to desktopcouch-glib (Rodrigo Moya)
    - Add categories API for contacts documents (Rodrigo Moya)
    - Don't force callers to pass a GError (Rodrigo Moya)
    - Add replication API (Rodrigo Moya)
    - Add API for compacting databases (Rodrigo Moya)
    - Add API documentation (Rodrigo Moya)
    - Free also the uuid stored in CouchdbStructField object (Rodrigo Moya)
    - Add support for arrays values (Rodrigo Moya)

  * New upstream release 0.5.99
    - Privatize object declarations and added accessor methods (Johan Dahlin)
    - Rename CouchDB* to Couchdb (Johan Dahlin)
    - Rename Couchdb object to CouchdbSession (Rodrigo Moya)
    - Add introspection support (Johan Dahlin)
    - GObjectify CouchdbSession object's constructor (Johan Dahlin)
    - Added json-glib dependency to .pc files (Rodrigo Moya)
    - Use a private structure instead of hiding the CouchdbSession object
      declaration (Rodrigo Moya)
    - Added desktopcouch-glib library, to contain desktopcouch-specific
      code (Rodrigo Moya)
    - Add configure option to enable/disable debug messages (Adi Roiban)
    - Added CouchdbCredentials object to store credentials (Rodrigo Moya)
    - Use the new credentials object for authentication (Rodrigo Moya)
    - Conditionally log debugging messages (Adi Roiban)
    - Add basic HTTP authentication to CouchdbCredentials (Adi Roiban)

 -- Elliot Murphy <elliot@ubuntu.com>  Sun, 14 Feb 2010 09:51:18 -0500

couchdb-glib (0.5.3-0ubuntu1) lucid; urgency=low

  * New upstream release:
    - Remove superfluous OAuth debug messages
    - Set a shorter timeout (1 minute) for localhost polling
    - Only return a CouchDBStructField in couchdb_struct_field_get_struct_field
      if the field exists (LP: #472465)
    - Fixed typo in postal address's street field name (LP: #451837)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Thu, 19 Nov 2009 17:37:03 +0100

couchdb-glib (0.5.2-0ubuntu1) karmic; urgency=low

  * New upstream release:
    - Don't include non-OAuth URL parameters in OAuth header (LP: #444576)
    - Return TRUE in couchdb_document_delete when successful

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Thu, 08 Oct 2009 16:41:17 +0200

couchdb-glib (0.5.1-0ubuntu1) karmic; urgency=low

  * New upstream release:
    - Added API to manipulate IM addresses for contact records (LP: #415297)
    - Use 127.0.0.1 instead of localhost for local couchdb instances
  * debian/libcouchdb-glib-1.0-1.symbols
    - Added symbols

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Mon, 05 Oct 2009 17:57:43 +0200

couchdb-glib (0.5.0-0ubuntu1) karmic; urgency=low

  [ Rodrigo Moya ]
  * New upstream release: (LP: #426879)
    - Added changes notifications. (LP: #420435)
    - Added some API info to the README file.
    - Encode document UIDs when doing HTTP requests. (LP: #423746)
    - Added OAuth support. (LP: #423094)
  * Added libssl-dev build dependency.

  [ Martin Pitt ]
  * Import into bzr, set Vcs-Bzr: field in debian/control.
  * Add debian/libcouchdb-glib-1.0-1.symbols for proper shlibs generation.
  * debian/control: Wrap build depends.
  * debian/control: Bump Standards-Version to 3.8.3 (no changes needed).

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 10 Sep 2009 18:43:19 +0200

couchdb-glib (0.4.5-0ubuntu2) karmic; urgency=low

  * Package upstream 0.4.5 release: (LP: #419160)
    - Add lots of new contact record fields (Rodrigo Moya)
    - Check presence of fields in JSON objects before accessing them to avoid
      lots of warnings (Rodrigo Moya)
    - Added functions to deal with URLs in contact documents (Rodrigo Moya)
    - Add uuid to list of pkg-config modules to look for (Rodrigo Moya)
  * Skip 0ubuntu1 version number, that was a botched upload (Martin Pitt).

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Wed, 26 Aug 2009 12:53:53 +0200

couchdb-glib (0.4.5-0ubuntu1) UNRELEASED; urgency=low

  * New upstream release

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 26 Aug 2009 15:53:45 +0200

couchdb-glib (0.4.4-0ubuntu1) karmic; urgency=low

  * Package upstream 0.4.4 release: (LP: #416027)
    - Only include json-glib.h (Rodrigo Moya)
    - Depend on json-glib >= 0.7.4 to have saving of documents working (Rodrigo 
      Moya)
    - Send errors from libsoup back to the caller (Rodrigo Moya)
    - Add contact records creation convenience function (Rodrigo Moya)
    - Add support for application_annotations field (Rodrigo Moya)
    - Add functions to convert struct fields to and from strings (Rodrigo Moya)
  * debian/control: bumped libjson-glib-dev Build-Depends to >= 0.7.4.

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Wed, 19 Aug 2009 19:07:32 +0200

couchdb-glib (0.4.3-0ubuntu1) karmic; urgency=low

  * Rename binary package name to match upstream so version (LP: #409378)
  * Added missing uuid-dev build-dependency.
  * Package upstream 0.4.3 release:
    - Add test suite for API (Rodrigo Moya)
    - Make all JSON-related functions use utility functions rather than JSON-glib
      ones, and make these remove fields from documents when values are NULL
      (Rodrigo Moya)
    - Added UUIDs to API, and ways to generate them for objects that don't have it
      (Rodrigo Moya)
    - Assume hostnames from clients come with the http/https part of the URI, so
      don't add it (Rodrigo Moya)
    - Increase so version of shared library (Rodrigo Moya)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Tue, 11 Aug 2009 16:52:22 +0200

couchdb-glib (0.4.2-0ubuntu2) karmic; urgency=low

  * Added previous fixes that I've lost while copying debian/ 

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Mon, 20 Jul 2009 14:04:09 +0200

couchdb-glib (0.4.2-0ubuntu1) karmic; urgency=low

  * More fixes for REVU uploading
  * Package upstream 0.4.2 release:
    - Fixes for Ubuntu packaging (Rodrigo Moya)
    - Add LICENSE file to upstream tarball (Rodrigo Moya)

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Mon, 20 Jul 2009 13:33:09 +0200

couchdb-glib (0.4.1-4) karmic; urgency=low

  * More fixes for REVU uploading

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Tue, 30 Jun 2009 13:44:29 +0200

couchdb-glib (0.4.1-3) karmic; urgency=low

  * Added missing *.install files and fixed dependencies again

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Fri, 26 Jun 2009 13:28:44 +0200

couchdb-glib (0.4.1-2) karmic; urgency=low

  * Added missing dependencies

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Fri, 26 Jun 2009 12:36:06 +0200

couchdb-glib (0.4.1-1) karmic; urgency=low

  * Fix package for karmic

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Thu, 25 Jun 2009 13:57:48 +0200

couchdb-glib (0.4.1) karmic; urgency=low

  * Package 0.4.1 release

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Thu, 25 Jun 2009 13:33:44 +0200

couchdb-glib (0.2) jaunty; urgency=low

  * First version of the package

 -- Rodrigo Moya <rodrigo.moya@canonical.com>  Sun,  3 May 2009 17:00:58 +0100

