summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-11-19 18:30:46 -0500
committerRyan Lortie <desrt@desrt.ca>2012-11-19 18:36:17 -0500
commitf888ff3776b47a8765fed9f1ba0fc08b4e26b274 (patch)
tree4b68bd40cde9d8eed8c602130a9786a192a43c19
parent3428fbb2f0f5dacdfd3690e2e25f2f2bddd462f9 (diff)
downloaddconf-f888ff3776b47a8765fed9f1ba0fc08b4e26b274.tar.gz
dconf 0.15.20.15.2
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
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])