============== Version 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)