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

==============