[couchdb-glib] Release 0.4.4



commit 8d0cf7496d603c185d95c2a3fbc9a6085eff797a
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed Aug 19 18:46:08 2009 +0200

    Release 0.4.4

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2fc63ae..e4e651e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
 =============
+Version 0.4.4
+=============
+- Only include json-glib.h (Rodrigo Moya)
+- Depend on json-glib >= 0.7.4 to have saving of documents working (Rodrigo Moya)
+- Send errors from libsoup back to the caller (Rodrigo Moya)
+- Add contact records creation convenience function (Rodrigo Moya)
+- Add support for application_annotations field (Rodrigo Moya)
+- Add functions to convert struct fields to and from strings (Rodrigo Moya)
+
+=============
 Version 0.4.3
 =============
 - Add test suite for API (Rodrigo Moya)
diff --git a/configure.ac b/configure.ac
index ac8cb85..064c809 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([couchdb-glib], [0.4.3], [], [couchdb-glib])
+AC_INIT([couchdb-glib], [0.4.4], [], [couchdb-glib])
 
 AC_PREREQ([2.59])
 



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