[couchdb-glib] Release 0.4.3 version



commit 7bb53137e3edc659b83050bd1cc04a897affa4b9
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed Aug 5 16:49:27 2009 +0200

    Release 0.4.3 version

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d858094..2fc63ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
 =============
+Version 0.4.3
+=============
+- Add test suite for API (Rodrigo Moya)
+- Make all JSON-related functions use utility functions rather than JSON-glib
+  ones, and make these remove fields from documents when values are NULL
+  (Rodrigo Moya)
+- Added UUIDs to API, and ways to generate them for objects that don't have it
+  (Rodrigo Moya)
+- Assume hostnames from clients come with the http/https part of the URI, so
+  don't add it (Rodrigo Moya)
+- Increase so version of shared library (Rodrigo Moya)
+
+=============
 Version 0.4.2
 =============
 - Fixes for Ubuntu packaging (Rodrigo Moya)
diff --git a/configure.ac b/configure.ac
index 46f9367..1696f09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([couchdb-glib], [0.4.2], [], [couchdb-glib])
+AC_INIT([couchdb-glib], [0.4.3], [], [couchdb-glib])
 
 AC_PREREQ([2.59])
 



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