From f888ff3776b47a8765fed9f1ba0fc08b4e26b274 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 19 Nov 2012 18:30:46 -0500 Subject: dconf 0.15.2 --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1