summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent3428fbb2f0f5dacdfd3690e2e25f2f2bddd462f9 (diff)
downloaddconf-f888ff3776b47a8765fed9f1ba0fc08b4e26b274.tar.gz
dconf 0.15.20.15.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 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
========================