CouchDB-GLib is a GLib-based API to access CouchDB servers (http://couchdb.apache.org), a replication/synchronization schema-free database of JSON documents, used in online services like Ubuntu One and Midgard.
Changes since 0.5.3 ------------------- - 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) Availability ------------ http://ftp.gnome.org/pub/GNOME/sources/couchdb-glib/0.5 Contact ------- * Bugs in https://bugs.launchpad.net/couchdb-glib * Mailing list http://groups.google.com/group/desktop-couchdb
