summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-01-13 16:35:08 -0500
committerRyan Lortie <desrt@desrt.ca>2014-01-13 16:35:08 -0500
commita9ed71af3a81b7923390ba4b79e88ab18aec2953 (patch)
tree77779379786c66f6fb43b1994973d1b8307c2698
parent403060bdb9460782cc2e26c04f1b84ad6d8f5db4 (diff)
downloaddconf-a9ed71af3a81b7923390ba4b79e88ab18aec2953.tar.gz
dconf 0.19.30.19.3
-rw-r--r--NEWS31
-rw-r--r--configure.ac2
2 files changed, 32 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 34727cb..00a427c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Changes in dconf 0.19.3
+========================
+
+ - quite a lot of test coverage improvements
+
+ - Add a proper DCONF_ERROR error domain
+
+ - suppress GLib deprecation warnings during build
+
+ - engine: issue warnings about missing files only once per source
+
+ - engine: grok the WritabilityNotify signal from D-Bus
+
+ - gsettings: handle writability changes correctly
+
+ - engine: assorted fixes for issues found during testing
+
+ - portability: only link to -ldl if it is required
+
+ - add support for 'file-db' to profiles: this is an absolute path to a
+ immutable dconf database file
+
+ - add support for finding profiles in XDG_DATA_DIRS if they are not in
+ /etc
+
+ - add 'dconf compile' command for building dconf databases from
+ keyfiles in arbitrary locations (like from the build system of a
+ project that may want to install a file-db)
+
+ - editor: add a section separator to the app menu for consistency
+
Changes in dconf 0.19.2
========================
diff --git a/configure.ac b/configure.ac
index f99e903..f847cde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.19.2],
+ [0.19.3],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])