Include a new program bin/desktopcouch-get-port .
Use DBus to get port, and thereby start the service daemon, on normal Python access to the database.
Update docs to be explicit about put_record(r) mutating r .
Add new method put_records_batch(iterable_of_records) .
Fix up apport collection.
Fix a problem with couchdb mutating its INI file to store a hashed password, which is useless for HTTP Basic auth in the bookmark file.
Fix obscure bugs in couchdb startup regarding port availability.
Update execute_view() ti take a dict of additional parameters for execution.
Add has_key() method to desktopcouch.record.RecordDict so that it behaves more like a dictionary.