[couchdb-glib] Release 0.6.96



commit c5e8a4680a4e6d5b4a68723a89ed9d370a3a56c4
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Tue Aug 31 16:21:40 2010 +0200

    Release 0.6.96

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index cf0702f..04cefd3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 ==============
+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)
+
+==============
 Version 0.6.95
 ==============
 - Fixed misnamed function (Rodrigo Moya)
diff --git a/configure.ac b/configure.ac
index 67b0e51..cba89e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([couchdb-glib], [0.6.95], [], [couchdb-glib])
+AC_INIT([couchdb-glib], [0.6.96], [], [couchdb-glib])
 
 AC_PREREQ([2.59])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]