[couchdb-glib] Release 0.7.1



commit 5391b102e4610a5795903b5524dd8febc6776a10
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Thu Mar 24 17:04:32 2011 +0100

    Release 0.7.1

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 33802ee..e6ce350 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
 ==============
 Version 0.7.0
 ==============
+- Include missing documentation (Rodrigo Moya)
+- Fix retrieval of documents (Rodrigo Moya)
+- Check existence of members before calling json_object_get_* to avoid
+  warnings (Rodrigo Moya)
+- Fixed basic attachments API (Rodrigo Moya)
+- Deprecate CouchdbDocumentInfo class (Rodrigo Moya)
+
+==============
+Version 0.7.0
+==============
 - Fix two more small memleaks (Krzysztof Klimonda)
 - Use silent building if available (Rodrigo Moya)
 - Fix make distcheck (Rodrigo Moya)
diff --git a/configure.ac b/configure.ac
index 7034edf..fb10ea1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([couchdb-glib], [0.7.0], [], [couchdb-glib])
+AC_INIT([couchdb-glib], [0.7.1], [], [couchdb-glib])
 
 AC_PREREQ([2.59])
 



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