summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllison Ryan Lortie <desrt@desrt.ca>2015-12-16 10:50:14 -0500
committerAllison Ryan Lortie <desrt@desrt.ca>2015-12-16 10:50:35 -0500
commitfcea576fd988f6484caad0d3a65628c91d86bb19 (patch)
tree6ca7e8afaad72bf1d819fd417d1108a5ec3cb8d5
parent7080ed8b6c9ed906b3f0a5a04b482498b4896eed (diff)
downloaddconf-wip/0-25-1.tar.gz
dconf 0.25.1wip/0-25-1
-rw-r--r--NEWS32
-rw-r--r--configure.ac2
2 files changed, 33 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aa9dfa8..b51cdbd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Changes in dconf 0.25.1
+========================
+
+ - the libdbus-1 backend has been removed. dconf now always uses GDBus.
+
+ - support has been added for system administration frameworks to set up
+ the dconf profile via a file placed in the XDG_RUNTIME_DIR or in
+ /run/dconf/. In the case of the file in /run/dconf/, it is not
+ possible to modify the proile, even via the DCONF_PROFILE environment
+ variable, which makes it slightly more difficult to evade lockdown.
+
+ - directory resets are now implemented properly in DConfChangeset which
+ means that reading a subkey through a changeset that contains a reset
+ for a parent directory of that key will return TRUE with a NULL value
+
+ - a new API dconf_client_read_full() has been added which allows
+ reading the user value, the default value, or querying what the
+ effective value would be if a changeset were to be applied.
+
+ - a new API has been added for listing the locks that are in effect:
+ dconf_client_list_locks()
+
+ - support for reading default values and listing locks have been added
+ to the dconf commandline tool
+
+ - support for g_autoptr() has been added for DConfClient and
+ DConfChangeset
+
+ - the handling of reading of default values via GSettings has been made
+ more efficient. More major changes to the GSettings backend are
+ expected in the near future.
+
Changes in dconf 0.24.0
========================
diff --git a/configure.ac b/configure.ac
index 95ca9d9..5649b4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.24.0],
+ [0.25.1],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])