[couchdb-glib] Release 0.6.93



commit e946aa00b78e3179ef253e440e75f788c3c11a22
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed Jul 14 13:29:12 2010 +0200

    Release 0.6.93

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b00a7b4..1c9663f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 ==============
+Version 0.6.93
+==============
+- Add missing fields to CouchdbDatabaseInfo (Rodrigo Moya)
+- Add tasks document class (Miguel Ã?ngel Rodelas Delgado)
+- Create json_object in couchdb_document_init, so that subclasses get it
+  (Rodrigo Moya)
+- Use correct signatures for CouchdbDatabase class' signals (Rodrigo Moya)
+- Move DesktopcouchDocument* classes to couchdb-glib, so that they can be
+  used in other CouchdbSession's (Rodrigo Moya)
+- Use the correct JsonObject when calling create_document_from_json_object
+  (Rodrigo Moya)
+- Fixed several compilation warnings (Rodrigo Moya)
+
+==============
 Version 0.6.92
 ==============
 - No need for Json gir for gobject-introspection anymore (Rodrigo Moya)
diff --git a/configure.ac b/configure.ac
index c925679..f56d166 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([couchdb-glib], [0.6.92], [], [couchdb-glib])
+AC_INIT([couchdb-glib], [0.6.93], [], [couchdb-glib])
 
 AC_PREREQ([2.59])
 



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