[dconf] dconf 0.9.0
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] dconf 0.9.0
- Date: Tue, 26 Jul 2011 14:49:44 +0000 (UTC)
commit d8ce19f5ed0af4d8b4e11015b241f43b171d87b1
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Jul 26 16:42:34 2011 +0200
dconf 0.9.0
NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 47 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f90800e..4c19ef5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+Changes in dconf 0.9.0
+======================
+
+There has been an extremely minor incompatible change in the D-Bus API
+of dconf this release. From a practical standpoint, this change will
+have no effect. However, it serves as a reminder that the dconf D-Bus
+API is private and can change from version to version (and will likely
+change in the future).
+
+As such, it is appropriate for those packaging dconf to kill all running
+instances of dconf ('killall dconf-service') as part of their postinst
+for the package. It will be dbus-activated again on the next use.
+
+ - support loading/storing of maybe types in dconf
+
+ - remove NFS detection hackery and rely on XDG runtime dir
+
+ - add proper support for change notification to DConfClient
+
+ - commandline tool improvements
+
+ - reset: reset keys or entire subpaths
+
+ - dump: dump entire subpaths to keyfile format
+
+ - load: load them back again (maybe at a different path)
+
+ - watch: actually works now
+
+ - editor improvements
+
+ - keys now change in editor when changed from outside
+
+ - support for flags
+
+ - show dconf-editor in applications list
+
+ - work around incompatible Vala bindings changes with an #if
+
+ - don't install the bash completion script as executable
+
+ - fix a warning caused by reusing a GError variable
+
+ - other small fixes
+
+
Changes in dconf 0.7.5
======================
diff --git a/configure.ac b/configure.ac
index 54a89a0..96568b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.7.6],
+ [0.9.0],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]