=============
Version 0.2.1
=============

- Support a lot of new fields for contacts (Rodrigo Moya)
- Don't return an error if the database is not found in CouchDB, since that
  prevented the database creation to be attempted (Rodrigo Moya)
- Use 127.0.0.1 instead of localhost, since that resolves to :1 in machines
  with IPv6 enabled (Rodrigo Moya)
- Support URL fields of contact records (Rodrigo Moya)
- Set the couchdb_instance on the config dialog when defaulting to per-user
  CouchDB instance (Rodrigo Moya)
- Require couchdb-glib >= 0.4.5 (Rodrigo Moya)

=============
Version 0.2.0
=============

- Depend on couchdb-glib >= 0.4.4 (Rodrigo Moya)
- Don't loose UUIDs when converting to EContact (Rodrigo Moya)
- Store revision of document in EContact, so that updates work (Rodrigo Moya)
- Add lots of new phone fields we support now (Rodrigo Moya)
- Return the correct EContact when PUTing documents so that Evolution gets the
  document as it is in the database (Rodrigo Moya)
- Add better error reporting from DBus calls (Rodrigo Moya)
- Add support for application_annotations field (Rodrigo Moya)
- Use couchdb_document_contact_new for creating contact documents (Rodrigo Moya)

=============
Version 0.1.4
=============

- Set descriptions for mail addresses correctly (Rodrigo Moya)
- Added UI for selecting different CouchDB instances (Rodrigo Moya)
- Remove all .a and .la files from the package (Ken Van Dine)
- Use the couchdb instance as specified on the ESource (Rodrigo Moya)
- Remove unneeded .server file from install (Rodrigo Moya)
- Pass NULL UUIDs to all contacts fields so that they get generated
  (Rodrigo Moya)
- Clean up headers in the source files and the debian/copyright to
  make sure the license is consistently GPL-3 (Ken Van Dine)

=============
Version 0.1.3
=============

- Add missing API from evolution-data-server-2.27.x to make it compile
  and work on versions <= 2.26.x (Rodrigo Moya)
- Add LICENSE file to upstream tarball (Rodrigo Moya)

=============
Version 0.1.2
=============

- Added missing header files (Rodrigo Moya)
- Remove unneeded free of DatabaseInfo object (Rodrigo Moya)
- Fix LDFLAGS for e-d-s backend lib (Rodrigo Moya)
