[dconf] dconf 0.15.2



commit f888ff3776b47a8765fed9f1ba0fc08b4e26b274
Author: Ryan Lortie <desrt desrt ca>
Date:   Mon Nov 19 18:30:46 2012 -0500

    dconf 0.15.2

 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f0cae27..f7550f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Changes in dconf 0.15.2
+========================
+
+ - update to the new GVDB API (GBytes based) and refactor a bit
+
+ - add a new type of "database mode" DConfChangeset and use it
+
+ - the service has been substantially rewritten
+  - using gdbus-codegen
+  - cache the file contents instead of read/modify/write each time
+  - new DConfWriter abstraction allows considering support for backends
+  - uses only POSIX IO (read and write syscalls) for database access
+  - workaround mmap() bug on OpenBSD
+
+ - editor:
+  - Fix search order of schema dirs
+  - Translate summary and description
+
+Translations:
+
+ - Indonesian
+ - Slovak
+
 Changes in dconf 0.15.1
 ========================
 
diff --git a/configure.ac b/configure.ac
index ea16ce9..6ac2a34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([dconf],
-        [0.15.0],
+        [0.15.2],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
         [dconf])
 



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