Change log for couchdb-glib package in Ubuntu

135 of 35 results
Deleted in raring-release (Reason: Unmaintained in Ubuntu, removed from Debian: #1076123)
Obsolete in quantal-release
Published in precise-release
couchdb-glib (0.7.4-0ubuntu3) precise; urgency=low

  * Add patch eliminating usage of g_thread_init() that is now deprecated.
    Fixes FTBFS.
 -- Daniel T Chen <email address hidden>   Mon, 26 Dec 2011 14:35:06 -0500

Available diffs

Superseded in precise-release
Superseded in precise-release
Obsolete in oneiric-release
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 <email address hidden>   Tue, 20 Sep 2011 12:59:10 +0200

Available diffs

Superseded in oneiric-release
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 <email address hidden>   Tue, 23 Aug 2011 13:43:18 +0200

Available diffs

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

  * Use gir1.2-json-1.0 instead as name changed (LP: #824666)
 -- Rodney Dawes <email address hidden>   Mon, 15 Aug 2011 13:33:08 -0400

Available diffs

Superseded in oneiric-release
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 <email address hidden>   Fri, 22 Jul 2011 11:43:24 +0200

Available diffs

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

  * Rebuild for OpenSSL 1.0.0.
 -- Colin Watson <email address hidden>   Wed, 25 May 2011 01:44:05 +0100

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
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 <email address hidden>   Wed, 20 Apr 2011 10:36:17 +0200

Available diffs

Superseded in natty-release
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 <email address hidden>   Wed, 06 Apr 2011 17:33:39 +0200

Available diffs

Superseded in natty-release
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 <email address hidden>   Fri, 01 Apr 2011 17:45:03 +0200

Available diffs

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

  * New upstream release
 -- Rodrigo Moya <email address hidden>   Thu, 24 Mar 2011 17:08:47 +0100

Available diffs

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

  * Updated for the gir abi transition
 -- Ken VanDine <email address hidden>   Tue, 21 Dec 2010 14:14:08 -0500

Available diffs

Superseded in natty-release
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 <email address hidden>   Wed, 24 Nov 2010 17:13:47 +0100

Available diffs

Superseded in natty-release
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 <email address hidden>   Wed, 24 Nov 2010 16:48:42 +0100

Available diffs

Superseded in natty-release
Obsolete in maverick-release
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 <email address hidden>   Tue, 31 Aug 2010 16:25:20 +0200
Obsolete in lucid-updates
Deleted in lucid-proposed (Reason: moved to -updates)
couchdb-glib (0.6.3-0ubuntu2) lucid-proposed; urgency=low

  * debian/rules:
    - Add --disable-debug-messages configure flag (LP: #591873)
 -- Rodrigo Moya <email address hidden>   Tue, 17 Aug 2010 09:56:53 +0200

Available diffs

Superseded in maverick-release
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 <email address hidden>   Tue, 27 Jul 2010 11:36:09 +0200
Superseded in maverick-release
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 <email address hidden>   Tue, 20 Jul 2010 12:39:48 +0200
Superseded in maverick-release
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 <email address hidden>   Wed, 14 Jul 2010 13:34:28 +0200
Superseded in maverick-release
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 <email address hidden>   Thu, 10 Jun 2010 17:21:24 +0200
Superseded in maverick-release
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 <email address hidden>   Mon, 31 May 2010 13:05:36 +0200
Superseded in maverick-release
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 <email address hidden>   Thu, 27 May 2010 11:56:48 +0200

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
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 <email address hidden>   Thu, 08 Apr 2010 16:40:18 +0200

Available diffs

Superseded in lucid-release
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 <email address hidden>   Thu, 18 Mar 2010 09:28:34 +0100

Available diffs

Superseded in lucid-release
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 <email address hidden>   Tue, 23 Feb 2010 09:25:55 -0500

Available diffs

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

  * debian/control
    - fixed package versioning to match soname
 -- Ken VanDine <email address hidden>   Tue, 23 Feb 2010 08:39:02 -0500

Available diffs

Superseded in lucid-release
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 <email address hidden>   Fri, 19 Feb 2010 21:14:13 +0100

Available diffs

Superseded in lucid-release
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 <email address hidden>   Thu, 19 Nov 2009 17:37:03 +0100

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
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 <email address hidden>   Thu, 08 Oct 2009 16:41:17 +0200

Available diffs

Superseded in karmic-release
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 <email address hidden>   Mon, 05 Oct 2009 17:57:43 +0200

Available diffs

Superseded in karmic-release
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 <email address hidden>   Thu, 10 Sep 2009 18:43:19 +0200

Available diffs

Superseded in karmic-release
Superseded in karmic-release
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 <email address hidden>   Wed, 26 Aug 2009 12:53:53 +0200

Available diffs

Superseded in karmic-release
couchdb-glib (0.4.5-0ubuntu1) 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)

 -- Rodrigo Moya <email address hidden>   Wed, 26 Aug 2009 12:53:53 +0200

Available diffs

Superseded in karmic-release
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 <email address hidden>   Wed, 19 Aug 2009 19:07:32 +0200

Available diffs

Superseded in karmic-release
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 <email address hidden>   Tue, 11 Aug 2009 16:52:22 +0200

Available diffs

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

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

135 of 35 results