[couchdb-glib] Release 0.7.3



commit 0b136b5038866231c355d26c11d7861cbd55e848
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Fri Jul 22 11:38:24 2011 +0200

    Release 0.7.3

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1917b97..f929fb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
 ==============
+Version 0.7.3
+==============
+- Check existence of fields before trying to get them from json_object_* to avoid
+  lots of warnings (Rodrigo Moya)
+- Use SoupSessionAsync instead of SoupSessionSync (Rodrigo Moya)
+- Add DesktopcouchService class (Rodrigo Moya)
+- Fix distcheck (Rodrigo Moya)
+
+==============
 Version 0.7.2
 ==============
 - Port to gdbus (Rodrigo Moya)
diff --git a/configure.ac b/configure.ac
index 81de4c9..96f4588 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([couchdb-glib], [0.7.2], [], [couchdb-glib])
+AC_INIT([couchdb-glib], [0.7.3], [], [couchdb-glib])
 
 AC_PREREQ([2.59])
 



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